From f357826b95f46de621c0bb379d2670272b3e25f2 Mon Sep 17 00:00:00 2001 From: marcoc Date: Wed, 12 Mar 2025 10:40:02 +0100 Subject: [PATCH] fix(fe archive): updated logic with dialogs --- resources/js/components/content/Archive.vue | 189 ++++++++++++++------ 1 file changed, 135 insertions(+), 54 deletions(-) diff --git a/resources/js/components/content/Archive.vue b/resources/js/components/content/Archive.vue index af185f6..512e76e 100644 --- a/resources/js/components/content/Archive.vue +++ b/resources/js/components/content/Archive.vue @@ -1,74 +1,152 @@ @@ -77,4 +155,7 @@ const getItems = (page_info) => { .v-data-table { width:100%; } + .search { + min-width:250px; + } \ No newline at end of file