Add back Loading Indicator, rework children caching, small visual improvement on character sheet and config management.

This commit is contained in:
Clément Pons
2026-01-12 17:48:28 +01:00
parent 0eaffcaa04
commit f761e44569
16 changed files with 333 additions and 238 deletions

View File

@@ -199,5 +199,8 @@ export default defineNuxtConfig({
compilerOptions: {
isCustomElement: (tag) => tag === 'iconify-icon',
}
},
devtools: {
enabled: false,
}
})