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

Improve display on big screens #33

Open
MrStahlfelge opened this issue Aug 30, 2021 · 0 comments
Open

Improve display on big screens #33

MrStahlfelge opened this issue Aug 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MrStahlfelge
Copy link
Member

MrStahlfelge commented Aug 30, 2021

The app is not optimized for big screens like tablets or Chromebooks (or Windows 11) at the moment.
It should be improved in a way that does not impose any more overhead to development because big screens aren't used frequently compared to phones, so we don't want to change the navigation flow.

Quick win changes that improve the experience on big screens:

  • Wallet list screen: Don't place the wallet cards vertical, but in a grid (like Google Keep or Photos app)
  • Wallet details: Show the screen in two coloumns with the transaction list on the right hand side, all other information on the left hand side
  • Transaction info (ErgoPay Signing, Cold wallet signing, transaction details): two-column layout
  • All other screens: Make sure that the content has a max width size and is centered horizontally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@MrStahlfelge and others