From 72ed3391fc3fb205e28f250754cea6d4b2370bae Mon Sep 17 00:00:00 2001 From: Natty Date: Fri, 22 Dec 2023 21:25:00 +0100 Subject: [PATCH] Frontend: Fixed note rendering for renote notes --- .../client/src/components/MagNoteDetailed.vue | 104 +++++++++++------- .../frontend/client/src/components/MkNote.vue | 18 ++- .../client/src/components/MkNoteSub.vue | 5 +- 3 files changed, 74 insertions(+), 53 deletions(-) diff --git a/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue b/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue index 95829b2..56e1269 100644 --- a/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue +++ b/fe_calckey/frontend/client/src/components/MagNoteDetailed.vue @@ -17,10 +17,10 @@ :note="note" :detailedView="true" /> - + @@ -64,14 +64,14 @@ @@ -83,7 +83,7 @@ class="reply" :conversation="replies" :detailedView="true" - :parentId="note.id" + :parentId="appearNote.id" /> @@ -101,7 +101,9 @@ :with-chart="false" /> - +
@@ -135,11 +137,11 @@