RMO frontend checkpoint

* Create a nwe AddressAndMapLocator which abstracts out the behavior of
   selecting a location
 * Fix the overlay causing render errors on the MapLocator by getting
   rid of the overlay and just using a lock indicator
 * Fix MapLocator zooming in to the wrong place by not framing the
   markers
 * Remove Latlng from platform and just use Location with optional
   accuracy
 * Use nested types with form-encoded POST
 * Fix styles on water report page
This commit is contained in:
Eli Ribble 2026-04-09 17:21:35 +00:00
parent cb9e5146bf
commit 9dccd21cee
No known key found for this signature in database
25 changed files with 828 additions and 598 deletions

View file

@ -204,9 +204,9 @@
You can check the status of your report at any time using your
Report ID.
</p>
<a :href="`/status/${id}`" class="btn btn-outline-primary">
<RouterLink :to="`/status/${id}`" class="btn btn-outline-primary">
Check Status
</a>
</RouterLink>
</div>
<div class="row">