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

Frontend: adding too many logins causes the add button to go off screen #1

Open
Inei1 opened this issue Feb 22, 2018 · 0 comments
Open
Labels

Comments

@Inei1
Copy link
Owner

Inei1 commented Feb 22, 2018

Problem:

If you add too many logins, the add button goes off screen. See the screenshot
toomanylogins
There are nine logins there, and adding a tenth one is impossible because the button isn't visible.

Possible Solutions:

Use the Kivy screen manager to create multiple screens. From here, put in buttons to move to the previous and next screens. This might require restructuring the code, so this is not a small issue. Another option is to add popups for new pages. This solution is lazy and inconvenient for the user, but it will be much easier. It is unlikely that anyone would want to add more than nine logins, so this isn't a critical issue, although it should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant