From c78eb91855bbb0a31d990803375474e3e73f9e7d Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Wed, 24 Jan 2024 02:17:13 +0100 Subject: [PATCH] FIX: Old components --- src/App.vue | 6 +++--- src/components/ProfileManager.vue | 13 ++----------- src/components/config/MappingConfig.vue | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2425055..6dc892d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,14 +13,14 @@ const currentConfigPage = ref('program_settings')
- -
+ +
+ class="border-solid border-0 border-r bg-zinc-900 bg-opacity-30"/>
\ No newline at end of file diff --git a/src/components/ProfileManager.vue b/src/components/ProfileManager.vue index 94f1093..d3178eb 100644 --- a/src/components/ProfileManager.vue +++ b/src/components/ProfileManager.vue @@ -14,17 +14,9 @@
- - - - + No profile found :( -
@@ -85,7 +76,7 @@ const addNewProfile = async (event) => { console.log(event) const res = await axios.post('http://localhost:3001/profiles', { - name: "TODO: CHANGE THIS", + name: 'TODO: CHANGE THIS', profileTag: 'Uncategorized', profileConfig: { profileDesc: '', diff --git a/src/components/config/MappingConfig.vue b/src/components/config/MappingConfig.vue index 0cd5e29..6d05e92 100644 --- a/src/components/config/MappingConfig.vue +++ b/src/components/config/MappingConfig.vue @@ -248,8 +248,22 @@