You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web
Steven 61dbca8dc2 fix: prevent browser cache from serving stale memo data (#5470)
This fixes a critical data loss issue where users editing the same memo
on multiple devices would overwrite each other's changes due to aggressive
browser caching, particularly in Chromium-based browsers and PWAs.

Changes:
- Backend: Add Cache-Control headers to all API responses to prevent
  browser HTTP caching
- Frontend: Force fresh fetch from server when opening memo editor by
  invalidating React Query cache
- Frontend: Reduce memo query staleTime from 60s to 10s for better
  collaborative editing support

Fixes #5470
5 months ago
..
docs refactor(react-query): optimize config, add error boundary, and remove JSDoc 6 months ago
public chore: enhance site.webmanifest in firefox (#4828) 12 months ago
src fix: prevent browser cache from serving stale memo data (#5470) 5 months ago
.gitignore chore: update gitignore 1 year ago
biome.json refactor: remove MemoContentContext and integrate MemoViewContext 6 months ago
components.json feat: themes (#4824) 12 months ago
index.html chore: prevent sensitive data caching 6 months ago
package.json fix: KaTeX math rendering with underscores (#5438) 6 months ago
pnpm-lock.yaml fix: KaTeX math rendering with underscores (#5438) 6 months ago
tsconfig.json chore: clean up unused imports and parameters across components 6 months ago
vite.config.mts refactor(web): improve MemoContent security and maintainability 7 months ago