-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
MrCyjaneK
commented
Nov 22, 2024
- 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
- 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
There was a problem hiding this 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
lib/widgets/form_builder.dart
Outdated
@@ -29,6 +37,13 @@ class _FormBuilderState extends State<FormBuilder> { | |||
setState(() {}); | |||
} | |||
|
|||
String? lastSuggestedTitle = DateTime.now().toIso8601String(); | |||
void onLabelChange(String? suggestedTitle) { |
There was a problem hiding this comment.
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