feat: allow editing user profile settings

This commit is contained in:
2026-04-30 02:24:10 -04:00
parent 60ce08ee86
commit 2e4c16621d
6 changed files with 308 additions and 35 deletions

View File

@@ -0,0 +1,23 @@
# Task: Edit user information settings
## Goal
Allow users to edit their profile details from the user information settings page.
## Feature Spec
- `docs/FEATURES/user-profile-settings.md`
## Scope
- Replace read-only user information details with editable first name, last name, alias, and email fields.
- Keep portrait upload available on the page.
- Use the existing Identity endpoints for full name, alias, email, and portrait updates.
- Keep the profile store as the source of truth for app-shell user identity.
## Validation
```bash
cd frontend
npm run build
```