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 @@