From 1355c9397493813320adc3f62e86dce644e9a134 Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Wed, 27 May 2026 22:44:13 -0300 Subject: [PATCH] remove: delete features not planned for current phase --- .../entrelineas/EntrelineaDetail.vue | 69 +++---------------- app/pages/entrelineas.vue | 24 ++----- 2 files changed, 16 insertions(+), 77 deletions(-) diff --git a/app/components/entrelineas/EntrelineaDetail.vue b/app/components/entrelineas/EntrelineaDetail.vue index 98fc046..5d7c801 100644 --- a/app/components/entrelineas/EntrelineaDetail.vue +++ b/app/components/entrelineas/EntrelineaDetail.vue @@ -18,6 +18,7 @@ interface EntrelineaDoc { link?: string locale?: string origin?: string + filter?: string page?: number | string text?: string studies?: Study[] @@ -334,44 +335,8 @@ const lightboxImgStyle = computed(() => ({ /> - -