From e46cbadc51cd5e620ef745ad475f895542f056db Mon Sep 17 00:00:00 2001 From: vr10t Date: Thu, 2 Mar 2023 21:56:06 +0000 Subject: [PATCH] add countdown until next video --- src/components/PreferencesPage.vue | 13 +++++ src/components/ToastComponent.vue | 25 ++++++++++ src/components/WatchVideo.vue | 80 ++++++++++++++++++++++++++++-- src/locales/en.json | 7 ++- 4 files changed, 119 insertions(+), 6 deletions(-) create mode 100644 src/components/ToastComponent.vue diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index 65a381f7..3db2d434 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -45,6 +45,16 @@ @change="onChange($event)" /> +