feat: update ticket management and calendar functionality with improved data handling and local storage support

This commit is contained in:
2026-03-06 20:09:07 +01:00
parent 38f5babde3
commit 61e480cc94
4 changed files with 117 additions and 24 deletions

View File

@@ -32,6 +32,13 @@ class Tickets {
'gift-bilet-all-open-normalny',
],
],
'bilety-rodzinne' => [
'label' => 'Bilety rodzinne',
'ticket_ids' => [
'bilet-rodzina-2+1',
'bilet-rodzina-2+2',
],
],
];
}