-
-
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
Add an extra dialog to ask the user whether they want to open the saved file folder when the export the entries #8567
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not that happy with a modal dialog here. Maybe you can use the popover control?
You should also merge in the latest changes from upstream |
@Siedlerchr Thanks a lot for all your comments and guidance❤️. I have modified the code according to your suggestions. Please let me know if you have any additional suggestions. |
148ca15
to
540d0b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested your feature, works fine so far. Very nice!
I would reduce the time for the timer, e.g. maybe 5 seconds. 10 seconds feels a bit too long.
Can you please update the screenshots to show the current implementation? |
…remove checkstyle annotation
Thanks for the review! The current UI is as below: Process: Click save --> Show the notification pane --> Click open in the notification pane --> Show the file in the folder For the custom theme, I used the CSS file in Custom themes to test. Light theme:Dark Theme:Custom theme: |
I took the liberty to work a bit on this one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the initial work!
* upstream/main: fix unit test Add check for developer's documentation Merge GitBook view Fix zbMath fetcher (#8623) GitBook: [#56] No subject Add an extra dialog to ask the user whether they want to open the saved file folder when the export the entries (#8567) Bump checkstyle from 10.0 to 10.1 (#8620) Bump peter-evans/create-pull-request from 3 to 4 (#8619) Bump pascalgn/automerge-action from 0.14.3 to 0.15.2 (#8618) Bump flexmark from 0.62.2 to 0.64.0 (#8621) Bump classgraph from 4.8.141 to 4.8.143 (#8622)
* upstream/main: (150 commits) fix unit test Add check for developer's documentation Merge GitBook view Fix zbMath fetcher (#8623) GitBook: [#56] No subject Add an extra dialog to ask the user whether they want to open the saved file folder when the export the entries (#8567) Bump checkstyle from 10.0 to 10.1 (#8620) Bump peter-evans/create-pull-request from 3 to 4 (#8619) Bump pascalgn/automerge-action from 0.14.3 to 0.15.2 (#8618) Bump flexmark from 0.62.2 to 0.64.0 (#8621) Bump classgraph from 4.8.141 to 4.8.143 (#8622) update test getPart (#8610) Add ControlHelper truncateString tests comments (#8612) Allow using custom SSL certificates (#8583) Fix protectedTerms not stored due to weaklistener (#8609) Fix changelog and version parsing (#8578) Creating more unit tests for NumericFieldComparatorTest (#8604) Fix merge entries dialog exceeding screen size (#8599) StringUtilTest new test for method GetPart (#8594) Use unkown entry type ... # Conflicts: # build.gradle # src/main/java/org/jabref/logic/pdf/search/retrieval/PdfSearcher.java
Description:
Add a dialog to ask the user whether he/she wants to open the folder where they saved the file. This might be easier for the user to find the saved file.
Fixes #8195
UI:
When the users click the save button after they export the entries.
They can see the following dialog in the middle of the main window:
-If the users click the "YES" button, the saved file's folder will pop up with the saved file selected:
-If the users click the "NO" button, the dialog will close and nothing pops up.
Note: I deleted the checksum since it would give me an error (gradle/gradle#9361)
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)