Commit Graph

185 Commits

Author SHA1 Message Date
FireMasterK 7db00846b0 Fix video like dislike icons
Closes #2367
2023-05-09 07:44:34 +01:00
Kavin f1c1cb94f8
Dismiss autoplay on page unload. 2023-04-29 19:45:13 +01:00
Kavin defefed9ed
Merge remote-tracking branch 'origin/master' into toast 2023-03-17 04:13:04 +00:00
EscherMoore b51af7d798 Fix hotkeys not working 2023-03-15 19:46:36 -04:00
Bnyro ae855c2bac Use a `slot` for displaying the loading indicator content 2023-03-13 14:39:07 +01:00
Bnyro cc48fe8e27 Add a loading indicator to the player page 2023-03-12 16:03:24 +01:00
vr10t e46cbadc51 add countdown until next video 2023-03-02 21:56:06 +00:00
Kavin d29240546b
Merge pull request #2112 from vr10t/progress-bar
Watch progress bar under video thumbnails
2023-02-20 10:23:53 +00:00
vr10t e0e195c7c8 remove unnecessary double if statement 2023-02-19 16:00:59 +00:00
vr10t ed8bb4846a add category 2023-02-19 15:15:17 +00:00
vr10t 949527ed43 update watched videos in each separate component 2023-02-19 13:41:13 +00:00
Kavin d3ef7e2b81
Fix npe when there are no segments in a video. 2023-02-10 08:56:50 +00:00
novenary f03e323f90 Fix handling of unset preferences 2023-02-06 19:20:33 +02:00
novenary 7b832a981c Use getPreference* instead of accessing localStorage directly 2023-02-02 15:25:45 +02:00
novenary d980edd843 Add an option to ignore short sponsorblock segments 2023-02-01 23:31:39 +02:00
novenary e1b355e92a Add an option to skip sponsorblock segments manually
Fixes #894
2023-02-01 23:31:22 +02:00
Bnyro 5978848327 Properly rewrite channel descriptions 2023-01-30 19:42:57 +01:00
Tyrritt 4732c76dac Factor out handler func, remove Listener on unmount 2023-01-26 19:01:24 +01:00
Tyrritt b8fdf3efeb Fix variable usage 2023-01-26 18:31:05 +01:00
Tyrritt 8311888501 Add only one listener on the window 2023-01-26 18:23:49 +01:00
Tyrritt 95a0e4cbc8 Make timestamps in comments seek instead of reload 2023-01-18 16:56:21 +01:00
Kavin ece47821fb
Ensure watch history preference actually works. 2023-01-13 13:40:12 +00:00
Kavin 65118a440f
Merge pull request #1851 from gmnsii/playlist-integration-with-share
Add playlist integration for share button
2023-01-02 21:29:07 +00:00
Kavin 9de2323db0
Rewrite comments since they now include HTML 2022-12-07 23:31:41 +00:00
gmnsii 72f4f0d00c
Add 'share with playlist' option for share button
When the option is used (true by default) links generated by the share button will redirect to the same video in the same playlist.
Support for various locales still need to be added.
2022-12-04 15:19:24 -08:00
Kavin adf5f7da64
Don't show alerts in some scenarios. 2022-11-16 18:51:56 +00:00
Kavin 6b9151e47f
Add better error messages for localStorage disabled. 2022-11-16 18:49:11 +00:00
thecashewtrader 1d0498f96e Add Minimize Chapters by default option 2022-11-09 22:35:11 +05:30
thecashewtrader 0a64950868 Fix Add to playlist button margin 2022-11-08 22:33:40 +05:30
thecashewtrader b382b525b1
Move conditional rendering logic to WatchOnYouTubeButton 2022-11-06 00:44:48 +00:00
thecashewtrader 662eb32e3e
Extract Watch on YouTube button to a component 2022-11-06 00:44:48 +00:00
thecashewtrader f0fdd84bae
Add Watch on YouTube button 2022-11-06 00:44:48 +00:00
Kavin 1ec8480351
Implement content item component. 2022-11-01 12:36:19 +00:00
Kavin 4dc73e76c1
Fix NPE when comments are minimized. 2022-10-24 10:49:13 +01:00
Alexandre Moreau 8d711f3aa9 Implement minimize comments in WatchVideo 2022-10-24 01:21:47 +02:00
Alexandre Moreau ffc091131f Replace showComments by minimizeComments in preferences 2022-10-24 01:19:57 +02:00
talkor d2b18ffbed fix: align like/dislike icons to center 2022-10-21 22:51:32 +03:00
talkor 5dcd061b2a fix: align buttons 2022-10-09 08:54:39 +03:00
Bnyro 70b5b71c4d fix chapters btn 2022-09-19 22:23:48 +02:00
Bnyro a7f81c6337 add chapters toggle 2022-09-17 19:57:47 +02:00
Bnyro e4446cd7e9 proxy channel feeds 2022-09-09 12:40:18 +02:00
Kavin a6927f9bd9
Don't replace timestamp's text in description. 2022-09-01 20:50:06 +05:30
Kavin 44c66c3336
Fix share icon. 2022-08-29 18:49:14 +05:30
Bnyro 960e0ce15e
add share dialog 2022-08-29 18:36:49 +05:30
Kavin 471e81f556
Initial migration to UnoCSS. 2022-08-29 18:32:55 +05:30
Bnyro 527f564017
Revert "fix the autoplay preference"
This reverts commit 91611ac8a6.
2022-08-29 18:28:54 +05:30
Bnyro 91611ac8a6 fix the autoplay preference 2022-08-28 12:32:39 +02:00
Bnyro a0109e910a fix unauthenticated subscribe status 2022-08-02 10:41:35 +02:00
Bnyro c51a3a828e
unauthenticated subscriptions (#1270)
* hmm

* unauthenticated feed

* unauthenticated rss

* Small improvements to code.

* add unauthenticated subscriptions

* cleanup

* Sort subs locally.

* Fix some bugs and small improvements.

Co-authored-by: Kavin <20838718+FireMasterK@users.noreply.github.com>
2022-08-01 19:46:06 +05:30
Bnyro c1a49cce18 fix mobile version of the player view 2022-07-22 19:14:24 +02:00