feat(settings): handle court number settings

This commit is contained in:
2026-06-06 11:53:40 +02:00
parent ccfca0dd25
commit 02fc32942a
11 changed files with 128 additions and 97 deletions
+1
View File
@@ -37,6 +37,7 @@ export interface Settings {
id: number;
withServiceJudge: boolean;
numberOfCourts: number;
showAlert: boolean;
}
const db = new Dexie('CourtPilot') as Dexie & {