Hide tab bar#12394
Conversation
There was a problem hiding this comment.
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.
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:
|
13ebb64 to
64e625f
Compare
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.mddescribed in a way that is understandable for the average user (if change is visible to the user)