mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-15 04:50:59 +02:00
report refactoring, prep for custom-id
This commit is contained in:
+1
-1
@@ -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' },
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<v-icon size="x-large" color="primary" class="mb-2">mdi-square-edit-outline</v-icon>
|
||||
<v-list-item-title class="font-weight-bold">Add missing points!</v-list-item-title>
|
||||
<v-list-item-subtitle>
|
||||
Know of a missing ALPR? <router-link to="/report">Contribute</router-link> to the map.
|
||||
Know of a missing ALPR? <router-link to="/report/id">Contribute</router-link> to the map.
|
||||
</v-list-item-subtitle>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
|
||||
@@ -5,13 +5,23 @@
|
||||
description="Add and edit ALPRs using OSM's powerful web-based editor."
|
||||
/>
|
||||
|
||||
<!-- TODO: make sure the stepper saves its progress properly after the route refactoring -->
|
||||
|
||||
<v-container class="mb-16">
|
||||
<h1 class="text-center">
|
||||
Editing the Map
|
||||
</h1>
|
||||
|
||||
<v-alert
|
||||
variant="elevated"
|
||||
type="info"
|
||||
class="my-6"
|
||||
title="Easier Reporting Coming Soon!"
|
||||
color="green"
|
||||
>
|
||||
<p>
|
||||
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!
|
||||
</p>
|
||||
</v-alert>
|
||||
|
||||
<v-stepper-vertical color="rgb(18, 151, 195)" v-model="step" flat non-linear class="my-8" edit-icon="mdi-home">
|
||||
<template v-slot:default="{ step }: { step: any }">
|
||||
<v-stepper-vertical-item
|
||||
|
||||
Reference in New Issue
Block a user