This commit is contained in:
Janus C. H. Knudsen 2025-12-09 21:07:35 +01:00
parent 2ec4b93fa5
commit 016a504431

View file

@ -12,7 +12,7 @@ export class DemoApp {
private animator!: NavigationAnimator; private animator!: NavigationAnimator;
private container!: HTMLElement; private container!: HTMLElement;
private weekOffset = 0; private weekOffset = 0;
private currentView: 'simple' | 'resource' | 'team' = 'team'; private currentView: 'simple' | 'resource' | 'team' = 'simple';
constructor( constructor(
private orchestrator: CalendarOrchestrator, private orchestrator: CalendarOrchestrator,