mirror of https://github.com/usememos/memos
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.
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 | 6 months ago | |
| public | 12 months ago | |
| src | 5 months ago | |
| .gitignore | 1 year ago | |
| biome.json | 6 months ago | |
| components.json | 12 months ago | |
| index.html | 6 months ago | |
| package.json | 6 months ago | |
| pnpm-lock.yaml | 6 months ago | |
| tsconfig.json | 6 months ago | |
| vite.config.mts | 7 months ago | |