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

Resolves issue 555 #603

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

fedebuyito
Copy link
Contributor

Description

Describe the change simply. Provide a reason for the change.

Include screenshots of any new or modified screens (or at least explain why they were omitted)

This pull request is categorized as a:

  • [ X] New feature
  • Bug fix
  • Code refactor
  • Documentation
  • Other

Checklist

  • I’ve run pytest and made sure all unit tests pass before sumbitting the PR

If you modified or added functionality/workflow, did you add new unit tests?

  • No, I’m a fool
  • [X ] Yes
  • N/A

I have tested this PR on the following platforms/os:

Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.

Growning "del" button size property (from 2 to 3) solves navigation issue ("6th dice" -> "del").

solves issue SeedSigner#555
Additional differents sizes "del" buttons
new custom_additional_keys prop on KeyboardScreen class for can to change additional button (KEY_BACKSPACE) on its childs classes
Changing KEY_BACKSPACE size on BIP39, SeedBIP85, SeedCustomDerivation, symbols_1, symbols_2 screens
Changing KEY_BACKSPACE size on ToolsDiceEntropy and ToolsCoinFlip screens
@fedebuyito
Copy link
Contributor Author

Branch renamed for better understanding.

Missed import sentence for commands on last commit
@fedebuyito
Copy link
Contributor Author

Fixed missed import sentence on tools_screens.py

@fedebuyito
Copy link
Contributor Author

#555 link

@alvroble
Copy link
Contributor

First of all, thank you @fedebuyito !

As of 3c967a0

  • ACK for the concept, looks cleaner to have the low end of the keyboard filling the screen space.
  • ACK for the screenshot generation. All the keyboard screens looking good.
  • ACK tested on Raspberry Pi OS Manual Build.

Pending code review regarding the KEY_BACKSPACE object.

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

Successfully merging this pull request may close these issues.

2 participants