multica/apps/web/features/realtime
Naiyuan Qing d751373368 fix(realtime): handle issue/inbox events granularly to prevent full refetch
When viewing an issue in the inbox, WS events like issue:updated and
inbox:new triggered full store refetches, causing unnecessary loading
flashes and redundant API calls. Now these events update the store
in-place using the event payload data instead of refetching everything.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 17:36:44 +08:00
..
hooks.ts refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
index.ts refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
provider.tsx merge: resolve conflicts with main 2026-03-31 16:25:20 +08:00
use-realtime-sync.ts fix(realtime): handle issue/inbox events granularly to prevent full refetch 2026-04-02 17:36:44 +08:00