## Summary
- Group events into five temporal sections: **Today**, **This Week**, **Next Week**, **Later**, **Past**
- Add date subheaders within sections (e.g. "Wed, 12 Mar"), hidden for Today
- Context-aware time display: clock time for upcoming events, relative time for past
- Visual emphasis on Today section header
- New `useEventGrouping` composable, `SectionHeader` and `DateSubheader` components
## Test plan
- [x] 126 unit tests pass (13 new for grouping logic, component tests updated)
- [x] 25 E2E tests pass (8 new for temporal grouping, section headers, date subheaders, time display)
- [x] All existing functionality preserved (swipe-to-delete, role badges, empty state, navigation)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Group events into five temporal sections with section headers, date subheaders,
and context-aware time display (clock time for upcoming, relative for past).
Includes new useEventGrouping composable, SectionHeader and DateSubheader
components, full unit and E2E test coverage.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nitrix
merged commit d7ed28e036 into master2026-03-08 17:30:36 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
useEventGroupingcomposable,SectionHeaderandDateSubheadercomponentsTest plan
🤖 Generated with Claude Code