From d6860154f722ab1883cf2c3a6c48b57176a2a404 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 17 Jan 2024 23:39:44 +0100 Subject: [PATCH] Add initial component for highlight sidebar, with styling but without logic --- .../highlights/HighlightSidebar.vue | 75 +++++++++++++++++++ client/src/layouts/DefaultLayout.vue | 3 + client/src/styles/variables.css | 6 ++ 3 files changed, 84 insertions(+) create mode 100644 client/src/components/highlights/HighlightSidebar.vue diff --git a/client/src/components/highlights/HighlightSidebar.vue b/client/src/components/highlights/HighlightSidebar.vue new file mode 100644 index 00000000..acf95d3f --- /dev/null +++ b/client/src/components/highlights/HighlightSidebar.vue @@ -0,0 +1,75 @@ + + + + + diff --git a/client/src/layouts/DefaultLayout.vue b/client/src/layouts/DefaultLayout.vue index 7efdece2..68477d85 100644 --- a/client/src/layouts/DefaultLayout.vue +++ b/client/src/layouts/DefaultLayout.vue @@ -5,6 +5,7 @@ > +