From b364b167ad4c879ea7dec6187e3b1b4421fe2236 Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 11 Oct 2022 20:46:57 +0000 Subject: [PATCH] Show attachments in quoted posts --- src/components/Post.vue | 39 +++++++++++++++---------------- src/components/PostAttachment.vue | 30 ++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 20 deletions(-) create mode 100644 src/components/PostAttachment.vue diff --git a/src/components/Post.vue b/src/components/Post.vue index 168324d..68c640a 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -58,12 +58,12 @@ -
- +
+
+
+ +
+ + + {{ attachment.url }} + + + + +