From fa4179d5b391f26d2c31f12909254870a3631727 Mon Sep 17 00:00:00 2001 From: Parker Atkins Date: Fri, 5 Jan 2024 09:52:37 -0800 Subject: [PATCH] Add v-app-bar for mobile dashboard menu toggle --- .../src/components/Certifications.vue | 10 ---------- .../src/components/NavigationBar.vue | 11 +++++++++-- .../src/components/pages/Dashboard.vue | 4 ++++ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Certifications.vue b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Certifications.vue index 38543da6e..29bba440a 100644 --- a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Certifications.vue +++ b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/Certifications.vue @@ -18,10 +18,6 @@ - -
- -
@@ -43,11 +39,5 @@ export default defineComponent({ created() { this.applicationStore.fetchApplications(); }, - methods: { - async createApplication() { - await this.applicationStore.newApplication(); - this.applicationStore.fetchApplications(); - }, - }, }); diff --git a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/NavigationBar.vue b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/NavigationBar.vue index 2628a31db..7e5e209c1 100644 --- a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/NavigationBar.vue +++ b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/NavigationBar.vue @@ -1,10 +1,17 @@ diff --git a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/pages/Dashboard.vue b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/pages/Dashboard.vue index 270ee2899..7eec52b43 100644 --- a/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/pages/Dashboard.vue +++ b/src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/pages/Dashboard.vue @@ -26,6 +26,10 @@ + + + +