ultisuite-client/lib/demo/demo-agenda-settings.ts
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

4 lines
182 B
TypeScript

/** Heures visibles par défaut dans la démo UltiCal (8:00 → 20:00). */
export const DEMO_AGENDA_VISIBLE_HOURS_START = 8 * 60
export const DEMO_AGENDA_VISIBLE_HOURS_END = 20 * 60