From 72dada18ebb794eb055437b55b9e9abce980b2aa Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 31 Aug 2026 18:20:01 +0200 Subject: [PATCH] feat: modernize popup component --- web/src/components/PopupElement.vue | 57 +++++++++++++++++++---------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/web/src/components/PopupElement.vue b/web/src/components/PopupElement.vue index 2724bdf..f3dd36c 100644 --- a/web/src/components/PopupElement.vue +++ b/web/src/components/PopupElement.vue @@ -1,10 +1,9 @@ @@ -23,43 +22,63 @@