From 0cc1d027ba707e88c43a6441d77ac94a1873ba4d Mon Sep 17 00:00:00 2001 From: mertmit Date: Wed, 14 Sep 2022 01:51:21 +0300 Subject: [PATCH 1/9] fix: gallery card cover image distortion Signed-off-by: mertmit --- packages/nc-gui/components/smartsheet/Gallery.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/smartsheet/Gallery.vue b/packages/nc-gui/components/smartsheet/Gallery.vue index 7d2ca2a2c5..674743b872 100644 --- a/packages/nc-gui/components/smartsheet/Gallery.vue +++ b/packages/nc-gui/components/smartsheet/Gallery.vue @@ -144,7 +144,7 @@ openNewRecordFormHook?.on(async () => { From 84a93b474aeab7cf55719ef1738d28915e03da9f Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 14 Sep 2022 12:52:29 +0800 Subject: [PATCH 2/9] fix(nc-gui): make checkbox visible on hover & more easy to tick --- packages/nc-gui/components/cell/Checkbox.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/cell/Checkbox.vue b/packages/nc-gui/components/cell/Checkbox.vue index 0705a02495..abc49e68d5 100644 --- a/packages/nc-gui/components/cell/Checkbox.vue +++ b/packages/nc-gui/components/cell/Checkbox.vue @@ -42,9 +42,15 @@ function onClick() {