Skip to content

Commit

Permalink
feat: improved ui of user admin table and fixed middleware issues (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-clegg authored Sep 30, 2024
1 parent bf2abb0 commit 7b1377e
Show file tree
Hide file tree
Showing 9 changed files with 619 additions and 223 deletions.
15 changes: 6 additions & 9 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ export default defineNuxtConfig({
}
},

appConfig: {
umami: {
ignoreLocalhost: true,
version: 2
}
},

sourcemap: {
server: true,
client: true
Expand Down Expand Up @@ -82,7 +75,6 @@ export default defineNuxtConfig({

modules: [
"nuxt-directus",
"@nuxtjs/tailwindcss",
"nuxt-headlessui",
"@pinia/nuxt",
"@nuxtjs/turnstile",
Expand All @@ -92,7 +84,8 @@ export default defineNuxtConfig({
"@nuxt/fonts",
"@nuxtjs/device",
"@nuxt/image",
"@nuxt/test-utils/module"
"@nuxt/test-utils/module",
"@nuxt/ui"
],

image: {
Expand All @@ -106,6 +99,10 @@ export default defineNuxtConfig({
prefix: ""
},

colorMode: {
preference: 'light'
},

directus: {
url: "http://host.docker.internal:8055",
autoRefresh: true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@nuxt/fonts": "^0.6.1",
"@nuxt/image": "^1.8.0",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/ui": "^2.18.6",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@nuxtjs/turnstile": "^0.6.3",
"@sentry/node": "^7.119.0",
"@sentry/profiling-node": "^1.3.5",
Expand Down
Loading

0 comments on commit 7b1377e

Please sign in to comment.