umami/src/components
Arthur Sepiol ef9a382cdd Add real-time session updates via Server-Sent Events
Implements push-based real-time updates for the Sessions page. New sessions now appear instantly without manual reload or polling.

Changes:
- Add SSE event emitter for session creation notifications
- Create SSE stream endpoint at /api/websites/[id]/sessions/stream
- Emit session events in tracking endpoint when sessions are created
- Add useSessionStream hook to connect to SSE and invalidate queries
- Fix LoadingPanel to prevent flicker during background refetches
2025-12-10 16:02:44 +03:00
..
boards Updated reports components. 2025-03-26 21:54:23 -07:00
charts Reformatted files with biome. 2025-11-22 22:42:42 -08:00
common Add real-time session updates via Server-Sent Events 2025-12-10 16:02:44 +03:00
hooks Add real-time session updates via Server-Sent Events 2025-12-10 16:02:44 +03:00
input Fix date range increment function 2025-12-03 14:47:56 -08:00
metrics Merge branch 'master' into dev 2025-12-03 00:17:44 -08:00
svg Reformatted files with biome. 2025-11-22 22:42:42 -08:00
icons.ts Updated edit forms and icons. 2025-09-26 01:46:36 -07:00
messages.ts Merged nav menus. 2025-09-25 20:46:00 -07:00