From c6a117654d35a1a38055d39bcb1536542d68ad83 Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Thu, 19 Jun 2025 14:26:52 -0600 Subject: [PATCH] report refactoring, prep for custom-id --- webapp/src/App.vue | 2 +- webapp/src/components/NewVisitor.vue | 2 +- webapp/src/views/ReportID.vue | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/webapp/src/App.vue b/webapp/src/App.vue index b304a79..23dc372 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -17,7 +17,7 @@ const items = [ { title: 'Home', icon: 'mdi-home', to: '/' }, { title: 'Map', icon: 'mdi-map', to: '/map' }, { title: 'What are ALPRs', icon: 'mdi-cctv', to: '/what-is-an-alpr' }, - { title: 'Report an ALPR', icon: 'mdi-map-marker-plus', to: '/report' }, + { title: 'Report an ALPR', icon: 'mdi-map-marker-plus', to: '/report/id' }, { title: 'Public Records', icon: 'mdi-file-document', to: '/foia' }, { title: 'Wardriving', icon: 'mdi-car-connected', to: '/wardriving' }, // { title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' }, diff --git a/webapp/src/components/NewVisitor.vue b/webapp/src/components/NewVisitor.vue index 99b034f..c00cf54 100644 --- a/webapp/src/components/NewVisitor.vue +++ b/webapp/src/components/NewVisitor.vue @@ -22,7 +22,7 @@ mdi-square-edit-outline Add missing points! - Know of a missing ALPR? Contribute to the map. + Know of a missing ALPR? Contribute to the map. diff --git a/webapp/src/views/ReportID.vue b/webapp/src/views/ReportID.vue index c59f03f..411a0af 100644 --- a/webapp/src/views/ReportID.vue +++ b/webapp/src/views/ReportID.vue @@ -5,13 +5,23 @@ description="Add and edit ALPRs using OSM's powerful web-based editor." /> - -

Editing the Map

+ +

+ We're working on an easier method for reporting ALPRs that will allow you to submit them with just one click. Stay tuned for updates! +

+
+