Commit Graph

3 Commits

Author SHA1 Message Date
Michael Dong
730cf6c738 Fix register endpoint to accept camelCase JSON fields
Frontend sends inviteCode but backend expected invite_code,
causing deserialization error on registration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 13:27:43 +08:00
Michael Dong
86d3a8c419 Add change password feature to settings page
- Add PUT /api/me/password endpoint in backend
- Add changePassword API function in frontend
- Add change password form UI in SettingsPanel
- Add i18n translations for change password (zh/en)
- Fix TypeScript type error in i18n context

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:30:57 +08:00
Michael Dong
a98e12f286 first commit 2026-02-05 11:24:40 +08:00