From 890eb55d274a7be1c57e3fa2a27465a03fde715e Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 30 Aug 2022 21:22:32 -0800 Subject: [PATCH] update styles --- frontend/components.d.ts | 6 +- frontend/index.html | 48 +++----- frontend/src/pages/home.vue | 76 ++++++++++-- frontend/tsconfig.json | 64 +++++----- frontend/vite.config.ts | 237 +++++++++++++++++------------------- 5 files changed, 235 insertions(+), 196 deletions(-) diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 50c0ff9..8c99ec1 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -8,14 +8,12 @@ export {} declare module '@vue/runtime-core' { export interface GlobalComponents { AppHeader: typeof import('./src/components/AppHeader.vue')['default'] - Icon: typeof import('./src/components/Icon.vue')['default'] + AppToast: typeof import('./src/components/App/Toast.vue')['default'] + FormTextField: typeof import('./src/components/Form/TextField.vue')['default'] 'Icon:bx:bxMoon': typeof import('~icons/bx/bx-moon')['default'] 'Icon:bx:bxsMoon': typeof import('~icons/bx/bxs-moon')['default'] 'IconAkarIcons:githubFill': typeof import('~icons/akar-icons/github-fill')['default'] - Notifier: typeof import('./src/components/App/Notifier.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] - TextField: typeof import('./src/components/Form/TextField.vue')['default'] - Toast: typeof import('./src/components/App/Toast.vue')['default'] } } diff --git a/frontend/index.html b/frontend/index.html index 738c036..63af3c8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,34 +1,20 @@ - -
- - -