What
Add a username-edit control to the profile panel so a signed-in user can change their username. Wire it to the v2 endpoint PUT /api/v2/users/update/:userId migrated in #267.
Why
- The endpoint exists but nothing calls it.
- The profile panel shows a "More personalisation stuff coming here soon!" placeholder for the current user: profile-panel.component.html. This delivers the first piece of it.
Area
Notes or constraints
Parent
Done when
- A signed-in user can rename themselves from the profile panel.
- The new username persists and shows without a manual reload.
What
Add a username-edit control to the profile panel so a signed-in user can change their username. Wire it to the v2 endpoint
PUT /api/v2/users/update/:userIdmigrated in #267.Why
Area
Notes or constraints
Parent
Done when