From ff9fd6a061d262f934256750f181dc0517425794 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 7 Jan 2026 17:16:47 +0300 Subject: [PATCH] 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 @@