From 74d6f3efaa1b5b1f2c17abf6e1b496c81d127c32 Mon Sep 17 00:00:00 2001 From: Flycro Date: Wed, 20 Mar 2024 18:11:20 +0100 Subject: [PATCH] refactor: Navigation --- nuxt/components/Header.vue | 18 ++---- nuxt/components/Logo.vue | 2 +- nuxt/components/Navigation.vue | 36 ++++++++++-- nuxt/components/UserDropdown.vue | 22 +++++--- nuxt/components/color-picker/ColorPicker.vue | 56 +++++++++++++++++++ .../color-picker/ColorPickerPill.vue | 25 +++++++++ 6 files changed, 131 insertions(+), 28 deletions(-) create mode 100644 nuxt/components/color-picker/ColorPicker.vue create mode 100644 nuxt/components/color-picker/ColorPickerPill.vue diff --git a/nuxt/components/Header.vue b/nuxt/components/Header.vue index 95bf499..b6a2af8 100644 --- a/nuxt/components/Header.vue +++ b/nuxt/components/Header.vue @@ -1,18 +1,7 @@ diff --git a/nuxt/components/Logo.vue b/nuxt/components/Logo.vue index a71bf1d..2392889 100644 --- a/nuxt/components/Logo.vue +++ b/nuxt/components/Logo.vue @@ -1,5 +1,5 @@ diff --git a/nuxt/components/Navigation.vue b/nuxt/components/Navigation.vue index ea5abd1..56f8059 100644 --- a/nuxt/components/Navigation.vue +++ b/nuxt/components/Navigation.vue @@ -1,5 +1,14 @@