From ce7ff76e943858b76bba6f938355e8ae06b84513 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 6 Jul 2022 10:52:05 +0530 Subject: [PATCH 1/3] fix/Fixed dark mode styling bug with edit column and styling issues with toggle comments button --- .../spreadsheet/components/EditColumn.vue | 277 +++++++++--------- .../spreadsheet/components/ExpandedForm.vue | 9 +- 2 files changed, 151 insertions(+), 135 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/EditColumn.vue b/packages/nc-gui/components/project/spreadsheet/components/EditColumn.vue index 55d08f07f0..b5db4942db 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/EditColumn.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/EditColumn.vue @@ -46,9 +46,13 @@
-

Foreign Key

+

+ Foreign Key +

- mdi-table + + mdi-table + {{ relation._rtn }} @@ -120,7 +129,9 @@ outlined > Changing MultiSelect to SingleSelect can lead to errors when there are multiple values associated with a cell @@ -145,7 +156,9 @@ @click="advanceOptions = !advanceOptions" > {{ advanceOptions ? $t('general.hideAll') : $t('general.showMore') }} - mdi-{{ advanceOptions ? 'minus' : 'plus' }}-circle-outline + + mdi-{{ advanceOptions ? 'minus' : 'plus' }}-circle-outline +
@@ -420,7 +433,7 @@
- This spreadsheet is connected to an SQLite DB.
+ This spreadsheet is connected to an SQLite DB.
For production please see here.
@@ -452,23 +465,23 @@