report refactoring, prep for custom-id

This commit is contained in:
Will Freeman
2025-06-19 14:26:52 -06:00
parent f89186cf09
commit c6a117654d
3 changed files with 14 additions and 4 deletions
+12 -2
View File
@@ -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