From aa38f63d555d8231734c1f7da213c4af8a58c315 Mon Sep 17 00:00:00 2001 From: JanAckermann Date: Wed, 17 Aug 2022 21:11:46 +0200 Subject: [PATCH 1/3] Fix: Sidebar cripples file name which is not visible --- packages/web-app-files/src/components/SideBar/FileInfo.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/web-app-files/src/components/SideBar/FileInfo.vue b/packages/web-app-files/src/components/SideBar/FileInfo.vue index 0d680d1f49c..01a2c4087f7 100644 --- a/packages/web-app-files/src/components/SideBar/FileInfo.vue +++ b/packages/web-app-files/src/components/SideBar/FileInfo.vue @@ -89,6 +89,7 @@ export default { }, privateLinkEnabled() { + return true return this.isPersonalLocation && this.capabilities.files.privateLinks }, @@ -106,6 +107,10 @@ export default { align-items: center; grid-gap: 5px; + button { + white-space: nowrap; + } + &__body { text-align: left; font-size: 0.75rem; @@ -114,6 +119,7 @@ export default { font-size: 0.9rem; font-weight: 600; margin: 0; + word-break: break-all; } } From 969fd79b980ce4ddab9db3e0fc55aaf5e3946e03 Mon Sep 17 00:00:00 2001 From: JanAckermann Date: Wed, 17 Aug 2022 21:15:34 +0200 Subject: [PATCH 2/3] Update changelog item --- changelog/unreleased/enhancement-redesign-shared-with-list | 1 + packages/web-app-files/src/components/SideBar/FileInfo.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/enhancement-redesign-shared-with-list b/changelog/unreleased/enhancement-redesign-shared-with-list index 45bdb0c72bc..b61a8913ccf 100644 --- a/changelog/unreleased/enhancement-redesign-shared-with-list +++ b/changelog/unreleased/enhancement-redesign-shared-with-list @@ -8,5 +8,6 @@ https://github.com/owncloud/web/pull/7310 https://github.com/owncloud/web/pull/7315 https://github.com/owncloud/web/pull/7372 https://github.com/owncloud/web/pull/7402 +https://github.com/owncloud/web/pull/7475 https://github.com/owncloud/web/issues/7110 https://github.com/owncloud/web/issues/7340 diff --git a/packages/web-app-files/src/components/SideBar/FileInfo.vue b/packages/web-app-files/src/components/SideBar/FileInfo.vue index 01a2c4087f7..db86db0dabe 100644 --- a/packages/web-app-files/src/components/SideBar/FileInfo.vue +++ b/packages/web-app-files/src/components/SideBar/FileInfo.vue @@ -89,7 +89,6 @@ export default { }, privateLinkEnabled() { - return true return this.isPersonalLocation && this.capabilities.files.privateLinks }, From ff5b334d9f074ea5d8cbe497ef821b2b8a6ec133 Mon Sep 17 00:00:00 2001 From: JanAckermann Date: Wed, 17 Aug 2022 21:18:51 +0200 Subject: [PATCH 3/3] Add more spacing --- packages/web-app-files/src/components/SideBar/FileInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-app-files/src/components/SideBar/FileInfo.vue b/packages/web-app-files/src/components/SideBar/FileInfo.vue index db86db0dabe..24b4e22a2af 100644 --- a/packages/web-app-files/src/components/SideBar/FileInfo.vue +++ b/packages/web-app-files/src/components/SideBar/FileInfo.vue @@ -19,7 +19,7 @@ /> - +