Planilla ID: {{ planilla.id }}
@@ -33,6 +33,9 @@
-
-
+
+
+
diff --git a/ui/src/views/SettingsView.vue b/ui/src/views/SettingsView.vue
index 6553161..1d1f6e2 100644
--- a/ui/src/views/SettingsView.vue
+++ b/ui/src/views/SettingsView.vue
@@ -26,6 +26,26 @@
+
+
+
+
+
+ Adjust the speed of screen transitions (applied if animations are enabled).
+
+
+
+
+
@@ -211,6 +231,12 @@ onMounted(() => {
isMounted.value = true
}, 50)
})
+
+const speedOptions = [
+ { label: 'Slow', value: 2 },
+ { label: 'Normal', value: 1 },
+ { label: 'Fast', value: 0.5 },
+]
diff --git a/ui/src/views/planillas/PlanillaForm.vue b/ui/src/views/planillas/PlanillaForm.vue
index 9d1b76d..238ea5d 100644
--- a/ui/src/views/planillas/PlanillaForm.vue
+++ b/ui/src/views/planillas/PlanillaForm.vue
@@ -1,5 +1,5 @@
-