Merge branch 'main' into ui-consistency-empleados-chat

This commit is contained in:
josedario87
2025-05-31 03:35:41 -06:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -47,9 +47,11 @@
</div>
</template>
<script setup>
<script setup lang="ts">
import { PropType } from 'vue'
import { useRouter } from 'vue-router'
import { useUi } from '../../stores/useUi.js';
import { useEmpleadosStore } from '../../stores/useEmpleados'; // Ensure correct path
const ui = useUi();
const emit = defineEmits(['edit']);

View File

@@ -33,6 +33,7 @@ const appearanceSettingKeys = [
'defaultViewConfiguracion',
'transitionSpeed',
'backgroundColorChat',
]
const loadSettingsFromLocalStorage = () => {

View File

@@ -7,6 +7,7 @@
<form
@submit.prevent="handleSubmit"
class="max-w-lg mx-auto p-8 rounded-lg shadow-lg empleado-actual-form"
>
<!-- Nombre -->
<div class="mb-6">