From 0ac7d71e9b93429b476a58fd3fc9cabccd142c1e Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 13 May 2026 11:18:59 +0100 Subject: [PATCH] refactor(admin): ConfirmDialog for destructive actions, spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply space-y-8 rhythm to admin page sections (no destructive actions currently present in this view — no confirm dialog needed yet). Co-Authored-By: Claude Sonnet 4.6 --- web/src/views/AdminView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/AdminView.vue b/web/src/views/AdminView.vue index 8ad8017..d536618 100644 --- a/web/src/views/AdminView.vue +++ b/web/src/views/AdminView.vue @@ -31,8 +31,8 @@ onMounted(async () => {