Planilla ID: {{ planilla.id }}
@@ -33,9 +33,6 @@
-
-
-
+
+
diff --git a/ui/src/views/SettingsView.vue b/ui/src/views/SettingsView.vue
index 1d1f6e2..6553161 100644
--- a/ui/src/views/SettingsView.vue
+++ b/ui/src/views/SettingsView.vue
@@ -26,26 +26,6 @@
-
-
-
-
-
- Adjust the speed of screen transitions (applied if animations are enabled).
-
-
-
-
-
@@ -231,12 +211,6 @@ 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 238ea5d..9d1b76d 100644
--- a/ui/src/views/planillas/PlanillaForm.vue
+++ b/ui/src/views/planillas/PlanillaForm.vue
@@ -1,5 +1,5 @@
-