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: cleanup and remove unused sidebar related code #3255

Merged

Conversation

thisconnect
Copy link
Collaborator

In the early versions of the BitBoxApp the sidebar had to be activelly hidden. This was needed for example during the setup to hide the sidebar.

737c705#diff-dfe1a46131ddaf4054e57c25f15a90037702158127d8959711cbcab68fac0418R161

In newer versions the setup view just covers everything so there is no need to actively hide the sidebar.

Most related code has already been removed, but there was still a case in BitBox01 setup and the code in the context, which can now be removed.

Before asking for reviews, here is a check list of the most common things you might need to consider:

  • updating the Changelog
  • writing unit tests
  • checking if your changes affect other coins or tokens in unintended ways
  • testing on multiple environments (Qt, Android, ...)
  • having an AI review your changes

In the early versions of the BitBoxApp the sidebar had to be
activelly hidden. This was needed for example during the setup
to hide the sidebar.

BitBoxSwiss@737c705#diff-dfe1a46131ddaf4054e57c25f15a90037702158127d8959711cbcab68fac0418R161

In newer versions the setup view just covers everything so there
is no need to actively hide the sidebar.

Most related code has already been removed, but there was still a
case in BitBox01 setup and the code in the context, which can now
be removed.
@thisconnect thisconnect requested a review from shonsirsha March 26, 2025 10:37
Copy link
Collaborator

@shonsirsha shonsirsha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thisconnect thisconnect merged commit 1671f7d into BitBoxSwiss:master Mar 26, 2025
9 of 10 checks passed
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