Browse Source

chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3948/head
Pranav C 2 years ago
parent
commit
df9e333a19
  1. 1
      packages/nc-gui/components/smartsheet/sidebar/MenuTop.vue
  2. 4
      packages/nc-gui/pages/index/index/index.vue
  3. 5
      packages/nc-gui/pages/signup/[[token]].vue

1
packages/nc-gui/components/smartsheet/sidebar/MenuTop.vue

@ -17,7 +17,6 @@ import {
useDialog,
useI18n,
useNuxtApp,
useRoute,
useRouter,
viewTypeAlias,
watch,

4
packages/nc-gui/pages/index/index/index.vue

@ -14,9 +14,9 @@ import {
ref,
themeV2Colors,
useApi,
useGlobal,
useNuxtApp,
useUIPermission,
useGlobal
} from '#imports'
definePageMeta({
@ -33,7 +33,7 @@ const filterQuery = ref('')
const projects = ref<ProjectType[]>()
const { appInfo, } = $(useGlobal())
const { appInfo } = $(useGlobal())
const loadProjects = async () => {
const response = await api.project.list({})

5
packages/nc-gui/pages/signup/[[token]].vue

@ -85,7 +85,10 @@ function resetError() {
<div
class="bg-white mt-[60px] relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)"
>
<LazyGeneralNocoIcon class="color-transition hover:(ring ring-accent) hover:(ring ring-accent ring-opacity-100)" :animate="isLoading" />
<LazyGeneralNocoIcon
class="color-transition hover:(ring ring-accent) hover:(ring ring-accent ring-opacity-100)"
:animate="isLoading"
/>
<h1 class="prose-2xl font-bold self-center my-4">
{{ $t('general.signUp') }}

Loading…
Cancel
Save