···20202121## M9 — Notifications
22222323-- [ ] Notifications screen with grouped-by-day notification list
2424-- [ ] `NotificationBloc` — events: `NotificationsRequested`, `NotificationsRefreshed`, `NotificationsPageLoaded`, `NotificationsMarkedRead`
2525-- [ ] Fetch notifications via `listNotifications` with cursor pagination
2626-- [ ] Render all notification reasons: like, repost, follow, mention, reply, quote
2727-- [ ] Each notification row: author avatar, reason icon, summary text, optional post preview
2828-- [ ] Unread count badge on nav bar via `getUnreadCount` polling (30s interval)
2929-- [ ] Mark as read via `updateSeen` when notifications screen opens
3030-- [ ] Tap notification to navigate to relevant post or profile
2323+- [x] Notifications screen with grouped-by-day notification list
2424+- [x] `NotificationBloc` — events: `NotificationsRequested`, `NotificationsRefreshed`, `NotificationsPageLoaded`, `NotificationsMarkedRead`
2525+- [x] Fetch notifications via `listNotifications` with cursor pagination
2626+- [x] Render all notification reasons: like, repost, follow, mention, reply, quote
2727+- [x] Each notification row: author avatar, reason icon, summary text, optional post preview
2828+- [x] Unread count badge on nav bar via `getUnreadCount` polling (30s interval)
2929+- [x] Mark as read via `updateSeen` when notifications screen opens
3030+- [x] Tap notification to navigate to relevant post or profile
31313232## M10 — Post & Profile Actions
3333