-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add drag and drop for selected reports #23913
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
be396ae
adding display of selected reports
chippison 480a0c0
adding title and subtitle for selected reports for translation
chippison 769888e
persisting order of reports after drag and drop
chippison 8bfd644
adding css
chippison 79ea46f
removed the handle property so that we can use the whole li element f…
chippison e1b618b
Making selected reports list be its own vue component
chippison 61f21e4
making generate report API create/add reports based on its order from…
chippison dc8bb90
adding correct texts for scheduled reports
chippison d7b23f5
making scheduled reports show notification after the refresh
chippison eb75431
commit built file
chippison 3558046
added an icon to indicate the li was draggable
chippison dfc04ec
Add new tests for creating and updating scheduled reports; mostly for…
chippison 7db4ccc
Adding parameter to enforce order; this will only be present on new s…
chippison 313926a
adding new screenshots for testing; also refactored duplicated code w…
chippison 5d33065
removed not needed ui tests; by reordering the list and testing persi…
chippison 14d7d38
adding new screenshot for UIIntegrationTest_email_reports_editor.png;…
chippison c5b6ea1
adding a test that new parameter 'enforceOrder' is set to false by de…
chippison 51bc2ee
transferring where we add enforceOrder parameter to get it from the s…
chippison 2b46ebc
Add interfaces and comments to some variables so that its easier to u…
chippison 1025e6e
cosmetic chnages to sortable selected reports
chippison 5a1ca07
made sure that the selected reports section shows order based on cate…
chippison 08acd09
adding new screenshots based on new changes
chippison 5860435
removed unused code
chippison File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
3 changes: 3 additions & 0 deletions
3
...orts/tests/UI/expected-screenshots/ManageScheduledReports_reorder_persisted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...ports/tests/UI/expected-screenshots/ManageScheduledReports_selected_reports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
We should avoid using jQuery UI where possible. The short / mid term plan is to fully remove it, not to add more usage of it. See #16033
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 info on this @sgiehl.
I'll not add in new jquery code in the future
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.
Interesting info.
It's noted on my side too! 👍