Skip to content

feat(myaccount): add a Change Display Name row - #1299

Merged
bmc08gt merged 1 commit into
code/cashfrom
feat/change-display-name
Aug 21, 2026
Merged

feat(myaccount): add a Change Display Name row#1299
bmc08gt merged 1 commit into
code/cashfrom
feat/change-display-name

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

Node 9277:121893 puts Change Display Name at the top of My Account, above Require Biometrics. It was left out of the You-tab rebuild (#1291) so it could land on its own — until now the display name was only editable through the staff-gated User Profile screen.

The row opens AppRoute.UpdateUserProfile(origin = Menu.MyAccount, includeName = true, includePhoto = false), so the flow shows the name step alone and returns to My Account on save or on back, rather than walking on to photo selection. That's the same route UserProfileScreen already uses for its Edit Name affordance.

UserProfile stays where it is, staff-gated — it's the whole profile editor (contact methods, photo, name); this row is just the name.

The icon is Icons.Outlined.Badge as a stand-in: the design draws a grey placeholder box for it, same as the other rows on this screen.

Node 9277:121893 puts Change Display Name at the top of My Account, above
Require Biometrics. It was left out of the You-tab rebuild so it could land
on its own, with the display name reachable only through the staff-gated
User Profile screen in the meantime.

The row opens AppRoute.UpdateUserProfile with includePhoto = false, so the
flow shows the name step alone and returns to My Account on save or back
rather than walking on to photo selection.
@github-actions github-actions Bot added the type: feature New functionality label Aug 21, 2026
@bmc08gt
bmc08gt merged commit 4a4ccbe into code/cash Aug 21, 2026
3 checks passed
@bmc08gt
bmc08gt deleted the feat/change-display-name branch August 21, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant