From 0a977468d0767d25af7c25e1cf91be7a905f295e Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 29 Dec 2024 14:51:21 +0100 Subject: [PATCH] feat: :sparkles: Render notes with replies in a thread view --- components/notes/note.vue | 13 ++++++++++--- components/notes/thread.vue | 17 +++++++++++++++++ components/timelines/timeline-item.vue | 6 +++--- pages/[username]/[uuid].vue | 7 +++++-- 4 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 components/notes/thread.vue diff --git a/components/notes/note.vue b/components/notes/note.vue index 3f818f4..e7a286a 100644 --- a/components/notes/note.vue +++ b/components/notes/note.vue @@ -1,14 +1,17 @@ diff --git a/components/timelines/timeline-item.vue b/components/timelines/timeline-item.vue index 9373171..52a8b75 100644 --- a/components/timelines/timeline-item.vue +++ b/components/timelines/timeline-item.vue @@ -5,7 +5,7 @@ \ No newline at end of file + diff --git a/pages/[username]/[uuid].vue b/pages/[username]/[uuid].vue index de5ab61..e5a954f 100644 --- a/pages/[username]/[uuid].vue +++ b/pages/[username]/[uuid].vue @@ -1,7 +1,10 @@