From 9097738fc032cbe70a2442946baecddfc47095e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 12 Dec 2019 10:29:48 +0100 Subject: [PATCH 1/2] Hide checkbox label in file list --- apps/files/src/components/FileList.vue | 4 ++-- apps/files/src/components/Trashbin.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/files/src/components/FileList.vue b/apps/files/src/components/FileList.vue index 5442e2ba065..6ca870ded31 100644 --- a/apps/files/src/components/FileList.vue +++ b/apps/files/src/components/FileList.vue @@ -6,7 +6,7 @@ - + Actions @@ -15,7 +15,7 @@ - + diff --git a/apps/files/src/components/Trashbin.vue b/apps/files/src/components/Trashbin.vue index 16800f855f6..6773c0d1af2 100644 --- a/apps/files/src/components/Trashbin.vue +++ b/apps/files/src/components/Trashbin.vue @@ -4,7 +4,7 @@ - + Name Deletion Time @@ -14,7 +14,7 @@ - + Date: Thu, 12 Dec 2019 11:41:24 +0100 Subject: [PATCH 2/2] Use owncloud-design-system 1.0.0-1041 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3905957b2cf..fadc256013c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "node-fetch": "^2.6.0", "npm-run-all": "^4.1.5", "oidc-client": "^1.9.1", - "owncloud-design-system": "^1.0.0-1030", + "owncloud-design-system": "^1.0.0-1041", "owncloud-sdk": "^1.0.0-368", "p-limit": "^2.2.1", "parse-json": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index bd9be90fa06..a902ddbd92c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6440,10 +6440,10 @@ osenv@^0.1.4: os-homedir "^1.0.0" os-tmpdir "^1.0.0" -owncloud-design-system@^1.0.0-1030: - version "1.0.0-1030" - resolved "https://registry.yarnpkg.com/owncloud-design-system/-/owncloud-design-system-1.0.0-1030.tgz#fd61d2e2d3c5caf2e453ae320f1737263949a8ac" - integrity sha512-jjQBk/FnsG0JmRJmut4mFP7CTh2s2uOVE81wCYCwQP11JwCusR+1/75fECJUZR2Q2GXLD6ytd/VvaSA9XhyFWA== +owncloud-design-system@^1.0.0-1041: + version "1.0.0-1041" + resolved "https://registry.yarnpkg.com/owncloud-design-system/-/owncloud-design-system-1.0.0-1041.tgz#039ba19420ec5055f6436e361c5ad49cd82db1e4" + integrity sha512-lpzBaGK71FgXintVw9B39mo1EcM10pa2dUS+LUTHp9P3rIWbipkydnahYQXPGM0Mkw7KQoq0jjGLVZWAwB16iw== dependencies: lodash "^4.17.11" mini-css-extract-plugin "^0.7.0"