multica/apps/web/core
Naiyuan Qing 862b85e064 fix(web): DnD local-state overlay, onSettled list invalidation, WS self-event filter
- Board DnD: use local pendingMove state for instant card placement,
  bypassing TQ's async setQueryData notification delay
- useUpdateIssue: add list invalidation to onSettled (was only detail)
- use-realtime-sync: add isSelf check to specific issue WS handlers
  (prevents redundant cache writes for own mutations)
- Clean up debug console.logs from board-view, issues-page, mutations

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 10:25:35 +08:00
..
inbox fix(core): add onSettled invalidation to all optimistic mutations + enable refetchOnReconnect 2026-04-07 19:07:37 +08:00
issues fix(web): DnD local-state overlay, onSettled list invalidation, WS self-event filter 2026-04-08 10:25:35 +08:00
runtimes feat(core): migrate workspace + runtimes to TanStack Query (Phase 3+4) 2026-04-07 17:19:52 +08:00
workspace feat(core): migrate workspace + runtimes to TanStack Query (Phase 3+4) 2026-04-07 17:19:52 +08:00
hooks.ts feat(web): add TanStack Query infrastructure (Phase 0) 2026-04-07 14:43:51 +08:00
index.ts fix: mention closure, onSettled invalidation, cleanup singleton 2026-04-07 17:53:49 +08:00
provider.tsx fix: mention closure, onSettled invalidation, cleanup singleton 2026-04-07 17:53:49 +08:00
query-client.ts fix(core): add onSettled invalidation to all optimistic mutations + enable refetchOnReconnect 2026-04-07 19:07:37 +08:00