managarten/apps
Till-JS c4fe9ea192 refactor(calendar): extract shared constants and event filtering utilities
Phase 1 of calendar refactoring:
- Create calendarConstants.ts with HOUR_HEIGHT_PX, SNAP_INTERVAL_MINUTES, etc.
- Create eventFiltering.ts with reusable filter functions:
  - getVisibleTimedEvents, getVisibleAllDayEvents, getVisibleOverflowEvents
  - filterByVisibleCalendars, filterByHourRange, getEventMinutes
- Update WeekView, DayView, MultiDayView, MonthView to use new utilities
- Remove ~200 lines of duplicated filtering logic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 21:07:52 +01:00
..
calendar refactor(calendar): extract shared constants and event filtering utilities 2025-12-14 21:07:52 +01:00
chat refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
clock refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
contacts feat(calendar): add birthday integration from contacts service 2025-12-14 20:49:08 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore 🐛 fix(auth): enable automatic token refresh across all web apps 2025-12-10 20:52:29 +01:00
manadeck refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
picture refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo feat(splitscreen): add split-screen feature for multi-app side-by-side view 2025-12-12 13:00:26 +01:00
zitare refactor(todo): rename Labels to Tags for consistency across apps 2025-12-10 21:12:08 +01:00