From ffc0b45bc9eac2c08736900fc3e536f835134e5d Mon Sep 17 00:00:00 2001 From: arabcoders Date: Tue, 6 Jan 2026 18:14:24 +0300 Subject: [PATCH 1/4] Fix: use b instead of strong for tag items. --- ui/app/pages/conditions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/pages/conditions.vue b/ui/app/pages/conditions.vue index 0c77a191..5d349bef 100644 --- a/ui/app/pages/conditions.vue +++ b/ui/app/pages/conditions.vue @@ -197,7 +197,7 @@ Extras: - {{ key }}: {{ value }} + {{ key }}: {{ value }}

From ff9fd6a061d262f934256750f181dc0517425794 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 7 Jan 2026 17:16:47 +0300 Subject: [PATCH 2/4] refactor: change how global buttons are rendered --- ui/app/components/History.vue | 79 +++++++++++++----------------- ui/app/components/Queue.vue | 58 +++++++++++----------- ui/app/pages/browser/[...slug].vue | 50 +++++++++---------- ui/app/pages/tasks.vue | 48 +++++++++--------- 4 files changed, 111 insertions(+), 124 deletions(-) diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 71a2f8db..187ec73f 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -1,64 +1,48 @@