From ca5eee0b73a66f72afc5faefd85265631be9578e Mon Sep 17 00:00:00 2001 From: philwing100 Date: Tue, 11 Jun 2024 11:19:21 -0500 Subject: [PATCH] Injections now working correctly and understood. Making alternate default if injection is not present though --- src/App.vue | 23 +- src/components/ListItems/Timer.vue | 13 + .../SettingsComponents/ColorPicker.vue | 18 + src/components/SidebarComponents/SideBar.vue | 349 ++++++++---------- src/views/Settings.vue | 103 +++++- 5 files changed, 299 insertions(+), 207 deletions(-) create mode 100644 src/components/SettingsComponents/ColorPicker.vue diff --git a/src/App.vue b/src/App.vue index 78fdb62..807e8d1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,27 +1,31 @@ diff --git a/src/components/ListItems/Timer.vue b/src/components/ListItems/Timer.vue index e69de29..20fb94e 100644 --- a/src/components/ListItems/Timer.vue +++ b/src/components/ListItems/Timer.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/src/components/SettingsComponents/ColorPicker.vue b/src/components/SettingsComponents/ColorPicker.vue new file mode 100644 index 0000000..c71fe36 --- /dev/null +++ b/src/components/SettingsComponents/ColorPicker.vue @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/src/components/SidebarComponents/SideBar.vue b/src/components/SidebarComponents/SideBar.vue index 97b860c..de01ce0 100644 --- a/src/components/SidebarComponents/SideBar.vue +++ b/src/components/SidebarComponents/SideBar.vue @@ -1,195 +1,156 @@ - - - - - \ No newline at end of file + + + + + + diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 201347d..9563cd4 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -1,7 +1,47 @@ \ No newline at end of file