From 54ed1b27fd3fa9801630f2f5f2e2fb7656452784 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sat, 14 Mar 2020 21:24:02 +0100 Subject: [PATCH] autocomplete for weather location search #23 --- app/src/components/WeatherFindLocation.vue | 107 +++++ app/src/views/Settings.vue | 454 +++++++++++---------- 2 files changed, 352 insertions(+), 209 deletions(-) create mode 100644 app/src/components/WeatherFindLocation.vue diff --git a/app/src/components/WeatherFindLocation.vue b/app/src/components/WeatherFindLocation.vue new file mode 100644 index 0000000..7559fb8 --- /dev/null +++ b/app/src/components/WeatherFindLocation.vue @@ -0,0 +1,107 @@ + + + \ No newline at end of file diff --git a/app/src/views/Settings.vue b/app/src/views/Settings.vue index 5d8fe9c..efb82de 100644 --- a/app/src/views/Settings.vue +++ b/app/src/views/Settings.vue @@ -1,219 +1,255 @@