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