FIX: Historial de acciones, modo responsivo
This commit is contained in:
parent
31862e7cf5
commit
df7b09a10e
@ -2,7 +2,7 @@
|
|||||||
"name": "notsoweb.frontend",
|
"name": "notsoweb.frontend",
|
||||||
"copyright": "Notsoweb Software Inc.",
|
"copyright": "Notsoweb Software Inc.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -67,13 +67,13 @@ const borderColor = computed(() => {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-2">
|
<div class="p-2">
|
||||||
<div class="flex flex-col justify-center items-center md:flex-row md:justify-start space-x-4">
|
<div class="flex flex-col justify-center items-center md:flex-row md:justify-start md:space-x-4">
|
||||||
<div v-if="event.user" class="w-32">
|
<div v-if="event.user" class="w-32">
|
||||||
<div class="flex flex-col w-full justify-center items-center space-y-2">
|
<div class="flex flex-col w-full justify-center items-center space-y-2">
|
||||||
<img :src="event.user?.profile_photo_url" alt="Photo" class="w-24 h-24 rounded-full">
|
<img :src="event.user?.profile_photo_url" alt="Photo" class="w-24 h-24 rounded-full">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col space-y-2">
|
<div class="flex w-full flex-col justify-start space-y-2">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="font-semibold">{{ $t('description') }}:</h4>
|
<h4 class="font-semibold">{{ $t('description') }}:</h4>
|
||||||
<p>{{ event.description }}.</p>
|
<p>{{ event.description }}.</p>
|
||||||
|
|||||||
@ -56,6 +56,14 @@ const changelogs = [
|
|||||||
'UPDATE: Redirección a dashboard al iniciar sesión.'
|
'UPDATE: Redirección a dashboard al iniciar sesión.'
|
||||||
],
|
],
|
||||||
date: '2025-01-03'
|
date: '2025-01-03'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
version: '0.9.6',
|
||||||
|
details: [
|
||||||
|
'FIX: Historial de acciones, modo responsivo.',
|
||||||
|
'ADD: Recuperación de contraseña.'
|
||||||
|
],
|
||||||
|
date: '2025-01-06'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user