diff --git a/changelog/unreleased/enhancement-share-batch-actions b/changelog/unreleased/enhancement-share-batch-actions new file mode 100644 index 00000000000..9fdfe3811db --- /dev/null +++ b/changelog/unreleased/enhancement-share-batch-actions @@ -0,0 +1,9 @@ +Enhancement: Batch actions for accepting and declining shares + +We've added batch actions for accepting and declining multiple selected incoming shares at once. + +https://github.com/owncloud/web/issues/5204 +https://github.com/owncloud/web/pull/5374 +https://github.com/owncloud/web/issues/2513 +https://github.com/owncloud/web/issues/3101 +https://github.com/owncloud/web/issues/5435 diff --git a/packages/web-app-files/src/App.vue b/packages/web-app-files/src/App.vue index d8bf99dd68d..dc25553a238 100644 --- a/packages/web-app-files/src/App.vue +++ b/packages/web-app-files/src/App.vue @@ -17,7 +17,7 @@ ref="filesSidebar" tabindex="-1" class="uk-width-1-1 uk-width-1-2@m uk-width-1-3@xl" - @reset="setHighlightedFile(null)" + @reset="$_destroySideBar_hideDetails" @beforeDestroy="focusSideBar" @mounted="focusSideBar" @fileChanged="focusSideBar" @@ -27,6 +27,7 @@