Fix dark mode in {} of Citation Relations tab of the entry editor#13609
Merged
Siedlerchr merged 5 commits intoJul 30, 2025
Merged
Conversation
Siedlerchr
requested changes
Jul 29, 2025
|
|
||
| private void showEntrySourceDialog(BibEntry entry) { | ||
| CodeArea ca = new CodeArea(); | ||
| TextArea area = new TextArea(); |
Member
There was a problem hiding this comment.
This is the wrong approach, we use CodeArea for BibTex also in the EntryEditor and this should be used here. Instead you need to fix/add a css defintion.
See (SourceTab,)
Contributor
Author
There was a problem hiding this comment.
Done. Please have a look. I hope this css definition is not to broad.
|
@trag-bot didn't find any issues in the code! ✅✨ |
Siedlerchr
approved these changes
Jul 30, 2025
2 tasks
Siedlerchr
added a commit
that referenced
this pull request
Aug 2, 2025
* upstream/main: Issue 13619 Make Citation relations text more clear. (#13620) Explain how to handle notifications (#13630) Fix scope of 'determine issue number' job (#13627) Add proper closing (#13626) Implement logic orchestration for Git Pull/Push operations (#13518) Make pattern for issue number more strict Fix "Cannot load file MultiMergeEntries.fxml" (#13624) Add Copy markdown to copy citation (#13387) Add ADR-0047 (#13621) Initial start of implementing a LSP for integrity checks (#13612) Refactor merge entries package structure (#13614) New Crowdin updates (#13616) BibEntry class no longer implements Cloneable (#13615) Fix dark mode in {} of Citation Relations tab of the entry editor (#13609) Update dependency org.kohsuke:github-api to v2.0-rc.4 (#13611) Fix setting of proxy without password (#13605)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #13599
Fix dark mode in {} of Citation Relations tab of the entry editor.
Steps to test
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)