Skip to content

Add text wrapping to the import dialog#11107

Merged
Siedlerchr merged 5 commits into
JabRef:mainfrom
LoayGhreeb:fix-issue-10931
Mar 28, 2024
Merged

Add text wrapping to the import dialog#11107
Siedlerchr merged 5 commits into
JabRef:mainfrom
LoayGhreeb:fix-issue-10931

Conversation

@LoayGhreeb

@LoayGhreeb LoayGhreeb commented Mar 27, 2024

Copy link
Copy Markdown
Member

Mandatory checks

  • 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.

@Siedlerchr

Copy link
Copy Markdown
Member

Cool!

@Siedlerchr

Copy link
Copy Markdown
Member

can you add a screenshot?

@LoayGhreeb

Copy link
Copy Markdown
Member Author

What's wrong with the fetcher tests?

Siedlerchr
Siedlerchr previously approved these changes Mar 27, 2024

@Siedlerchr Siedlerchr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You can ignore the failing fetcher tests if you didn't touch them.

@Siedlerchr Siedlerchr added this pull request to the merge queue Mar 27, 2024
@Siedlerchr Siedlerchr removed this pull request from the merge queue due to a manual request Mar 27, 2024
@Siedlerchr

Copy link
Copy Markdown
Member

Changelog please :)

Siedlerchr
Siedlerchr previously approved these changes Mar 27, 2024
@Siedlerchr Siedlerchr enabled auto-merge March 27, 2024 19:14
Comment on lines +14 to +18
.list-cell:default {
-fx-padding: 0.5em 0.1em 0.5em 0em;
}

.list-cell:entry-selected {
-fx-background-color: derive(-jr-selected, 35%);
}

.list-cell:entry-selected .summary > Text {
-fx-fill: js-summary-text-color-selected;
.list-cell:selected {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Im not sure, but i think this will also affect the dropdown menu to select the library to import to. Better select the import list by id and then select in the hierarchy below.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I just removed them, and it looks like it's all good.

@Siedlerchr Siedlerchr added this pull request to the merge queue Mar 27, 2024
@Siedlerchr Siedlerchr removed this pull request from the merge queue due to a manual request Mar 27, 2024
@Siedlerchr Siedlerchr added this pull request to the merge queue Mar 28, 2024
Merged via the queue into JabRef:main with commit dcbf510 Mar 28, 2024
@LoayGhreeb LoayGhreeb deleted the fix-issue-10931 branch March 28, 2024 11:42
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.

IndexOutOfBoundsException while selecting web search result entries in a particular order Add wrapping at import dialog

3 participants