Skip to content
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

CW-832-cupcake-post-release-things #11

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

MrCyjaneK
Copy link
Collaborator

  • Random name generator button
  • Not entering a wallet name error (should be enhanced)
  • on restore wallet top screen it says "create wallet" instead of restore wallet
  • Not entering a wallet name error (should be more friendly and preferably on the field not a popup)
  • When renaming a wallet to the same name, we need to improve the error message
  • titles for pin screen
  • tap to copy (verify - add a toast)
  • biometric auth
  • create pin screen - once there is a pin make only one pin, without confirmation

MrCyjaneK and others added 4 commits November 21, 2024 08:19
- Random name generator button
- Not entering a wallet name error (should be enhanced)
- on restore wallet top screen it says "create wallet" instead of restore wallet
- Not entering a wallet name error (should be more friendly and preferably on the field not a popup)
- When renaming a wallet to the same name, we need to improve the error message
- titles for pin screen
- tap to copy (verify - add a toast)
- biometric auth
- create pin screen - once there is a pin make only one pin, without confirmation
Copy link
Contributor

@OmarHatem28 OmarHatem28 left a comment

Choose a reason for hiding this comment

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

biometric auth is not working
please allow enabling it from the settings instead of long press in the PIN screen, make it similar to Cake wallet
I will disable it for now, and let's make that in a separate PR with the other major features

@@ -29,6 +37,13 @@ class _FormBuilderState extends State<FormBuilder> {
setState(() {});
}

String? lastSuggestedTitle = DateTime.now().toIso8601String();
void onLabelChange(String? suggestedTitle) {
Copy link
Contributor

Choose a reason for hiding this comment

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

having same name is confusing, I know the other one would need widget. but still should at least be private then

@OmarHatem28 OmarHatem28 merged commit e7290dd into main Nov 26, 2024
2 of 3 checks passed
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