refactor map selection, and now location selection & cancellation works (but not saving yet)

This commit is contained in:
2023-08-31 18:58:34 -06:00
parent 8ee610c1bc
commit 26d9b134c7
3 changed files with 194 additions and 26 deletions

View File

@@ -99,6 +99,9 @@ See https://tea.xyz
### Reference Material
* Notifications can be type of `toast` (self-dismiss), `info`, `success`, `warning`, and `danger`.
They are done via [notiwind](https://www.npmjs.com/package/notiwind) and set up in App.vue.
```
// reference material from https://github.com/trentlarson/endorser-mobile/blob/8dc8e0353e0cc80ffa7ed89ded15c8b0da92726b/src/utility/idUtility.ts#L83