mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 21:25:19 +02:00
feat(calendar): enhance event handling with timezone support and filtering capabilities
This commit is contained in:
parent
8b108c5797
commit
eef8c92e82
20 changed files with 793 additions and 70 deletions
11
frontend/pnpm-lock.yaml
generated
11
frontend/pnpm-lock.yaml
generated
|
@ -48,6 +48,9 @@ importers:
|
|||
'@event-calendar/day-grid':
|
||||
specifier: ^3.7.1
|
||||
version: 3.12.0
|
||||
'@event-calendar/interaction':
|
||||
specifier: ^3.12.0
|
||||
version: 3.12.0
|
||||
'@event-calendar/time-grid':
|
||||
specifier: ^3.7.1
|
||||
version: 3.12.0
|
||||
|
@ -566,6 +569,9 @@ packages:
|
|||
'@event-calendar/day-grid@3.12.0':
|
||||
resolution: {integrity: sha512-gY6XvEIlwWI9uKWsXukyanDmrEWv1UDHdhikhchpe6iZP25p3+760qXIU2kdu91tXjb+hVbpFcn7sdNPPE4u7Q==}
|
||||
|
||||
'@event-calendar/interaction@3.12.0':
|
||||
resolution: {integrity: sha512-+d3KqxNdcY/RfJrdai37XCoTx7KKpzqJIo/WAjH1p8ZiypsfrHgpWWuTtF76u3hpn/1qqWUM3VFJSTKbjJkWTg==}
|
||||
|
||||
'@event-calendar/time-grid@3.12.0':
|
||||
resolution: {integrity: sha512-n/IoFSq/ym6ad2k+H9RL2A8GpfOJy1zpKKLb1Edp/QEusexpPg8LNdSbxhmKGz6ip5ud0Bi/xgUa8xUqut8ooQ==}
|
||||
|
||||
|
@ -2405,6 +2411,11 @@ snapshots:
|
|||
'@event-calendar/core': 3.12.0
|
||||
svelte: 4.2.19
|
||||
|
||||
'@event-calendar/interaction@3.12.0':
|
||||
dependencies:
|
||||
'@event-calendar/core': 3.12.0
|
||||
svelte: 4.2.19
|
||||
|
||||
'@event-calendar/time-grid@3.12.0':
|
||||
dependencies:
|
||||
'@event-calendar/core': 3.12.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue