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, useDialog,
useI18n, useI18n,
useNuxtApp, useNuxtApp,
useRoute,
useRouter, useRouter,
viewTypeAlias, viewTypeAlias,
watch, watch,

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

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

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

@ -85,7 +85,10 @@ function resetError() {
<div <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)" 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"> <h1 class="prose-2xl font-bold self-center my-4">
{{ $t('general.signUp') }} {{ $t('general.signUp') }}

Loading…
Cancel
Save