mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-28 21:30:34 +02:00
report refactoring, prep for custom-id
This commit is contained in:
@@ -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