feat: notifications, @mentions, and comment deep-links (#71 #72 #73) #127

Merged
marcel merged 19 commits from feat/71-72-73-notifications-mentions-deeplinks into main 2026-03-28 16:06:59 +01:00
Showing only changes of commit 29f81f48db - Show all commits

View File

@@ -144,7 +144,6 @@ function relativeTime(isoString: string): string {
}
onMount(() => {
fetchNotifications();
fetchUnreadCount();
eventSource = new EventSource('/api/notifications/stream');
eventSource.addEventListener('notification', (e) => {