From c58f012d2c5faeeb1550e788d632771ec6408c35 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 8 Mar 2024 23:56:19 -0700 Subject: [PATCH] allow viewing and deletion of an image --- project.task.yaml | 2 + src/App.vue | 31 +++++++++++++++ src/constants/app.ts | 1 + src/views/GiftedDetails.vue | 79 +++++++++++++++++++++++++++++++++---- src/views/GiftedPhoto.vue | 10 ++--- 5 files changed, 109 insertions(+), 14 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 03f7068..d1b5689 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -22,6 +22,8 @@ tasks : - put the image URL in the claim - Rates - images erased? - image not associated with JWT ULID since that's assigned later + - remove previous image + - send image type (eg. portrait, give, project) - ask to detect location & record it in settings - if personal location is set, show potential local affiliations diff --git a/src/App.vue b/src/App.vue index 484d015..d8ee886 100644 --- a/src/App.vue +++ b/src/App.vue @@ -148,6 +148,37 @@ class="w-full" role="alert" > +
+
+
+

+ {{ notification.title }} +

+ + + + +
+
+
Promise; } diff --git a/src/views/GiftedDetails.vue b/src/views/GiftedDetails.vue index a207e4b..008ebbd 100644 --- a/src/views/GiftedDetails.vue +++ b/src/views/GiftedDetails.vue @@ -52,12 +52,23 @@
- - - + + Includes Image: + View + + + + + + +
@@ -88,13 +99,14 @@