From 7330f85398395650a471aa8398a86ed61fffb9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:48:55 +0000 Subject: [PATCH] ImageCarousel component and necessary Layout tweaks --- ui/src/App.vue | 30 ++++++++++++++++------ ui/src/components/Dashboard.vue | 19 ++++++-------- ui/src/components/ImageCarousel.vue | 39 +++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 19 deletions(-) create mode 100644 ui/src/components/ImageCarousel.vue diff --git a/ui/src/App.vue b/ui/src/App.vue index f1c69ae..854c197 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -6,14 +6,20 @@ :logo_below="logo_below" :title="title_html" /> - - - + + + - - - - CALENDARS - - + + MESSAGE + + + CALENDARS + \ No newline at end of file