-
Notifications
You must be signed in to change notification settings - Fork 25
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
Show login fragment as a dialog box #43
Comments
I disagree that a dialog would be an improvement in this case. |
As a mobile user, I found this behavior a bit odd. My experience with other apps is the dialog approach.
|
Again, if this is confusing we can hide the settings while the user is logged out, no? That would be a simpler solution to implement. |
Is simplicity your only concern with this change? |
It's more so the UI than how much code it take to write. |
As a UI POV, I gave my opinion earlier, and as I mentioned above, the Material Design guideline recommends a dialog in this case.
No problem at all ^^ |
I think it would make sense to not show the widget's settings until the user logs in. The login fragment can be displayed in a dialog box, and after the user is logged in, give them access to the main screen.
The text was updated successfully, but these errors were encountered: