From 8059826082301dff5afa1309b137787fd10e22aa Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Sun, 14 Aug 2022 10:43:49 +0100 Subject: [PATCH] fix : UI improvements --- packages/nc-gui-v2/components.d.ts | 1 + packages/nc-gui-v2/components/smartsheet/Grid.vue | 4 ++-- packages/nc-gui-v2/components/smartsheet/Pagination.vue | 2 +- .../nc-gui-v2/pages/[projectType]/[projectId]/index/index.vue | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/nc-gui-v2/components.d.ts b/packages/nc-gui-v2/components.d.ts index a70885e604..aa6f02d413 100644 --- a/packages/nc-gui-v2/components.d.ts +++ b/packages/nc-gui-v2/components.d.ts @@ -136,6 +136,7 @@ declare module '@vue/runtime-core' { MdiNumeric: typeof import('~icons/mdi/numeric')['default'] MdiOpenInNew: typeof import('~icons/mdi/open-in-new')['default'] MdiPlus: typeof import('~icons/mdi/plus')['default'] + MdiPlusIconOutline: typeof import('~icons/mdi/plus-icon-outline')['default'] MdiPlusOutline: typeof import('~icons/mdi/plus-outline')['default'] MdiReload: typeof import('~icons/mdi/reload')['default'] MdiSearch: typeof import('~icons/mdi/search')['default'] diff --git a/packages/nc-gui-v2/components/smartsheet/Grid.vue b/packages/nc-gui-v2/components/smartsheet/Grid.vue index ca55ff15ce..c7d8d54c1a 100644 --- a/packages/nc-gui-v2/components/smartsheet/Grid.vue +++ b/packages/nc-gui-v2/components/smartsheet/Grid.vue @@ -430,8 +430,8 @@ const expandForm = (row: Row, state: Record) => { class="text-left pointer nc-grid-add-new-cell" @click="addEmptyRow()" > -
- +
+ {{ $t('activity.addRow') }} diff --git a/packages/nc-gui-v2/components/smartsheet/Pagination.vue b/packages/nc-gui-v2/components/smartsheet/Pagination.vue index 3c711d0e15..cc4d7af99e 100644 --- a/packages/nc-gui-v2/components/smartsheet/Pagination.vue +++ b/packages/nc-gui-v2/components/smartsheet/Pagination.vue @@ -19,7 +19,7 @@ const page = computed({