Merge branch 'main' into ui-consistency-empleados-chat
This commit is contained in:
@@ -47,9 +47,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { PropType } from 'vue'
|
||||||
|
import { useRouter } from 'vue-router'
|
||||||
import { useUi } from '../../stores/useUi.js';
|
import { useUi } from '../../stores/useUi.js';
|
||||||
import { useEmpleadosStore } from '../../stores/useEmpleados'; // Ensure correct path
|
|
||||||
|
|
||||||
const ui = useUi();
|
const ui = useUi();
|
||||||
const emit = defineEmits(['edit']);
|
const emit = defineEmits(['edit']);
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ const appearanceSettingKeys = [
|
|||||||
'defaultViewConfiguracion',
|
'defaultViewConfiguracion',
|
||||||
'transitionSpeed',
|
'transitionSpeed',
|
||||||
'backgroundColorChat',
|
'backgroundColorChat',
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const loadSettingsFromLocalStorage = () => {
|
const loadSettingsFromLocalStorage = () => {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<form
|
<form
|
||||||
@submit.prevent="handleSubmit"
|
@submit.prevent="handleSubmit"
|
||||||
class="max-w-lg mx-auto p-8 rounded-lg shadow-lg empleado-actual-form"
|
class="max-w-lg mx-auto p-8 rounded-lg shadow-lg empleado-actual-form"
|
||||||
|
|
||||||
>
|
>
|
||||||
<!-- ───────── Nombre ───────── -->
|
<!-- ───────── Nombre ───────── -->
|
||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user