From 7e51f86cb2aaca4827c8853c57accf8046052d0a Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:34:07 +1000 Subject: [PATCH] Simplify dialog structure - remove unnecessary nesting --- src/views/DesktopDialogView.vue | 41 +++++++++------------------------ 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/src/views/DesktopDialogView.vue b/src/views/DesktopDialogView.vue index c3a771ae91..c050e4d262 100644 --- a/src/views/DesktopDialogView.vue +++ b/src/views/DesktopDialogView.vue @@ -1,11 +1,9 @@ @@ -24,29 +22,12 @@ const message = computed(() => (route.query.message as string) || '')