From 9ed186a06ca0e97840646d415777764f7af794dd Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 2 Mar 2023 13:48:56 +0100 Subject: [PATCH] display list of fetched choices --- .gitignore | 1 + osm_my_commerce/app.vue | 21 ++----- osm_my_commerce/components/AppFooter.vue | 5 +- osm_my_commerce/components/HeaderMenu.vue | 30 ++++----- osm_my_commerce/components/PoiForm.vue | 24 +++++++ osm_my_commerce/components/SearchLand.vue | 76 +++++++++++++++++++++++ 6 files changed, 121 insertions(+), 36 deletions(-) create mode 100644 osm_my_commerce/components/PoiForm.vue create mode 100644 osm_my_commerce/components/SearchLand.vue diff --git a/.gitignore b/.gitignore index e8f682b..8dadb83 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.yarn # Runtime data pids diff --git a/osm_my_commerce/app.vue b/osm_my_commerce/app.vue index cba9548..ead17d2 100644 --- a/osm_my_commerce/app.vue +++ b/osm_my_commerce/app.vue @@ -4,29 +4,16 @@
-

OSM My commerce

+

⛯ OSM My commerce

Renseignez votre commerce sur OSM

+ - OSM fr + OSM fr carte -
-

- -

- - -
+
diff --git a/osm_my_commerce/components/AppFooter.vue b/osm_my_commerce/components/AppFooter.vue index 92caa6f..c931c34 100644 --- a/osm_my_commerce/components/AppFooter.vue +++ b/osm_my_commerce/components/AppFooter.vue @@ -2,7 +2,10 @@ diff --git a/osm_my_commerce/components/HeaderMenu.vue b/osm_my_commerce/components/HeaderMenu.vue index 96c4499..c8e0442 100644 --- a/osm_my_commerce/components/HeaderMenu.vue +++ b/osm_my_commerce/components/HeaderMenu.vue @@ -1,25 +1,19 @@ diff --git a/osm_my_commerce/components/PoiForm.vue b/osm_my_commerce/components/PoiForm.vue new file mode 100644 index 0000000..1190811 --- /dev/null +++ b/osm_my_commerce/components/PoiForm.vue @@ -0,0 +1,24 @@ + + + + diff --git a/osm_my_commerce/components/SearchLand.vue b/osm_my_commerce/components/SearchLand.vue new file mode 100644 index 0000000..977568d --- /dev/null +++ b/osm_my_commerce/components/SearchLand.vue @@ -0,0 +1,76 @@ + + + + +