-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FEATURE REQUEST] New UI for "Manage accounts" view #4312
Comments
I've designed two different mockups related with manage accounts view.
In case you have more accounts linked with your device, both mockups look like this:
@JuancaG05 @Aitorbp @jesmrec @tbsbdr Take a look if you can and share your opinions about this 😃 |
In case of multiaccount, the "clean" and "delete" options are not clearly attached to the account. The compacted version (on the right) likes me the most. I know that they are mockups to make ourselves an idea, but i miss some beautifiers there. |
For a first iteration, I'd go for the second option. That is, keeping the current design but in a dialog instead of a new screen. Technically, it will be easier as well 😄 |
Thumbs up 👍 lets go, looks very good! Summay of what we just discussed in addition:
|
WORK TO DO:
|
EPIC:
Currently, the
Manage accounts
view looks like this:This is a little bit outdated in terms of design, and shows a pretty empty screen unless you have several accounts. The aim here is to move this view to a dialog showing the same info, just like modern apps that follow the Material Design standards are doing lately:
This implies changing the click listener of the avatar in the top bar, that will open this new dialog instead of going to the current screen, which will be deleted.
In addition, we'll remove the second menu of the drawer menu, which shows redundant options for managing accounts (adding an account, a link to the manage accounts screen and the other accounts), so that everything related to managing accounts is centralized in just 1 place. The click listener of the avatar in the drawer menu could be changed as well to open the new dialog.
Past proposals:
More proposals welcome!
TASKS
suscribeToViewModels
functionAccountsManagementActivity
and its related testsThe text was updated successfully, but these errors were encountered: