From 46fb943243b623e9a1f596aa9e22fd51f1e8be76 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sun, 16 Nov 2025 00:46:02 +0300 Subject: [PATCH] Fix: change icons and show no items in history. --- ui/app/components/History.vue | 2 +- ui/app/components/Queue.vue | 4 ++-- ui/app/pages/index.vue | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 0cc0c0fa..e2b2775d 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -417,7 +417,7 @@ No results found for '{{ query }}'. + v-else-if="socket.isConnected" :new-style="true">

Your download history is empty. Once queued downloads are completed, they will appear here.

diff --git a/ui/app/components/Queue.vue b/ui/app/components/Queue.vue index 63482be0..c376a0eb 100644 --- a/ui/app/components/Queue.vue +++ b/ui/app/components/Queue.vue @@ -285,8 +285,8 @@ @close="() => emitter('clear_search')" v-if="query"> No results found for '{{ query }}'. - +

The download queue is empty.

diff --git a/ui/app/pages/index.vue b/ui/app/pages/index.vue index 237a3266..5490480c 100644 --- a/ui/app/pages/index.vue +++ b/ui/app/pages/index.vue @@ -69,14 +69,14 @@