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

Clarify the duplicates resolver dialog actions #9140

Merged
merged 12 commits into from
Sep 14, 2022

Conversation

HoussemNasri
Copy link
Member

@HoussemNasri HoussemNasri commented Sep 6, 2022

Fixes #9056

TODO

  • Add a smaller help button.
  • Handle the Automatically remove exact duplicates button.
  • CHANGELOG.md

Screenshots

ImportEntriesDialog (triggered when importing another library into the current library) and ImportHandler (triggered when pasting an entry from the clipboard)

image

The default DuplicateResolverDialog (triggered by choosing 'Find duplicates' from the menu)

Capture1

Help button and Remove exact duplicates button visible

remove-exact-visible

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • 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.

- Renamed the actions.
- Changed their layout; some actions on the left and some on the right.
- Commented out the help action for now.
- This enum was used by to decide what buttons to add to the duplicate resolver dialog in ImportEntriesDialog. However, both ImportHandler and ImportEntriesDialog have the same buttons. In addition, they share logic too. We should consider merging them at some point.
@HoussemNasri HoussemNasri changed the title Rename the duplicates resolver dialog actions Clarify the duplicates resolver dialog actions Sep 6, 2022
Copy link
Member

@calixtus calixtus left a comment

Choose a reason for hiding this comment

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

LGTM except one comment left...

@HoussemNasri HoussemNasri changed the title Clarify the duplicates resolver dialog actions [WIP] Clarify the duplicates resolver dialog actions Sep 6, 2022
@HoussemNasri HoussemNasri changed the title [WIP] Clarify the duplicates resolver dialog actions Clarify the duplicates resolver dialog actions Sep 11, 2022
@HoussemNasri HoussemNasri added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Sep 11, 2022
@Siedlerchr Siedlerchr merged commit 6a4a4f4 into main Sep 14, 2022
@Siedlerchr Siedlerchr deleted the clarify-find-duplicates-actions branch September 14, 2022 18:10
Siedlerchr added a commit to LIM0000/jabref that referenced this pull request Sep 17, 2022
* upstream/main:
  Update to jfx 19 (JabRef#9155)
  Squashed 'buildres/csl/csl-styles/' changes from 8d69f16..201e022
  Clarify the duplicates resolver dialog actions (JabRef#9140)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicateFinder status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify button "Import and keep old entry"
3 participants