-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Testing and review items for Refactor unlinked files (PR #7209) #7383
Comments
Thanks for testing and reviewing! I disagree with some of your wording suggestions regarding the name of the labels or the buttons. Regarding the arrow: Although it jumps it has to be on the right side. JabRef follows Material Design guidelines. Otherwise: The Empty rows are created by javafx by default and the TableView resizing is a fcking shit. |
@Siedlerchr Much ❤️ and you're welcome. Do note that some of the items here are just my initial 'easy' tweak suggestions that form part of a broader UI/UX standardizing/convention document I have going for 'later use'. I'm coming into jabref with my 'new user' hat on, and lots of UI/UX/opensource experience to guide me. All of it is motivated by wanting to get jabref to the point where its extremely friendly and coherent, applying as many good patterns and practices as possible within the scope of its goals. I also thought we might be restricted by JavaFX stuff, but wasn't sure, so feel free not to include anything that's too difficult until we can do more fundamental improvements in separate/distinct issues. :) |
That's absolutely fine, but then we should be following it consistently everywhere else as well :) I haven't been able to find a design system / style guide / design guidelines document for JabRef, do you know if we have one? |
* Fix File Filter and some layout issues Fixes part of #7383 * better min width * Any file instead of all * remove style class * l10n Co-authored-by: Carl Christian Snethlage <[email protected]>
Devcall: Hi @koobs , we only have some rudimentary ui recommendations yet. We would love it, if someone would like to put some work in it. Would you be interested in working on this page (https://devdocs.jabref.org/advanced-reading/ui-recommendations) in close coordination with us? |
@calixtus Would be my pleasure |
Would it be OK for you to submit pull requests to https://github.com/JabRef/jabref/blob/main/docs/advanced-reading/ui-recommendations.md? Would you feel more comfortable in the WYSIWG editing of GitBook? |
I'm happy to do both, have just been overwhelmed the past few months. Is there a long term desire for the project to provide a front end to ease documentation contribution? Happy to follow whatever the project wants to do in that regard |
Concretely what I need to do is take my set of notes,including those here, that describe concrete implementation changes and reverse derive the guidelines/patterns, then organise that in an easy to consume and structured set. What might be an idea is to close this issue as "done" modulo the UI/UX changes, and treat any future improvements in and as a separate logical issue/pr |
@koobs You are right. We close this issue and will eventually open new issues for the UI/UX changes. |
Testing and review items for Refactor unlinked files in PR #7209
File extension: PDF file *.pdf
appears not to match files in sub-directories duringScan directory
. ANY_FILE appears to work recursivelyPDF Search
ANY_FILE Search
Start directory
andFile extension
controls should set a minimum height (overlap during resize)Import results list:
Currently linked files
andImport results
. Both triangles for each list should be located on the left (not right)UI & Usability Tweaks
Search
button should have a minimum horizontal size setControl Labels:
Scan directory
button label toSearch
(consistent with dialog and feature title)Start directory
toDirectory
(remove colon:
)File extension:
toFile type
(remove colon:
)Currently unlinked files
toSearch results
Unless this is an issue with windows java framework features (rather than file type static names set in JabRef)
ANY_FILE (*.*)
toAll files (*.*)
BIBTEX_DB
toBibtex Database (*.bib)
Control types
References: #7205 #7206
The text was updated successfully, but these errors were encountered: