monero-gui icon indicating copy to clipboard operation
monero-gui copied to clipboard

LeftPanel: use different color for each account; account card navigation; display account in page headers

Open rating89us opened this issue 3 years ago • 3 comments

Some users are having trouble noticing that a different account was selected, and that selecting an account changes the remaining pages.

Main changes of this PR

  • use a different color for each account
  • account card: color + mouse scrolling (to navigate accounts) + page indicator
  • color for list item indicators on Account and Receive pages
  • Receive, Send and Transactions pages header: display "Account #" + account label if wallet contains >1 account

accountcard3

rating89us avatar Nov 24 '21 16:11 rating89us

That's a cool idea :D One thing I found is that if you have too many accounts the page indicator won't work correctly. Opinion on disabling the page indicator if you have too many accounts? Otherwise it looks like this, first account selected and the page indicator doesn't show anything.

Screenshot 2021-11-25 at 15 52 57

selsta avatar Nov 25 '21 14:11 selsta

Fixed. Page indicator will not be visible if wallet has more than 40 accounts. Fixed also spacing between each indicator and added colors to Style.qml.

rating89us avatar Nov 25 '21 18:11 rating89us

ready for review

rating89us avatar Nov 26 '21 11:11 rating89us