From c1918726df16e5f84fd23bd7849997201c399dec Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Fri, 31 Jan 2025 14:09:05 +0100 Subject: [PATCH] Stundenplan Week Page smaller breakpoints style handling; searchbar emit action finished on default link click; month stundenplan past days use opacity-50 class; Day page height fix of right col; --- public/js/apps/Cis.js | 13 +++++----- public/js/components/Calendar/Day/Page.js | 6 ++--- public/js/components/Calendar/Month/Page.js | 26 +++++++++++++++++-- public/js/components/Calendar/Pane.js | 2 +- public/js/components/Calendar/Week/Page.js | 12 ++++++--- .../components/Cis/Stundenplan/Stundenplan.js | 10 +++---- public/js/components/Dashboard/Item.js | 1 + public/js/components/Dashboard/Section.js | 2 +- .../components/DashboardWidget/Stundenplan.js | 22 ---------------- public/js/components/Drop/Grid.js | 1 + public/js/components/searchbar/action.js | 2 +- public/js/composables/CalendarDate.js | 7 ++++- 12 files changed, 57 insertions(+), 47 deletions(-) diff --git a/public/js/apps/Cis.js b/public/js/apps/Cis.js index da658dc47..482c2774a 100644 --- a/public/js/apps/Cis.js +++ b/public/js/apps/Cis.js @@ -27,13 +27,12 @@ const app = Vue.createApp({ defaultaction: { type: "link", action: function(data) { - return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+ - "/Cis/Profil/View/"+data.uid; - - } - }, + return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+ + "/Cis/Profil/View/"+data.uid; + } + }, childactions: [] - }, + }, student: { defaultaction: { type: "link", @@ -115,7 +114,7 @@ const app = Vue.createApp({ methods: { searchfunction: function(searchsettings) { return Vue.$fhcapi.search.search(searchsettings); - }, + } } }); app.use(FhcApi); diff --git a/public/js/components/Calendar/Day/Page.js b/public/js/components/Calendar/Day/Page.js index fbd3307a8..f545c61ae 100644 --- a/public/js/components/Calendar/Day/Page.js +++ b/public/js/components/Calendar/Day/Page.js @@ -348,9 +348,9 @@ export default { -
-
-
+
+
+