modify localstorage close #48

This commit is contained in:
Adrian Zürcher
2026-02-13 12:27:30 +01:00
parent 3f02afde85
commit 0026f68320
5 changed files with 139 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
import type { Group } from './group';
export type PageDefault = {
groups?: Group[];
selectedColumnFilter?: string;
selectedColumnOptions?: string[];
weekdays?: number[];
};