rspace-online/modules/rcal/components
Jeff Emmett 15ca1868b0 fix(rcal): fix calendar view layout bugs — uneven day widths, event overlap, duplicate detail
- Change grid-template-columns from repeat(7, 1fr) to repeat(7, minmax(0, 1fr)) to prevent
  content from stretching day cells unevenly
- Add computeEventColumns() helper using greedy interval-coloring algorithm with per-cluster
  column counts for tiling overlapping events side-by-side
- Apply sub-column layout to day view, week view, and horizontal day view so concurrent events
  no longer render on top of each other
- Guard duplicate day detail rendering when expanded day is at end-of-row or last day of month

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 15:24:30 -04:00
..
cal-demo.ts feat: rCal unified layout — no tabs, auto-map, lunar overlay, scroll zoom 2026-03-02 15:07:31 -08:00
cal.css refactor: rename module directories to match r-prefixed module IDs 2026-02-28 19:49:26 -08:00
folk-calendar-view.ts fix(rcal): fix calendar view layout bugs — uneven day widths, event overlap, duplicate detail 2026-04-05 15:24:30 -04:00