From e331de5f664a5408a92cf76f86cd1fc1fd2f0b65 Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Thu, 14 May 2026 11:52:08 -0300 Subject: [PATCH] history / sub-pantalla studies / fix bugs title entrelinea --- .../entrelineas/EntrelineaDetail.vue | 298 ++++++++++++------ app/components/inbox/InboxActivity.vue | 187 ++++++----- app/composables/useDetailHistory.ts | 56 ++++ app/pages/actividades.vue | 2 + app/pages/conferencias.vue | 2 + app/pages/entrelineas.vue | 15 +- 6 files changed, 381 insertions(+), 179 deletions(-) create mode 100644 app/composables/useDetailHistory.ts diff --git a/app/components/entrelineas/EntrelineaDetail.vue b/app/components/entrelineas/EntrelineaDetail.vue index f9bf7e8..2d7bf70 100644 --- a/app/components/entrelineas/EntrelineaDetail.vue +++ b/app/components/entrelineas/EntrelineaDetail.vue @@ -1,71 +1,69 @@