memos/web/src
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
..
components chore: update component styles for consistency 2025-10-22 20:21:58 +08:00
helpers refactor: migrate eslint 2025-04-01 00:04:43 +08:00
hooks chore: move frontend store 2025-07-07 22:44:08 +08:00
layouts fix: user state 2025-07-17 22:36:28 +08:00
lib refactor: unify components 2025-07-01 19:29:48 +08:00
locales chore: update zh-Hant translation (#5159) 2025-10-09 21:30:55 +08:00
pages feat: enhance memo sorting functionality to support multiple fields 2025-10-20 23:41:58 +08:00
router refactor: attachment service 2025-06-17 22:15:19 +08:00
store feat(api): support username lookup in GetUser endpoint 2025-10-22 21:48:34 +08:00
themes chore: update component styles for consistency 2025-10-22 20:21:58 +08:00
types feat(api): support username lookup in GetUser endpoint 2025-10-22 21:48:34 +08:00
utils feat: implement theme management with system preference detection and early application 2025-10-08 09:51:49 +08:00
App.tsx refactor: unify theme and apperance 2025-08-17 11:27:59 +08:00
grpcweb.ts chore: update user settings 2025-07-27 23:12:42 +08:00
i18n.ts feat: add norwegian bokmål (nb) translation (#4561) 2025-03-27 13:14:12 +08:00
index.css refactor: unify theme and apperance 2025-08-17 11:27:59 +08:00
main.tsx feat: implement theme management with system preference detection and early application 2025-10-08 09:51:49 +08:00