From fd32097982d962be9788b23b531cb2eb6956ba19 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Mon, 13 Jan 2025 17:15:04 +0300 Subject: [PATCH] Added view url information in history and queue --- ui/components/History.vue | 22 ++++++++++++++++------ ui/components/NewDownload.vue | 10 ++++------ ui/components/Queue.vue | 14 +++++++++++--- ui/layouts/default.vue | 11 +++++++++-- ui/pages/index.vue | 5 +++-- 5 files changed, 43 insertions(+), 19 deletions(-) diff --git a/ui/components/History.vue b/ui/components/History.vue index 08ce1aea..9e41e712 100644 --- a/ui/components/History.vue +++ b/ui/components/History.vue @@ -75,7 +75,8 @@
- +
@@ -114,7 +115,7 @@
- LIVE stream is scheduled to start at {{ moment(item.live_in).format() }} + Live stream is scheduled to start at {{ moment(item.live_in).format() }}
@@ -130,7 +131,7 @@ :class="{ 'has-text-success': item.status === 'finished', 'has-text-danger': item.status !== 'finished' }"> - Stream Ended + Live Ended {{ ucFirst(item.status) }} @@ -139,7 +140,7 @@ - Live Stream + Live
@@ -151,8 +152,8 @@
- + {{ moment(item.live_in).fromNow() }}
@@ -202,6 +203,14 @@
+
+ +
@@ -245,6 +254,7 @@ import { useStorage } from '@vueuse/core' import { makeDownload, formatBytes, ucFirst } from '~/utils/index' import toast from '~/plugins/toast' +const emitter = defineEmits(['getInfo']) const config = useConfigStore() const stateStore = useStateStore() const socket = useSocketStore() diff --git a/ui/components/NewDownload.vue b/ui/components/NewDownload.vue index ae3662f1..1f91c007 100644 --- a/ui/components/NewDownload.vue +++ b/ui/components/NewDownload.vue @@ -107,10 +107,10 @@
-
@@ -132,13 +132,13 @@ -