From 15dde57ba00df414e76f9045eb48882bac392956 Mon Sep 17 00:00:00 2001 From: PrestonN Date: Fri, 9 Nov 2018 10:11:25 -0500 Subject: [PATCH] [Fix] Usability Issues Subscriptions don't refresh automatically nearly as often Added a new button to force subscriptions to refresh. Remove individual videos from history --- src/index.html | 1 + src/js/history.js | 6 ++- src/js/settings.js | 2 + src/js/subscriptions.js | 80 ++++++++++++++++++++------------ src/js/templates.js | 25 +++++++++- src/js/videos.js | 55 +++++++++++++--------- src/style/main.css | 9 ++++ src/templates/settings.html | 2 +- src/templates/videoTemplate.html | 3 ++ 9 files changed, 127 insertions(+), 56 deletions(-) diff --git a/src/index.html b/src/index.html index 716859fdd..b422a96f8 100644 --- a/src/index.html +++ b/src/index.html @@ -34,6 +34,7 @@
+
- CLEAR SAVED VIDEOS + CLEAR FAVORITED VIDEOS
CLEAR SUBSCRIPTIONS diff --git a/src/templates/videoTemplate.html b/src/templates/videoTemplate.html index cee2b2789..92238a641 100644 --- a/src/templates/videoTemplate.html +++ b/src/templates/videoTemplate.html @@ -6,6 +6,9 @@