move search area selection out of discover onto it's own screen

This commit is contained in:
2023-11-17 15:23:48 -07:00
parent f36ecfd8db
commit 74ed025377
6 changed files with 304 additions and 212 deletions

View File

@@ -50,6 +50,11 @@
<label for="includeLocation">Include Location</label>
</div>
<div v-if="includeLocation" style="height: 600px; width: 800px">
<div class="px-2 py-2">
For your security, we recommend you choose a location nearby but not
exactly at the place.
</div>
<l-map
ref="map"
v-model:zoom="zoom"