From 33d27c5d9e63eaec8ce2321dcbe6797ece0f470b Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Tue, 14 Apr 2026 17:06:25 +0100 Subject: [PATCH] feat(board): BoardPostCard, BoardPostForm, simplify CooperativeTagSelector --- app/components/BoardPostCard.vue | 245 ++++++++++++++++++++++ app/components/BoardPostForm.vue | 231 ++++++++++++++++++++ app/components/CooperativeTagSelector.vue | 116 +++------- 3 files changed, 507 insertions(+), 85 deletions(-) create mode 100644 app/components/BoardPostCard.vue create mode 100644 app/components/BoardPostForm.vue diff --git a/app/components/BoardPostCard.vue b/app/components/BoardPostCard.vue new file mode 100644 index 0000000..2af1d55 --- /dev/null +++ b/app/components/BoardPostCard.vue @@ -0,0 +1,245 @@ + + + + + diff --git a/app/components/BoardPostForm.vue b/app/components/BoardPostForm.vue new file mode 100644 index 0000000..2228572 --- /dev/null +++ b/app/components/BoardPostForm.vue @@ -0,0 +1,231 @@ +