Calendar/src
Janus C. H. Knudsen 2656bae054 Refactors all-day event layout tracking logic
Removes redundant state tracking for all-day event layouts

Shifts from maintaining internal layout state to reading directly from DOM elements
Simplifies event handling and updates by using DOM as the source of truth
Improves performance by reducing unnecessary state management
2025-11-11 18:08:48 +01:00
..
components Refactors calendar managers to components 2025-11-08 14:30:18 +01:00
configurations Refactors view management in calendar component 2025-11-07 23:07:00 +01:00
constants Adds navigation buttons management and refactors navigation 2025-11-07 23:23:19 +01:00
core Adds I-prefix to all interfaces 2025-11-03 21:30:50 +01:00
data Improves drag and drop with edge scrolling 2025-10-13 17:20:17 +02:00
elements Batch update, WIP 2025-11-03 22:04:37 +01:00
managers Refactors all-day event layout tracking logic 2025-11-11 18:08:48 +01:00
renderers Adds navigation buttons management and refactors navigation 2025-11-07 23:23:19 +01:00
repositories Refactors resize and position utility handling 2025-11-05 21:53:08 +01:00
storage Refactor offline-first architecture with IndexedDB 2025-11-05 20:35:21 +01:00
types Tracks original column during drag and drop 2025-11-06 16:18:31 +01:00
utils Batch update, WIP 2025-11-03 22:04:37 +01:00
workers Refactor offline-first architecture with IndexedDB 2025-11-05 20:35:21 +01:00
index.ts Refactors calendar managers to components 2025-11-08 14:30:18 +01:00