refactors, specific day playtime controls

This commit is contained in:
mikicvi
2025-09-22 22:46:33 +01:00
parent c8062cf96b
commit 6d3202e385
27 changed files with 1710 additions and 1365 deletions
+6
View File
@@ -80,6 +80,11 @@ export const ACTIONS = {
// Settings actions
SETTINGS_UPDATE: 'update_settings',
// Time slot actions
TIME_SLOT_CREATE: 'create_time_slot',
TIME_SLOT_UPDATE: 'update_time_slot',
TIME_SLOT_DELETE: 'delete_time_slot',
// System actions
SYSTEM_START: 'system_start',
SYSTEM_ERROR: 'system_error',
@@ -91,5 +96,6 @@ export const ENTITY_TYPES = {
COURT: 'court',
ANNOUNCEMENT: 'announcement',
SETTINGS: 'settings',
TIME_SLOT: 'time_slot',
SYSTEM: 'system',
} as const;