From 25b39a964b0cf3d53240dabd879f09fee01b0575 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Fri, 12 Jul 2024 13:24:43 +0200 Subject: [PATCH 1/3] chore(deps): bump nextcloud/vue library from 8.13.0 to 8.14.0 Signed-off-by: Maksim Sukharev --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29cc33b6473..f5944a84b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.13.0", + "@nextcloud/vue": "^8.14.0", "crypto-js": "^4.2.0", "debounce": "^2.0.0", "emoji-regex": "^10.3.0", @@ -3889,9 +3889,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.13.0.tgz", - "integrity": "sha512-FV0GWSbxkaDQ8S/bWc4XcCXzJfpHzJn4xj0pK/jEwSwdSleBdBFsFFGo+wLCAGoXH5Xf5mHE+LtATFh6wnX7VA==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.14.0.tgz", + "integrity": "sha512-hB3dG7tZWpItC74PfbTLW02754qYXFDH+h7Ksq6b7e8WlhnKLWrhNGKhSpNDt9/g+vb5bSIOxbiDZIJZ63hAuQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -23763,9 +23763,9 @@ } }, "@nextcloud/vue": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.13.0.tgz", - "integrity": "sha512-FV0GWSbxkaDQ8S/bWc4XcCXzJfpHzJn4xj0pK/jEwSwdSleBdBFsFFGo+wLCAGoXH5Xf5mHE+LtATFh6wnX7VA==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.14.0.tgz", + "integrity": "sha512-hB3dG7tZWpItC74PfbTLW02754qYXFDH+h7Ksq6b7e8WlhnKLWrhNGKhSpNDt9/g+vb5bSIOxbiDZIJZ63hAuQ==", "requires": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 4bb52af9b97..bf70d96f2cf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.13.0", + "@nextcloud/vue": "^8.14.0", "crypto-js": "^4.2.0", "debounce": "^2.0.0", "emoji-regex": "^10.3.0", From d444e4c01bb98d6aced342fa02a616b9fe6c8d90 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 16 May 2024 17:59:29 +0200 Subject: [PATCH 2/3] fix(RightSidebar): use new open state to fix focus trap on mobile Signed-off-by: Grigorii K. Shartsev --- src/components/RightSidebar/RightSidebar.vue | 117 ++++++++++++++++++- src/components/TopBar/TopBar.vue | 114 +----------------- 2 files changed, 118 insertions(+), 113 deletions(-) diff --git a/src/components/RightSidebar/RightSidebar.vue b/src/components/RightSidebar/RightSidebar.vue index 551164a1b8e..c3b7a269631 100644 --- a/src/components/RightSidebar/RightSidebar.vue +++ b/src/components/RightSidebar/RightSidebar.vue @@ -21,13 +21,27 @@ -->