From 46d76013e8f77e350cb9f82f87ac140a33a2eccc Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 18 Nov 2023 14:49:38 -0700 Subject: [PATCH] make a back button at the top and the tabs at the bottom of each page --- project.task.yaml | 3 --- src/views/HelpView.vue | 3 ++- src/views/NewIdentifierView.vue | 24 +++++++++++++++++++----- src/views/SearchAreaView.vue | 4 ++++ src/views/StartView.vue | 21 +++++++++++++++++---- src/views/StatisticsView.vue | 26 ++++++++++++++++++++------ src/views/TestView.vue | 24 +++++++++++++++++++----- 7 files changed, 81 insertions(+), 24 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 8f30da6..e191f34 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -5,12 +5,9 @@ tasks: - 40 notifications : - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew -- .5 if there is no area search selected, make "anywhere" search the default - .5 allow to manage their notifications even without an identity -- .1 put a "back" button at the top of the start page - .5 bug - on the discover page, enter a search term and search and see a duplicate project show at the end of the list - 01 Ensure each action sent to the server has a confirmation - eg registration (ie a toast something that dismisses after 5-10s) -- 01 Make a new contact able to see me by default. - Home Feed & Quick Give screen : - 01 save the feed-viewed status in settings storage ("afterQuery") diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index ee38093..cb11292 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -1,5 +1,6 @@