-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Hide tab bar #12394
base: main
Are you sure you want to change the base?
Hide tab bar #12394
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your code currently does not meet JabRef's code guidelines.
We use Checkstyle to identify issues.
Please carefully follow the setup guide for the codestyle.
Afterwards, please run checkstyle locally and fix the issues.
In case of issues with the import order, double check that you activated Auto Import.
You can trigger fixing imports by pressing Ctrl+Alt+O to trigger Optimize Imports.
I am facing some problems with this PR, as it is also showing the changes made in the previous PR. Additionally, the checks are failing for the changes from the previous PR, even though the previous PR passed all checks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your code currently does not meet JabRef's code guidelines.
We use Checkstyle to identify issues.
Please carefully follow the setup guide for the codestyle.
Afterwards, please run checkstyle locally and fix the issues.
In case of issues with the import order, double check that you activated Auto Import.
You can trigger fixing imports by pressing Ctrl+Alt+O to trigger Optimize Imports.
Please review it and provide any suggestions. |
When you create a new branch, you first need to switch to main otherwise the branch will be created at the commit of the other branch |
Yes, I did that, but still made this mistake. |
Great start
Also I have a question that should be talked about:
|
Fixes #9971
This PR introduces a feature to hide the tab bar when only a single library is open in JabRef, enhancing the user interface for devices with low screen space.
THE CHANGES MADE
-When a single library is open, the tab bar is hidden.
-Ensured that the tab bar is restored when more than one library is open, maintaining expected functionality.
Video Link: https://drive.google.com/file/d/1Qg4dbx3hqh2hrzbcmbs-OculUrgtBdCf/view?usp=sharing
CHANGELOG.md
described in a way that is understandable for the average user (if change is visible to the user)