SurfSense/surfsense_web/atoms/logs
guangyang1206 b7b4443276 fix(web): invalidate all log cache keys on log mutations
Fixes #1369 — log create/update/delete mutations did not invalidate
the query keys that useLogs actually subscribes to, causing UI staleness.

Replace narrow invalidations (list, summary) with prefix-level
invalidation (["logs"]) to cover withQueryParams, list, summary
and detail in one shot.
2026-05-13 20:59:08 +08:00
..
log-mutation.atoms.ts fix(web): invalidate all log cache keys on log mutations 2026-05-13 20:59:08 +08:00