diff --git a/app.vue b/app.vue index 3140f21..08b2992 100644 --- a/app.vue +++ b/app.vue @@ -4,7 +4,7 @@ -
+
diff --git a/components/TrainingViewer.vue b/components/TrainingViewer.vue index c253adf..4c0a599 100644 --- a/components/TrainingViewer.vue +++ b/components/TrainingViewer.vue @@ -8,7 +8,7 @@ const { config, progress = false } = defineProps<{ }>(); const dragger = useTemplateRef('dragger'); -const position = ref(0), id = ref(0); +const position = ref(0); const dragging = ref(false), offset = ref(0); const dragend = () => { @@ -49,12 +49,12 @@ onUnmounted(() => {
-
-
-
+
+
+
diff --git a/db.sqlite b/db.sqlite index 1a0d33d..ae03413 100644 Binary files a/db.sqlite and b/db.sqlite differ diff --git a/db.sqlite-shm b/db.sqlite-shm index 1cfbc09..5ad0e0e 100644 Binary files a/db.sqlite-shm and b/db.sqlite-shm differ diff --git a/db.sqlite-wal b/db.sqlite-wal index 68a2550..70a1156 100644 Binary files a/db.sqlite-wal and b/db.sqlite-wal differ diff --git a/layouts/default.vue b/layouts/default.vue index 546e43f..352ff4c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -39,7 +39,7 @@
-
+
diff --git a/nuxt.config.ts b/nuxt.config.ts index 55e9f92..57348e1 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,6 +5,7 @@ import path from 'node:path' export default defineNuxtConfig({ compatibilityDate: '2024-04-03', + ssr: false, modules: [ '@nuxtjs/color-mode', 'nuxt-security', diff --git a/pages/character/[id]/edit.client.vue b/pages/character/[id]/edit.client.vue index 23944bd..bcb0d42 100644 --- a/pages/character/[id]/edit.client.vue +++ b/pages/character/[id]/edit.client.vue @@ -45,7 +45,7 @@ const { add } = useToast(); const characterConfig = config as CharacterConfig; const data = ref({ ...defaultCharacter }); const spellFilter = ref<{ - ranks: Array<1 | 2 | 3>, + ranks: Array<1 | 2 | 3 | 4>, types: Array, text: string, elements: Array, @@ -220,7 +220,7 @@ useShortcuts({ d[any] - Edition de {{ data.name || 'nouveau personnage' }} -
+
@@ -260,7 +260,7 @@ useShortcuts({ Sorts Notes - +
- + - +
Points d'entrainement restants: {{ (abilityPoints ?? 0) - abilitySpent }} @@ -310,7 +310,7 @@ useShortcuts({
- +
Sorts: {{ data.spells?.length ?? 0 }}/{{ spellsPoints }} @@ -341,7 +341,7 @@ useShortcuts({
- + diff --git a/pages/character/manage.client.vue b/pages/character/manage.client.vue index a12e38e..794cc99 100644 --- a/pages/character/manage.client.vue +++ b/pages/character/manage.client.vue @@ -18,7 +18,7 @@ function copy() d[any] - Edition de données - + Peuples @@ -27,9 +27,9 @@ function copy() Sorts - + - + - - + + - +