Skip to content

Hide tab bar#12393

Closed
priyanshu16095 wants to merge 2 commits into
JabRef:mainfrom
priyanshu16095:hideTabBar
Closed

Hide tab bar#12393
priyanshu16095 wants to merge 2 commits into
JabRef:mainfrom
priyanshu16095:hideTabBar

Conversation

@priyanshu16095

Copy link
Copy Markdown
Contributor

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.
  • I own the copyright of the code submitted and I licence it under the MIT license
  • Change in CHANGELOG.md described in a way that is understandable for the average user (if change is visible to the user)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

c

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

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.

@priyanshu16095 priyanshu16095 deleted the hideTabBar branch January 16, 2025 21:08
@Siedlerchr

Copy link
Copy Markdown
Member

you can just commit and push your fixes to the branch, PR will be updated automatically

@priyanshu16095

Copy link
Copy Markdown
Contributor Author

It is also showing the changes made in the previous PR, and the tests are also failing.

@calixtus calixtus mentioned this pull request Jan 17, 2025
7 tasks
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.

Hide Tab bar if there is only a single library open

2 participants