Skip to content

loginUi: Add ChangeUsernameScene #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged

loginUi: Add ChangeUsernameScene #244

merged 1 commit into from
Jun 24, 2025

Conversation

Jon-edge
Copy link
Contributor

@Jon-edge Jon-edge commented Jun 6, 2025

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

@Jon-edge Jon-edge force-pushed the jon/change-username branch from 4495848 to 6ed3e78 Compare June 6, 2025 05:46
@Jon-edge Jon-edge changed the title Add ChangeUsernameScene loginUi: Add ChangeUsernameScene Jun 6, 2025
onComplete({ username: newUsername })
account
.changeUsername({ username: newUsername, password })
.catch(error => console.error(error))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make handleNext async, and then just await the account.changeUsername. Then the button will spin until it's done, and you get error handling for free.

@Jon-edge Jon-edge force-pushed the jon/change-username branch from 85455b5 to 2bd01e3 Compare June 16, 2025 23:33
@Jon-edge Jon-edge force-pushed the jon/change-username branch from 2bd01e3 to 0c7fd09 Compare June 24, 2025 22:52
@Jon-edge Jon-edge merged commit f88bdd0 into master Jun 24, 2025
1 check passed
@Jon-edge Jon-edge deleted the jon/change-username branch June 24, 2025 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants