-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[full-ci] Purge confirmation modal for deletion from files list (#9527)
* Purge confirmation modal for deletion from files list * Don't toggle toggleModalConfirmButton n times * Remove modal store actions, as modal won't be displayed anymore * Lint * Fix unit tests * Fix e2e tests * fix acceptance tests+ * Add notifications * Update packages/web-app-files/src/composables/actions/files/useFileActionsDelete.ts Co-authored-by: Dominik Schmidt <[email protected]> * Add missing import * add changelog item# * Fix acceptance tests * don't use gettext twice --------- Co-authored-by: Dominik Schmidt <[email protected]>
- Loading branch information
Showing
11 changed files
with
94 additions
and
106 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
changelog/unreleased/enhancement-dont-display-confirmation-on-deletion
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: Don't display confirmation dialog on file deletion | ||
|
||
We've removed the confirmation dialog while deletion files or folder to enhance the user experience. | ||
We also show success notifications after the operation. | ||
|
||
This doesn't have impact on the trash bin, confirmation dialog will still be displayed there. | ||
|
||
https://github.com/owncloud/web/pull/9527 | ||
https://github.com/owncloud/web/issues/5974 |
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.