-
Notifications
You must be signed in to change notification settings - Fork 13
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
Need help notice #1057
base: master
Are you sure you want to change the base?
Need help notice #1057
Conversation
|
|
8a7559b
to
9a68925
Compare
|
|
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.
LGTM 🔥
super.key, | ||
required this.openMail, | ||
required this.launchWebsite, | ||
this.radius = 5.0, |
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.
border radius de 8.0
|
||
@override | ||
Widget build(BuildContext context) => AlertDialog( | ||
title: Text( |
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.
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)),
No related issue
📖 Description
Add a dialog to warn users that we cannot help them gain access to their accounts.
🧪 How Has This Been Tested?
Manually
Added unit test to check if dialog shows up
Added unit test to check if cancel closes dialog
Added unit test to check if tap outside dialog closes it
Added unit tests to check if password assistance urls work
☑️ Checklist before requesting a review
version: Major
,version: Minor
orversion: Patch
.🖼️ Screenshots (if useful):