FIX: Historial de acciones, modo responsivo
This commit is contained in:
parent
31862e7cf5
commit
df7b09a10e
@ -2,7 +2,7 @@
|
||||
"name": "notsoweb.frontend",
|
||||
"copyright": "Notsoweb Software Inc.",
|
||||
"private": true,
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.6",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -67,13 +67,13 @@ const borderColor = computed(() => {
|
||||
</span>
|
||||
</div>
|
||||
<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 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">
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col space-y-2">
|
||||
<div class="flex w-full flex-col justify-start space-y-2">
|
||||
<div>
|
||||
<h4 class="font-semibold">{{ $t('description') }}:</h4>
|
||||
<p>{{ event.description }}.</p>
|
||||
|
||||
@ -56,6 +56,14 @@ const changelogs = [
|
||||
'UPDATE: Redirección a dashboard al iniciar sesión.'
|
||||
],
|
||||
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user