From 10ad7b7f41a7181c6de2f73580192b07d12feb77 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 24 Mar 2026 09:10:19 +0100 Subject: [PATCH] feat(comments) : add file attachments UI for comments Co-Authored-By: Claude Opus 4.6 (1M context) --- app/components/CommentDocumentList.vue | 55 +++++++++++++++ app/components/CommentSection.vue | 96 +++++++++++++++++++++----- app/composables/useComments.ts | 61 ++++++++++------ app/pages/comments.vue | 11 ++- 4 files changed, 180 insertions(+), 43 deletions(-) create mode 100644 app/components/CommentDocumentList.vue diff --git a/app/components/CommentDocumentList.vue b/app/components/CommentDocumentList.vue new file mode 100644 index 0000000..38d300e --- /dev/null +++ b/app/components/CommentDocumentList.vue @@ -0,0 +1,55 @@ + + + diff --git a/app/components/CommentSection.vue b/app/components/CommentSection.vue index 1a616bd..7c483a4 100644 --- a/app/components/CommentSection.vue +++ b/app/components/CommentSection.vue @@ -19,24 +19,55 @@ -
-