From 82d9a8132faa1d29093eaf436d5e9d5295102825 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Mon, 29 Jan 2024 17:47:12 +0100 Subject: [PATCH] UPD: Big layout changes. App now looks like an app. --- src/App.vue | 19 ++-- src/assets/main.css | 21 ++++- src/components/config/ConfigPane.vue | 6 +- src/components/device/DevicePreview.vue | 4 +- src/components/profile/ProfileButton.vue | 2 +- src/components/profile/ProfileManager.vue | 30 ++++--- src/data/nanoConfig.json | 104 ++++++++++++++++++++++ src/lang/en.json | 6 +- src/main.js | 4 +- 9 files changed, 162 insertions(+), 34 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7375e12..1574a27 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,18 +12,17 @@ const currentConfigPage = ref('profile_settings')