From 92f3140812ca470654135eafc2c9ce825bd7304b 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 16:25:58 +0000 Subject: [PATCH] move more data to App.vue --- ui/src/App.vue | 138 +++++++++++++++++- ui/src/components/Dashboard.vue | 4 +- ui/src/components/DashboardInfo.vue | 2 +- .../components/calendar/CalendarCarousel.vue | 129 +--------------- 4 files changed, 140 insertions(+), 133 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index d0059d5..f1c69ae 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -7,11 +7,12 @@ :title="title_html" /> - + diff --git a/ui/src/components/Dashboard.vue b/ui/src/components/Dashboard.vue index a8c4e11..6443381 100644 --- a/ui/src/components/Dashboard.vue +++ b/ui/src/components/Dashboard.vue @@ -2,8 +2,8 @@ - - + + CALENDARS diff --git a/ui/src/components/DashboardInfo.vue b/ui/src/components/DashboardInfo.vue index 0407e05..73eac9d 100644 --- a/ui/src/components/DashboardInfo.vue +++ b/ui/src/components/DashboardInfo.vue @@ -1,6 +1,6 @@