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;

This commit is contained in:
Johann Hoffmann
2025-01-31 14:09:05 +01:00
parent b855c404e4
commit c1918726df
12 changed files with 57 additions and 47 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ import BsConfirm from "../Bootstrap/Confirm.js";
import DropGrid from '../Drop/Grid.js'
import DashboardItem from "./Item.js";
import CachedWidgetLoader from "../../composables/Dashboard/CachedWidgetLoader.js";
export default {
name: 'Section',
components: {
DropGrid,
DashboardItem