Basic UI rework

This commit is contained in:
mcarquigny
2025-03-20 15:54:16 +01:00
parent 742da61016
commit 12086a4c88
28 changed files with 1259 additions and 24 deletions

View File

@ -20,7 +20,8 @@ module.exports = configure(function (/* ctx */) {
// https://v2.quasar.dev/quasar-cli-vite/boot-files
boot: [
'axios'
'axios',
'pocketbase'
],
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#css
@ -98,7 +99,12 @@ module.exports = configure(function (/* ctx */) {
// directives: [],
// Quasar plugins
plugins: []
plugins: [
'Dialog',
'Notify',
'LocalStorage',
'Loading'
]
},
// animations: 'all', // --- includes all animations