From 4b355a54489ca97d88b3bde8ca91180676a906c5 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Wed, 14 May 2025 21:47:12 +0800 Subject: [PATCH] WIP: two-step dialog + functionality - Dialog is now presented as two distinct steps - Gifting functionality reinstated - Minor UI tweaks - IN PROGRESS: ensuring calls to dialog from other parts of the app remain functional --- src/components/GiftedDialog.vue | 53 ++++++++++++++++++++++++++------- src/views/HomeView.vue | 2 +- 2 files changed, 44 insertions(+), 11 deletions(-) diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 71405f8d..e832a44c 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -1,15 +1,15 @@