Files
TimeTracker/templates
Dries Peeters f117a0cb58 fix(calendar): show overlapping entries side-by-side and week as whole blocks
Day and week view: assign overlap columns so multiple time entries/events in the same timeframe render next to each other instead of stacking (fixes #472). Week view: render events as single blocks spanning their full duration (top/height in px) instead of per-hour segments.

- Add assignOverlapColumnsByTime/ByPosition and columnStyle() for lane layout.

- Day view: merge events + time entries, assign columns, set left/width per column.

- Week view: replace 24-row table with full-day columns (1440px); add renderWeekDayBlocks() for whole-block layout; style week-event-block like day cards.
2026-01-30 15:59:12 +01:00
..