From a99b9c8816fe71a3bb3730799ce9ee8914e57a7a Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 22 Nov 2020 12:24:15 +0100 Subject: [PATCH] #42 migration to new design --- app/src/App.vue | 14 +- app/src/components/Notifications.vue | 59 ++++++ app/src/components/UpdateDialog.vue | 224 +++++++++++++++++++++ app/src/components/WeatherCard.vue | 4 +- app/src/components/WeatherFindLocation.vue | 38 +++- app/src/layouts/default.vue | 15 +- app/src/plugins/vuetify.js | 14 +- app/src/router/index.js | 2 + app/src/store/index.js | 76 ++++--- app/src/views/Device.vue | 121 ++++++++++- app/src/views/Playlist.vue | 94 +++++++++ app/src/views/System.vue | 66 +++++- app/src/views/Weather.vue | 89 +++++++- app/src/views/Wifi.vue | 138 +++++++++++++ 14 files changed, 882 insertions(+), 72 deletions(-) create mode 100644 app/src/components/Notifications.vue create mode 100644 app/src/components/UpdateDialog.vue create mode 100644 app/src/views/Wifi.vue diff --git a/app/src/App.vue b/app/src/App.vue index c51a744..0cfc96f 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -11,7 +11,7 @@ /> -