From d37cc6120a08d74a2b52e17ce28c70a860d470cf Mon Sep 17 00:00:00 2001 From: arabcoders Date: Mon, 12 Jan 2026 17:14:29 +0300 Subject: [PATCH] refactor: move popover to separate button --- ui/app/components/History.vue | 73 ++++++++++++------------ ui/app/components/Popover.vue | 41 ++++++++++++-- ui/app/components/Queue.vue | 101 +++++++++++++++------------------- 3 files changed, 117 insertions(+), 98 deletions(-) diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 187ec73f..0a9aa013 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -98,32 +98,36 @@ -
+
{{ formatTime(item.extras.duration) }} - - - + + + + +

+ Path: {{ getPath(config.app.download_path, item) }} +

+
+ +

{{ item.description }}

+
- - - - -

{{ item.description }}

-
+ + {{ item.title }}