From e9de02b08494afb22eff7001c0e32fbc42d333a2 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 20 Sep 2025 23:28:25 +0800 Subject: [PATCH] :sparklesS: Post reaction --- app/app.vue | 1 + app/assets/css/main.css | 11 + app/components/AttachmentItem.vue | 72 +++--- app/components/PostItem.vue | 43 +++- app/components/PostReactionList.vue | 341 ++++++++++++++++++++++++++++ app/pages/accounts/[name].vue | 2 +- app/pages/posts/[id].vue | 291 +++++++++++++++++++----- bun.lock | 58 ++++- nuxt.config.ts | 1 + package.json | 1 - 10 files changed, 732 insertions(+), 89 deletions(-) create mode 100644 app/components/PostReactionList.vue diff --git a/app/app.vue b/app/app.vue index e385020..48b821e 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,4 +1,5 @@