From 66098cad91b8dd756c66ef4bdd874519cd9a627f Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Wed, 31 Dec 2025 16:39:39 -0600 Subject: [PATCH] cleanup --- webapp/src/App.vue | 95 +------------ .../src/components/ALPRVerificationDialog.vue | 126 ------------------ webapp/src/components/LeafletMap.vue | 7 +- .../components/get-involved/ActionCard.vue | 34 +++++ webapp/src/components/layout/Footer.vue | 2 +- webapp/src/router/index.ts | 16 ++- webapp/src/views/{Chapters.vue => Groups.vue} | 4 +- webapp/src/views/Map.vue | 4 +- webapp/src/views/ReportChoose.vue | 13 -- webapp/src/views/WhatToDo.vue | 98 ++++++++++++++ 10 files changed, 160 insertions(+), 239 deletions(-) delete mode 100644 webapp/src/components/ALPRVerificationDialog.vue create mode 100644 webapp/src/components/get-involved/ActionCard.vue rename webapp/src/views/{Chapters.vue => Groups.vue} (97%) create mode 100644 webapp/src/views/WhatToDo.vue diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 719c4c7..e1becf0 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -37,18 +37,11 @@ const items = [ { title: 'Home', icon: 'mdi-home', to: '/' }, { title: 'Map', icon: 'mdi-map', to: '/map' }, { title: 'Learn', icon: 'mdi-school', to: '/what-is-an-alpr' }, + { title: 'Get Involved', icon: 'mdi-account-voice', to: '/get-involved' }, { title: 'News', icon: 'mdi-newspaper', to: '/blog' }, ] -const contributeItems = [ - { title: 'Submit Cameras', icon: 'mdi-map-marker-plus', to: '/report' }, - { title: 'Hang Signs', icon: 'mdi-sign-direction', to: '/store' }, - { title: 'Public Records', icon: 'mdi-file-document', to: '/foia' }, - { title: 'City Council', icon: 'mdi-account-voice', to: '/council' }, -] - const metaItems = [ - { title: 'Discord', customIcon: '/icon-discord.svg', customIconDark: '/icon-discord-white.svg', customIconGrey: '/icon-discord-grey.svg', href: 'https://discord.gg/aV7v4R3sKT'}, { title: 'Contact', icon: 'mdi-email-outline', to: '/contact' }, { title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'}, { title: 'Donate', icon: 'mdi-heart', to: '/donate'}, @@ -108,71 +101,9 @@ watch(() => theme.global.name.value, (newTheme) => { - -
- - - - - - {{ item.title }} - - - - - - - - - - - {{ item.title }} - - - -
+ + mdi-email-outline + @@ -201,26 +132,10 @@ watch(() => theme.global.name.value, (newTheme) => { {{ item.title }} - -