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 @@ -