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

Add an All accounts button to accounts list #5140

Closed
rdymac opened this issue Aug 25, 2018 · 2 comments
Closed

Add an All accounts button to accounts list #5140

rdymac opened this issue Aug 25, 2018 · 2 comments
Assignees

Comments

@rdymac
Copy link

rdymac commented Aug 25, 2018

What problem are you trying to solve?
List of accounts seems to be inaccessible for some users (e.g. case 6556) when there are more than 4 accounts due to issues with the scroll behaviour.

Describe the solution you'd like
Add an "All accounts" option/button at the top of the list which would open a list in the full-screen view so it is easier to manage wallets with many accounts.

Or add a stylish visible scroll bar that could be dragged.

Additional context
all_accounts

@dpazdan
Copy link

dpazdan commented Sep 17, 2018

Another option / idea would be to add a "more accounts.." button on the bottom right of the accounts list window pane, that then scrolls down an equal number of accounts, down 3

@cjeria
Copy link
Contributor

cjeria commented Dec 19, 2018

Thanks @rdymac Here's the quick solution we came up with just a few weeks ago to address this issue.

The idea is that this "floating action button" does a two things

  • indicates there are more account below the fold
  • when clicked, should auto-scroll the list

We're also looking at ways of improving this overall interaction in the full screen mode.

Your feedback is welcome.

account dropdown top bar

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

No branches or pull requests

5 participants
@cjeria @rdymac @alextsg @dpazdan and others