From 960fc6fec6202ae609e9830fc777d62187241b70 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:14:04 +0200 Subject: [PATCH] feat(gui-v2): add flipping card to sidebar --- .../components/smartsheet/Sidebar.vue | 243 ++++++++++-------- 1 file changed, 132 insertions(+), 111 deletions(-) diff --git a/packages/nc-gui-v2/components/smartsheet/Sidebar.vue b/packages/nc-gui-v2/components/smartsheet/Sidebar.vue index 9d54093116..e27585f2ff 100644 --- a/packages/nc-gui-v2/components/smartsheet/Sidebar.vue +++ b/packages/nc-gui-v2/components/smartsheet/Sidebar.vue @@ -22,6 +22,7 @@ import MdiTrashCan from '~icons/mdi/trash-can' import MdiContentCopy from '~icons/mdi/content-copy' import MdiXml from '~icons/mdi/xml' import MdiHook from '~icons/mdi/hook' +import MdiHeartsCard from '~icons/mdi/cards-heart' const meta = inject(MetaInj, ref()) @@ -274,144 +275,164 @@ function onApiSnippet() { - - - {{ $t('objects.views') }} - - - - - - - {{ view.alias || view.title }} - - - - - + + {{ $t('objects.views') }} + + + + + + + {{ view.alias || view.title }} + + + + + + + + {{ $t('activity.copyView') }} + + + + + + - {{ $t('activity.copyView') }} + {{ $t('activity.deleteView') }} - + + + + + + - - - - {{ $t('activity.deleteView') }} - - - - - - - - - - - + - {{ $t('activity.createView') }} + {{ $t('activity.createView') }} - - - - {{ $t('msg.info.addView.grid') }} - + + + + {{ $t('msg.info.addView.grid') }} + - - + + - {{ $t('objects.viewType.grid') }} + {{ $t('objects.viewType.grid') }} - + - - - - + + + + - - - - {{ $t('msg.info.addView.gallery') }} - + + + + {{ $t('msg.info.addView.gallery') }} + - - + + - {{ $t('objects.viewType.gallery') }} + {{ $t('objects.viewType.gallery') }} - + - - - - + + + + - - - - {{ $t('msg.info.addView.form') }} - + + + + {{ $t('msg.info.addView.form') }} + - - + + - {{ $t('objects.viewType.form') }} + {{ $t('objects.viewType.form') }} - + - - - - + + + + - - - Get API Snippet - + + + Get API Snippet + - - {{ $t('objects.webhooks') }} - - + + {{ $t('objects.webhooks') }} + + - - + + + - 🚀 We are Hiring! 🚀 - - - - + + + 🚀 We are Hiring! 🚀 + + + + + + + + + {{ $t('activity.sponsorUs') }} + + + +