memos/web
Steven 9121ddbad9 feat(api): support username lookup in GetUser endpoint
- Update GetUser to accept both numeric IDs and username strings (users/{id} or users/{username})
- Implement CEL filter parsing for username-based lookups
- Update proto documentation to reflect dual lookup capability
- Simplify frontend user store to use GetUser instead of ListUsers filter
- Update ListUsers filter documentation to show current capabilities
2025-10-22 21:48:34 +08:00
..
public
src feat(api): support username lookup in GetUser endpoint 2025-10-22 21:48:34 +08:00
.gitignore
.prettierrc.js
components.json
eslint.config.mjs
index.html
package.json feat(web): add accessible ConfirmDialog and migrate confirmations; and Markdown-safe descriptions (#5111) 2025-10-09 00:40:08 +08:00
pnpm-lock.yaml chore: bump mobx-react-lite from 4.1.0 to 4.1.1 in /web (#5137) 2025-10-08 09:28:40 +08:00
README.md
tsconfig.json
vite.config.mts

The frontend of Memos