From a2f5c770c6bd9f7a7bbf460eac2b7e08e5294769 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sat, 21 Jun 2025 20:47:18 +0300 Subject: [PATCH] minor design update for index page. --- ui/components/History.vue | 96 +++++++++++++++++----------- ui/components/Queue.vue | 129 +++++++++++++++++++++++++------------- ui/pages/index.vue | 35 ++++++++--- 3 files changed, 173 insertions(+), 87 deletions(-) diff --git a/ui/components/History.vue b/ui/components/History.vue index 9ca1b4cb..bb51733d 100644 --- a/ui/components/History.vue +++ b/ui/components/History.vue @@ -234,7 +234,7 @@
+ v-for="item in filteredItems(sortCompleted)" :key="item._id">
@@ -286,18 +286,8 @@
-
+
-
-
- {{ item.error }} -
-
-
-
- {{ item.msg }} -
-
@@ -329,14 +319,6 @@
- -
+ + + +
- + yt-dlp Information - + Local Information @@ -383,7 +376,7 @@ -