You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(frontend): trim comments to one line each
Every docblock in the new query layer said in a paragraph what fits on a
line. Now: keys.ts 1 line, staleTime 1, queryClient 2, the converted hooks
1-3 each. DesktopQueryCacheReset keeps the most because the two things it
encodes are both non-obvious — why a key can outlive its backend, and why
resetQueries rather than clear().
No code change.
0 commit comments