From a7e65b3b4940e9aa142f04a13d272f1c096e0d48 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Thu, 19 Jun 2025 21:16:56 +0800 Subject: [PATCH] Giver-recipient controls - Dialog now shows separate cards for giver and recipient - Ability to change giver and/or recipient - Project giver/recipient is locked in ProjectView (context reinforcement) --- src/components/GiftedDialog.vue | 519 ++++++++++++++++++++++++------- src/libs/fontawesome.ts | 2 + src/views/ContactGiftingView.vue | 16 +- src/views/HomeView.vue | 34 +- src/views/ProjectViewView.vue | 41 ++- 5 files changed, 465 insertions(+), 147 deletions(-) diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 04803772..c8c3236a 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -2,19 +2,36 @@
-
+
-
    -