From b4ff929c22ff21601581a76cedfe4fd4f62cc729 Mon Sep 17 00:00:00 2001 From: Tom Tang Date: Fri, 6 Dec 2024 09:38:27 +0800 Subject: [PATCH] feat: loading page (#649) --- .changeset/tall-donuts-decide.md | 5 +++++ .devcontainer/devcontainer.json | 5 ++--- app.vue | 17 ++++++++++++++++- assets/{ => icons}/logo.svg | 0 components/custom/Nav/icon/Icon.vue | 4 +--- layouts/sign-in-or-out.vue | 3 +-- 6 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 .changeset/tall-donuts-decide.md rename assets/{ => icons}/logo.svg (100%) diff --git a/.changeset/tall-donuts-decide.md b/.changeset/tall-donuts-decide.md new file mode 100644 index 00000000..304ce1a3 --- /dev/null +++ b/.changeset/tall-donuts-decide.md @@ -0,0 +1,5 @@ +--- +"enspire": patch +--- + +Added loading page for better UX diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ba312e03..20bdd53f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,14 +14,13 @@ "customizations": { "vscode": { "extensions": [ - // Required extensions "Vue.volar", "bradlc.vscode-tailwindcss", "dbaeumer.vscode-eslint", "Nuxtr.nuxtr-vscode", "Prisma.prisma", - // Do not install Prettier. It will conflict with eslint. - "-esbenp.prettier-vscode" + "-esbenp.prettier-vscode", + "csstools.postcss" ] } }, diff --git a/app.vue b/app.vue index 42d3a5f9..efea588e 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,7 @@ diff --git a/layouts/sign-in-or-out.vue b/layouts/sign-in-or-out.vue index 3b7217d0..9e2c1080 100644 --- a/layouts/sign-in-or-out.vue +++ b/layouts/sign-in-or-out.vue @@ -1,5 +1,4 @@