From a3b5197a5eb43c9171030fa39b869b8d5da251b2 Mon Sep 17 00:00:00 2001 From: Theo <36564257+theoholl@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:46:23 +0000 Subject: [PATCH 1/2] Add Pinia store and update Vue components Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com> --- .../card/CardSidebarTabComments.vue | 35 +++--- src/components/card/CommentItem.vue | 11 +- src/store/main.js | 2 - src/stores/comment.js | 103 ++++++++++++++++++ 4 files changed, 133 insertions(+), 18 deletions(-) create mode 100644 src/stores/comment.js diff --git a/src/components/card/CardSidebarTabComments.vue b/src/components/card/CardSidebarTabComments.vue index fd0fc5d6f..50167665d 100644 --- a/src/components/card/CardSidebarTabComments.vue +++ b/src/components/card/CardSidebarTabComments.vue @@ -38,12 +38,13 @@