-
-
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
New Add Group Dialog #2630
Comments
Looks definitely better than the old dialog, good job.
Thanks that you attack this "Baustelle" 😄 |
Found a nice idea for a Wizard like thing: |
I like it! Maybe still move the "Options" to the second page...not sure through. @JabRef/developers what you do you think? In my opinion the icon and color can be put on the same line (with the icon first). |
Regarding Icon I had the idea to integrate an ImageView component with a File Chooser, so that user direclty can open the icon/image from their file system |
Right now the icon only allows a string (the identifier in the materialdesigns font) and not a path. Thus it is probably preferable to show a list of (predefined) icons instead of a file chooser. |
Yes, I will take this into account and maybe probide a list with images/icons to browse from |
So, my current idea is to use an auto complete text box (and I hope it will work) for searching the icons like it is possible on the website |
Is this Icon stuff really worth the effort? I would also prefer to have only a single dialog with the ability to switch from one type to another during creation of a group... |
@matthiasgeiger That icon stuff is just some nice to have stuff. In my opinion this is useful as I sometimes just want to edit the name of a group or the type. |
As soon as the new javafx dialog is ready, the swing compatibility workaround introduced in https://github.com/JabRef/jabref/pull/2727/files#diff-6c6d2c1a2528d4dc593f3844f5c680d2R129 should be removed again. |
Hi guys, is this one still available? I would love to fix some issues for you! |
@Clarke92 Hey, thanks for the interesting in contributing! Yes, you can surely take my PR where I added the fxml files as a starting point: #2643 To get started, have a look at our Contributing guide. |
Since this dialog is now converted to JavaFX, there is no real urge to redesign it (PRs in this direction are of course welcome). |
Idea for a new javafx styled Group Dialog:
@tobiasdiez WDYT?
(My first try with the scence builder)
CreateGroups.fxml.txt
The text was updated successfully, but these errors were encountered: