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.
- Add request deduplication to getOrFetchUser using RequestDeduplicator - Consolidates multiple simultaneous calls for same user into single API request - Prevents duplicate 401 errors and wasted network traffic - Matches pattern already used by fetchUsers and fetchUserStats - Remove backwards compatibility aliases (getOrFetchUserByName, getOrFetchUserByUsername) - Update all call sites to use canonical getOrFetchUser method Fixes issue where PagedMemoList, useMemoViewState, MainLayout, and UserProfile were making duplicate user fetch requests when loading user data. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
6 months ago | |
|---|---|---|
| .. | ||
| public | 12 months ago | |
| src | 6 months ago | |
| .gitignore | 1 year ago | |
| biome.json | 7 months ago | |
| components.json | 12 months ago | |
| index.html | 6 months ago | |
| package.json | 7 months ago | |
| pnpm-lock.yaml | 7 months ago | |
| tsconfig.json | ||
| vite.config.mts | 7 months ago | |