From 92f6c6cb8df5f5ff2dc46cce8c00b8eb82937e4b Mon Sep 17 00:00:00 2001 From: Nashmod Date: Thu, 2 Nov 2023 22:16:49 -0400 Subject: [PATCH 001/144] chore: start header style --- .gitignore | 3 + auto-imports.d.ts | 5 +- src/components/images/AppLogo.vue | 30 +- src/components/navs/AppNav/AppNav.vue | 9 +- yarn.lock | 13318 ++++++++++++++++++++++++ 5 files changed, 13353 insertions(+), 12 deletions(-) create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 7994124d2..dddf22d03 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ stats.html #Auto generated component types components.d.ts + +#ignore huskyrc +.huskyrc \ No newline at end of file diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 9af8b2c00..42849698c 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -1,4 +1,7 @@ -// Generated by 'unplugin-auto-import' +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-auto-import export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] diff --git a/src/components/images/AppLogo.vue b/src/components/images/AppLogo.vue index 5872913f7..c715daaab 100644 --- a/src/components/images/AppLogo.vue +++ b/src/components/images/AppLogo.vue @@ -35,24 +35,38 @@ const fillColor = computed(() => { diff --git a/src/components/navs/AppNav/AppNav.vue b/src/components/navs/AppNav/AppNav.vue index 63c9ca8db..c0893e222 100644 --- a/src/components/navs/AppNav/AppNav.vue +++ b/src/components/navs/AppNav/AppNav.vue @@ -52,7 +52,11 @@ onUnmounted(() => {