Marcel
f568c0aeb7
feat(#71,#72,#73): SSE push notifications, mention chips, deep-link fixes
- Add SseEmitterRegistry (ConcurrentHashMap, one emitter per user)
- Add GET /api/notifications/stream SSE endpoint and unread-count endpoint
- Push SSE event on every notifyReply / notifyMentions via saveAndPush()
- Collapse V18/V19 migrations into V16 (actor_name + annotation_id upfront)
- Add @Schema(requiredMode=REQUIRED) to NotificationDTO required fields
- Switch NotificationBell from polling to EventSource; seed unread count on open
- Fix MentionEditor: replace setTimeout with await tick(); div role=option
- Add aria-modal=true to NotificationBell dialog
- Tests: SseEmitterRegistryTest (3), NotificationServiceTest (+2), NotificationControllerTest (+5)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 15:41:35 +01:00
..
2026-03-15 12:32:38 +01:00
2026-03-15 12:32:38 +01:00
2026-03-15 14:42:19 +01:00
2026-03-15 20:44:09 +01:00
2026-03-19 22:14:44 +01:00
2026-03-19 22:14:44 +01:00
2026-03-20 23:02:55 +01:00
2026-03-23 07:26:35 +01:00
2026-03-23 11:29:41 +01:00
2026-03-23 23:27:21 +01:00
2026-03-24 08:52:32 +01:00
2026-03-24 10:32:11 +01:00
2026-03-24 17:08:55 +01:00
2026-03-26 11:12:21 +01:00
2026-03-26 13:25:57 +01:00
2026-03-28 15:41:35 +01:00
2026-03-27 20:09:40 +01:00