feat: let users change their auto-generated username in Settings
Usernames are auto-assigned at signup (shipped earlier this session) but there was still no way to change one. Adds a Username field to Settings, validated client- and server-side against the same 3-20-char lowercase/digits/underscore pattern used for generation, with a 409 on collision (excluding the user's own current username). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
|
||||
|
||||
## 0.14.0 — 2026-07-13 21:47
|
||||
|
||||
### Added
|
||||
- **Change your username** in Settings — previously auto-assigned at signup with no way to change it.
|
||||
|
||||
## 0.13.1 — 2026-07-13 17:25
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user