From 4046f6ec2ad1d3cc901fcc115e923cb338b510ee Mon Sep 17 00:00:00 2001 From: VRSasha Date: Fri, 21 Jul 2023 17:31:43 +0700 Subject: [PATCH 01/29] Make version string updatable via a script --- src/views/Setting.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Setting.vue b/src/views/Setting.vue index b1df620..7f7967d 100644 --- a/src/views/Setting.vue +++ b/src/views/Setting.vue @@ -5,11 +5,11 @@
  • Accout Setting
  • \ No newline at end of file + From e163f88de35bcf75cb69c204cb4808a41313a915 Mon Sep 17 00:00:00 2001 From: VRSasha Date: Fri, 21 Jul 2023 17:39:00 +0700 Subject: [PATCH 02/29] Fix typo --- src/views/Setting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Setting.vue b/src/views/Setting.vue index 7f7967d..ba8fcd9 100644 --- a/src/views/Setting.vue +++ b/src/views/Setting.vue @@ -5,7 +5,7 @@
  • Accout Setting
  • From 4fddd3d08084e03a752cbfdda297eb1158070f64 Mon Sep 17 00:00:00 2001 From: VRSasha Date: Fri, 28 Jul 2023 01:17:04 +0700 Subject: [PATCH 03/29] Add external link icons --- icons/Adwaita/external-link.svg | 38 ++++++++++++++++++++++++++++++++ icons/Material/external-link.svg | 1 + 2 files changed, 39 insertions(+) create mode 100644 icons/Adwaita/external-link.svg create mode 100644 icons/Material/external-link.svg diff --git a/icons/Adwaita/external-link.svg b/icons/Adwaita/external-link.svg new file mode 100644 index 0000000..0f065f6 --- /dev/null +++ b/icons/Adwaita/external-link.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/icons/Material/external-link.svg b/icons/Material/external-link.svg new file mode 100644 index 0000000..7a2aa8e --- /dev/null +++ b/icons/Material/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file From 8ad3ef95d88835210a925262e007b6c2913f6ee6 Mon Sep 17 00:00:00 2001 From: NekoVari Date: Sat, 29 Jul 2023 02:10:58 +0700 Subject: [PATCH 04/29] fix map MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -fix map style -add center to อนุสาวรีย์ชัยสมรภูมิ --- src/views/Home.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 00f680c..4227052 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -4,8 +4,16 @@ + \ No newline at end of file From f9c18c55cb2846846b53b2e82243ae14b9d8bd16 Mon Sep 17 00:00:00 2001 From: SRP-mango Date: Sat, 29 Jul 2023 06:47:47 +0700 Subject: [PATCH 05/29] simple mock up for fav* need icon set to align --- src/App.vue | 2 - src/components/searchbar.vue | 2 +- src/plugins/vuetify.js | 9 +++- src/views/Favorite.vue | 80 ++++++++++++++++++++++++++++++++---- src/views/Home.vue | 13 +++--- 5 files changed, 88 insertions(+), 18 deletions(-) diff --git a/src/App.vue b/src/App.vue index 574d9f9..924f63a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,9 @@ \ No newline at end of file diff --git a/src/components/searchbar.vue b/src/components/searchbar.vue index 75d23c9..be6eecc 100644 --- a/src/components/searchbar.vue +++ b/src/components/searchbar.vue @@ -1,5 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/views/Home.vue b/src/views/Home.vue index 4227052..0d28ad9 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,6 +1,7 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/searchbar.vue b/src/components/searchbar.vue index b28c845..af5d8f3 100644 --- a/src/components/searchbar.vue +++ b/src/components/searchbar.vue @@ -3,7 +3,6 @@ - \ No newline at end of file + + + \ No newline at end of file From a2651f54069af7a884137fb14e1ab26e8abb9ed3 Mon Sep 17 00:00:00 2001 From: SRP-mango Date: Wed, 2 Aug 2023 01:51:43 +0700 Subject: [PATCH 18/29] fixed map attribution --- src/views/Home.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index d21d41e..4a0c37e 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -6,7 +6,8 @@ :loadTilesWhileAnimating="true" :loadTilesWhileInteracting="true" style= - "height: 89%; + " + height: 100%; width: 100%; position: fixed; " @@ -43,4 +44,8 @@ const rotation = ref(0); .ol-zoom{ top: 40px; } +.ol-attribution ul{ + padding:1px .5em; + margin-bottom: 8em; +} \ No newline at end of file From 136c333fead17f2c1671dc0ca123e109f35492c3 Mon Sep 17 00:00:00 2001 From: VRSasha Date: Wed, 2 Aug 2023 02:31:01 +0700 Subject: [PATCH 19/29] Fix icons missing in webroot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28f685c..2094672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN yarn RUN yarn run build # Copy files to nginx path -RUN cp -r dist/* /usr/share/nginx/html +RUN cp -r dist/* icons /usr/share/nginx/html From c04b54a5866b9c0595ec278ad5c0d9fd116a9810 Mon Sep 17 00:00:00 2001 From: SRP-mango Date: Wed, 2 Aug 2023 03:15:33 +0700 Subject: [PATCH 20/29] add setting mockup --- src/views/Favorite.vue | 16 +++--- src/views/Setting.vue | 119 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 120 insertions(+), 15 deletions(-) diff --git a/src/views/Favorite.vue b/src/views/Favorite.vue index e6de861..8d05603 100644 --- a/src/views/Favorite.vue +++ b/src/views/Favorite.vue @@ -19,21 +19,23 @@ --> - -