-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: Inconsistencies in the add button #13786
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
Conversation
You can include it in the changelog, but we can combine entries if we have multiple prs with small ui changes for consistency. |
CHANGELOG.md
Outdated
@@ -117,6 +117,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv | |||
- We fixed an issue where "Copy to" was enabled even if no other library was opened. [#13280](https://github.com/JabRef/jabref/pull/13280) | |||
- We fixed an issue where the groups were still displayed after closing all libraries. [#13382](https://github.com/JabRef/jabref/issues/13382) | |||
- Enhanced field selection logic in the Merge Entries dialog when fetching from DOI to prefer valid years and entry types. [#12549](https://github.com/JabRef/jabref/issues/12549) | |||
- We improved consistency in the Add Buttons |
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.
just add the PR as a number/link here as well
@@ -9,42 +9,38 @@ | |||
<?import javafx.scene.layout.VBox?> | |||
<?import org.jabref.gui.icon.JabRefIconView?> | |||
<fx:root spacing="10.0" type="VBox" | |||
xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml" | |||
xmlns="http://javafx.com/ja\vafx" xmlns:fx="http://javafx.com/fxml" |
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.
accident?
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.
Fixed :)
@trag-bot didn't find any issues in the code! ✅✨ |
Closes https://github.com/JabRef/jabref-issue-melting-pot/issues/784
Steps to test
Basically, this PR addresses the inconsistencies in the usage of pure icon button like
+
versus+ Add
button. The changes involve:Sidenote: The changes are somewhat negligible...? I am not sure if I should still include that in the CHANGELOG.md
Mandatory checks
CHANGELOG.md
in a way that is understandable for the average user (if change is visible to the user)