From f9d3ff29ed286e5066301ce554126b41217b5a6d Mon Sep 17 00:00:00 2001 From: wea_ondara Date: Thu, 21 Sep 2023 19:08:21 +0200 Subject: [PATCH] added nav bar --- src/App.vue | 11 +++- src/components/NavBar.vue | 60 ++++++++++++++++++ src/components/UserSearch.vue | 21 +++++++ .../BootstrapThemeSwitch.vue | 62 +++++++++++++++++++ .../bootstrapThemeSwitch/assets/moon.svg | 8 +++ .../bootstrapThemeSwitch/assets/sun.svg | 8 +++ .../bootstrapThemeSwitch/assets/sun_focus.svg | 8 +++ 7 files changed, 175 insertions(+), 3 deletions(-) create mode 100644 src/components/NavBar.vue create mode 100644 src/components/UserSearch.vue create mode 100644 src/components/bootstrapThemeSwitch/BootstrapThemeSwitch.vue create mode 100644 src/components/bootstrapThemeSwitch/assets/moon.svg create mode 100644 src/components/bootstrapThemeSwitch/assets/sun.svg create mode 100644 src/components/bootstrapThemeSwitch/assets/sun_focus.svg diff --git a/src/App.vue b/src/App.vue index 3cd64e6..761c702 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,13 @@ - diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue new file mode 100644 index 0000000..023c45f --- /dev/null +++ b/src/components/NavBar.vue @@ -0,0 +1,60 @@ + + + diff --git a/src/components/UserSearch.vue b/src/components/UserSearch.vue new file mode 100644 index 0000000..828f885 --- /dev/null +++ b/src/components/UserSearch.vue @@ -0,0 +1,21 @@ + + + diff --git a/src/components/bootstrapThemeSwitch/BootstrapThemeSwitch.vue b/src/components/bootstrapThemeSwitch/BootstrapThemeSwitch.vue new file mode 100644 index 0000000..12e9e97 --- /dev/null +++ b/src/components/bootstrapThemeSwitch/BootstrapThemeSwitch.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/src/components/bootstrapThemeSwitch/assets/moon.svg b/src/components/bootstrapThemeSwitch/assets/moon.svg new file mode 100644 index 0000000..ea8c681 --- /dev/null +++ b/src/components/bootstrapThemeSwitch/assets/moon.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/components/bootstrapThemeSwitch/assets/sun.svg b/src/components/bootstrapThemeSwitch/assets/sun.svg new file mode 100644 index 0000000..28a8533 --- /dev/null +++ b/src/components/bootstrapThemeSwitch/assets/sun.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/components/bootstrapThemeSwitch/assets/sun_focus.svg b/src/components/bootstrapThemeSwitch/assets/sun_focus.svg new file mode 100644 index 0000000..0a4ae56 --- /dev/null +++ b/src/components/bootstrapThemeSwitch/assets/sun_focus.svg @@ -0,0 +1,8 @@ + + + + + + + +