multica/apps/web/features/realtime
Naiyuan Qing 3e8c715de8 feat(realtime): skip WS refetch for self-triggered events
Backend WS messages now include actor_id from the Event struct.
Frontend useRealtimeSync skips the debounced refetch when the event
was triggered by the current user, eliminating unnecessary re-renders
of heavy components (~400ms after each user action).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 13:09:17 +08:00
..
hooks.ts feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
index.ts refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
provider.tsx feat: resizable sidebar, issue detail rewrite, package consolidation 2026-03-26 16:47:04 +08:00
use-realtime-sync.ts feat(realtime): skip WS refetch for self-triggered events 2026-03-31 13:09:17 +08:00