nextcloud / files_rightclick

👉 Right click menu for Nextcloud
https://apps.nextcloud.com/apps/files_rightclick
GNU Affero General Public License v3.0
65 stars 23 forks source link

fix-right-click multiselect in trash bin #157

Closed szaimen closed 1 year ago

szaimen commented 1 year ago

Fix https://github.com/nextcloud/files_rightclick/issues/141

Before After
image image
For my own testing ``` docker run -it \ --name nextcloud-easy-test \ -p 8443:443 \ -e TRUSTED_DOMAIN=192.168.24.128 \ --volume="nextcloud_easy_test_npm_cache_volume:/var/www/.npm" \ -e SERVER_BRANCH=master \ -e RIGHTCLICK_BRANCH=enh/noid/fix-trash-bin-multiselect \ ghcr.io/szaimen/nextcloud-easy-test:latest ```
szaimen commented 1 year ago

/backport to stable26

szaimen commented 1 year ago

/backport to stable25

szaimen commented 1 year ago

/backport to stable24

szaimen commented 1 year ago

Nice, but please use English in screenshots. Easier to understand what's happening :)

Thanks for the approval and sorry for the screenshots. My browser used german by default...

szaimen commented 1 year ago

CI failure unrelated