diff --git a/packages/nc-gui-v2/components.d.ts b/packages/nc-gui-v2/components.d.ts index 6491fb79fb..4ac71237ce 100644 --- a/packages/nc-gui-v2/components.d.ts +++ b/packages/nc-gui-v2/components.d.ts @@ -70,6 +70,8 @@ declare module '@vue/runtime-core' { MdiAccountGroupIcon: typeof import('~icons/mdi/account-group-icon')['default'] MdiApi: typeof import('~icons/mdi/api')['default'] MdiAt: typeof import('~icons/mdi/at')['default'] + MdiCardsHeart: typeof import('~icons/mdi/cards-heart')['default'] + MdiCheck: typeof import('~icons/mdi/check')['default'] MdiCheckIcon: typeof import('~icons/mdi/check-icon')['default'] MdiChevronDown: typeof import('~icons/mdi/chevron-down')['default'] MdiContentCopy: typeof import('~icons/mdi/content-copy')['default'] @@ -83,6 +85,7 @@ declare module '@vue/runtime-core' { MdiLogout: typeof import('~icons/mdi/logout')['default'] MdiMagnify: typeof import('~icons/mdi/magnify')['default'] MdiNotebookCheckOutline: typeof import('~icons/mdi/notebook-check-outline')['default'] + MdiPlus: typeof import('~icons/mdi/plus')['default'] MdiPlusIcon: typeof import('~icons/mdi/plus-icon')['default'] MdiPlusOutline: typeof import('~icons/mdi/plus-outline')['default'] MdiReload: typeof import('~icons/mdi/reload')['default'] diff --git a/packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue b/packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue index dffd18e86e..477ee96354 100644 --- a/packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue +++ b/packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue @@ -48,7 +48,7 @@ function onOpenModal(type: ViewTypes, title = '') {
- +
@@ -66,7 +66,7 @@ function onOpenModal(type: ViewTypes, title = '') {
- +
@@ -84,7 +84,7 @@ function onOpenModal(type: ViewTypes, title = '') {
- +
@@ -132,7 +132,7 @@ function onOpenModal(type: ViewTypes, title = '') { class="group flex items-center gap-2 w-full mx-3 px-4 py-2 rounded-l !bg-primary text-white transform translate-x-4 hover:(translate-x-0 shadow-lg !opacity-100) transition duration-150 ease" @click.stop > - + {{ $t('activity.sponsorUs') }} diff --git a/packages/nc-gui-v2/components/smartsheet/sidebar/MenuTop.vue b/packages/nc-gui-v2/components/smartsheet/sidebar/MenuTop.vue index b7ad757395..fd563e9e1c 100644 --- a/packages/nc-gui-v2/components/smartsheet/sidebar/MenuTop.vue +++ b/packages/nc-gui-v2/components/smartsheet/sidebar/MenuTop.vue @@ -119,7 +119,6 @@ async function onSortEnd(evt: SortableEvent) { let sortable: Sortable -// todo: replace with vuedraggable const initSortable = (el: HTMLElement) => { if (sortable) sortable.destroy() diff --git a/packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/LockMenu.vue b/packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/LockMenu.vue index 1cbe6433bb..5b69fe2c9b 100644 --- a/packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/LockMenu.vue +++ b/packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/LockMenu.vue @@ -58,7 +58,7 @@ const Icon = computed(() => {
- +
@@ -69,7 +69,7 @@ const Icon = computed(() => {
- +
@@ -80,7 +80,7 @@ const Icon = computed(() => {
- +
diff --git a/packages/nc-gui-v2/pages/nc/[projectId]/index.vue b/packages/nc-gui-v2/pages/nc/[projectId]/index.vue index fe131dafbf..cd4d670f9c 100644 --- a/packages/nc-gui-v2/pages/nc/[projectId]/index.vue +++ b/packages/nc-gui-v2/pages/nc/[projectId]/index.vue @@ -52,7 +52,7 @@ await loadTables()