Description:
Users cannot modify their profile information after registration. Need UI to edit username, bio, and other profile fields.
Current Limitations:
- Username set at signup cannot be changed
- Bio is empty and cannot be edited
- No way to update any profile information
Required Features:
- Edit username (with uniqueness validation)
- Edit bio (max 160 chars)
- View and edit join date display preference
- Save/cancel buttons with confirmation
User Flow:
Profile Screen -> [Edit Profile Button] -> Edit Screen
├─ Username field (validate uniqueness)
├─ Bio text area (160 char limit)
├─ [Save] [Cancel]
└─ Navigate back with updated data