Commit Graph

268 Commits

Author SHA1 Message Date
Simon d9a3d7f12f
add playlist subscribed filter, align filter UIUX 2025-08-14 17:13:15 +07:00
Simon 41c9415b3f
fix view-icon grid 2025-08-14 16:17:53 +07:00
MerlinScheurer be278fe5f6 Fix multi select svg - remove weird svg prefix 2025-08-13 18:17:03 +02:00
Simon 3cf9b5ed40
add multi select, add redownload 2025-08-13 14:21:33 +07:00
Simon 9c5e4b599f
add filter toggle icon 2025-08-12 14:27:43 +07:00
Simon f2da730aa2
add video filter by height 2025-08-12 13:58:14 +07:00
Simon 5804fc09e6
add vid_type_filter to home and playlist views 2025-08-11 20:46:16 +07:00
Simon d8e5ee7e04
make watched filter nullable dropdown 2025-08-11 19:55:27 +07:00
Atinoda bcb216d862
Get all sponsorblock segment types (testing) (#1021)
* Pull all sponsorblock segment types

* Respect segment skip on `segment.actionType`

* Lint with `prettier`

* Lint with `black`
2025-08-11 15:06:12 +07:00
Craig Alexander dc26354020
Unify not found messaging (#1020)
* Move all not found messages into list components

* match the original style

* Use loading indicators
2025-08-11 14:18:33 +07:00
MerlinScheurer 9606eb44c7 Update frontend dependencies 2025-08-10 11:00:22 +02:00
Simon b618a7c282
fix delete_videos param for delete playlist, #1019 2025-08-08 13:06:36 +07:00
Simon 0073b49a38
fix typo, channel tabs not tags 2025-07-31 22:16:37 +07:00
Craig Alexander 31f612769b
Disable login button while login processes is happening (#1015) 2025-07-31 21:33:21 +07:00
Craig Alexander 6b859eb436
Configure git to always use LF (#1013) 2025-07-31 21:29:58 +07:00
Simon 95c0e35db7
fix mobile pagination layout wrap 2025-07-31 21:17:04 +07:00
Craig Alexander d2bbc7c583
Fix GHSA-xffm-g5w8-qvg7 (#1014) 2025-07-23 18:47:17 +02:00
Simon 7e8ced001d
handle error state bulk update, add bulk clear error 2025-07-22 19:02:31 +07:00
Simon c22fe144b0
fix remove duplicate notification box in channel playlist page 2025-07-17 20:27:04 +07:00
Simon f8a66ce7f0
handle none page size subscriptions 2025-07-13 16:54:13 +07:00
Simon 454952d9dd
fix custom playlist sortorder handling 2025-07-12 22:24:02 +07:00
Simon 2b709ce9c1
remove unused vid thumb blur 2025-07-12 18:18:22 +07:00
Simon ce19693a86
add per playlist page size 2025-07-11 20:10:22 +07:00
Craig Alexander aefd678dca
Add test notification button (#996)
* Add api to test notifications before you save

* Add button to UI

* Inspect apprise logs to get errors

* Better formatting around errors coming back from the test notification endpoint

* Use apprise's built in log capture

* Instruct the user to get error from container log instead of intercepting and parsing apprise logs

* refac move to test method on notification class

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-07-11 17:30:50 +07:00
Loris Leitner 624a5f9bd4
Add timestamp seeking (#989)
* Add timestamp seeking

* Remove unnecessary else

* handle setSeekToTimestamp reset in player

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-07-11 17:08:43 +07:00
Simon fa7643e903
implement bulk add subscriptions in appsettings 2025-07-11 16:45:00 +07:00
Simon cefa0093ba
handle form hide on delete confirm 2025-07-10 17:09:11 +07:00
Simon 90611dbe75
add playlist sort order toggle, #171 2025-07-10 16:39:08 +07:00
Simon 25c9fd99b1 Merge branch 'feat-flat-queue' into testing 2025-07-10 12:29:15 +07:00
Simon 29be11cf75
add error state filtering 2025-07-10 12:28:49 +07:00
Simon ffd3bab948
handle download queue search 2025-07-10 11:29:50 +07:00
Christian Heimlich ae40df1b6b
fix: Country/language code mix-up for subtitles in search examples (#1012) 2025-07-09 18:30:47 +02:00
Simon 97bc6f225f
add fast add, use toggles 2025-07-09 17:09:45 +07:00
Simon 74c708baa2
fix notification url delete 2025-07-06 20:23:39 +07:00
Simon f87309dbd1
change reset queue filtering on status filter change 2025-07-06 20:19:40 +07:00
Simon 3947653595
add bulk status update in queue 2025-07-06 20:14:56 +07:00
Simon 2a70f7ab58
move bulk delete to download actions section 2025-07-06 17:36:04 +07:00
Simon 8d9cb9261e
add vid_type filter for download list view 2025-07-06 16:01:55 +07:00
MerlinScheurer 28ac0ba620 Fix video and audio streams can be undefined (#997) 2025-07-06 10:36:51 +02:00
MerlinScheurer e88ae9e2f0 Fix show unknown codec in TableView when codec is missing 2025-07-06 10:08:58 +02:00
MerlinScheurer 79ee903f90 Update frontend dependencies 2025-07-03 00:05:14 +02:00
MerlinScheurer 28f2fbd6a7 Fix remove theater mode localstorage flag 2025-06-22 12:14:32 +02:00
MerlinScheurer d19190bf6a Add theater mode to normal video player 2025-06-22 12:10:29 +02:00
MerlinScheurer b14309daeb Fix do not send referrer when opening youtube, sponsorblock or returndislite links 2025-06-22 11:43:32 +02:00
Craig Alexander bb4e5ecb50
Fix not found message showing as API is loading (#995) 2025-06-15 11:19:14 +02:00
MerlinScheurer ff94c324b3 Refac extract loading indicator into its own component 2025-06-13 20:10:57 +02:00
Merlin aa08701049
Add video details view (#956)
* Add Video details page to settings

* Add option A

* Refac remove option A

* Refac viewStyleType and viewStyleEnum

* Add viewStyle Table

* Refac remove unused code

* Refac show resolution in one cell
2025-06-05 10:19:16 +07:00
Baku e68a9f9f1f
Update SettingsActions.tsx (#985)
* Update SettingsActions.tsx

Fix typo ("infos" > "info")

* fix pre-commit

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-06-03 23:37:18 +07:00
Simon a82e4b1c51
add play/pause toggle shortcut key, #898 2025-06-02 23:36:37 +07:00
Jurrer 02b5ed6917
Add Ignored tab to Channel page (#927)
* Add Ignored tab to Channel page

* fix for Ignored button action

* use ignored parameter as bool

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-06-02 21:41:48 +07:00
MerlinScheurer fd3ccbec3a Fix video player skip 5s did not work without video player focus #898 2025-05-31 11:32:33 +02:00
MerlinScheurer 717d2b3098 Update frontend dependencies 2025-05-23 18:55:29 +02:00
MerlinScheurer 068cd2e407 Add theme handling when without user context 2025-05-23 18:54:29 +02:00
MerlinScheurer e7f1921986 Fix schedule input fields resetting automatically 2025-05-20 20:02:28 +02:00
Simon e34da1687e
fix channel subs null value extraction, #803 2025-05-11 10:15:58 +07:00
MerlinScheurer 25b6ca2a1a Revert "Add Video details page to settings"
This reverts commit 776481c513.
2025-05-10 15:04:03 +02:00
MerlinScheurer 776481c513 Add Video details page to settings 2025-05-10 14:09:59 +02:00
MerlinScheurer 1d727a1170 Chore update frontend dependencies 2025-05-10 10:41:39 +02:00
Simon 897250da6b
use palylistEntries length for total videos in playlist, #942 2025-04-29 10:23:21 +07:00
Simon c00368d1f2
fix playlist video grid type, #916 2025-04-29 08:57:44 +07:00
MerlinScheurer e28a6be3c5 update frontend dependencies 2025-04-22 18:35:10 +02:00
MerlinScheurer 2b71dbca9a Update frontend dependencies 2025-04-05 13:36:26 +02:00
MerlinScheurer 68a69185fe Add custom.css #884 2025-04-05 13:16:30 +02:00
Simon 3cd6bad9d3
fix dependabot warnings 2025-04-04 06:02:43 +02:00
MerlinScheurer 85be8f1114 Fix block pagination hotkeys when embeddableVideoPlayer is active 2025-03-29 11:07:47 +01:00
MerlinScheurer e254a848e0 Revert pagination preventDefault | it was eating all key events 2025-03-29 10:58:39 +01:00
MerlinScheurer 947ec803b3 Fix Download page not refetching on page change 2025-03-29 10:56:26 +01:00
MerlinScheurer 0d1bdb8904 Fix pagination not preving page navigation on arrow key navigation 2025-03-29 10:55:39 +01:00
Merlin a2cb2d283c
Fix URL params in embed player #907 2025-03-29 10:34:04 +01:00
MerlinScheurer 11afb29384 Refac change searchParam handling for subtitle and download page 2025-03-29 10:27:54 +01:00
MerlinScheurer 7b26a01063 Refac reduce notification interval from 500 to 1000 #912 2025-03-28 11:58:27 +01:00
MerlinScheurer 96b55bf9d5 Fix download page requesting pending downloads twice 2025-03-28 11:50:53 +01:00
MerlinScheurer 50a3442ca6 Add VideoThumbnail to video playlist view 2025-03-28 11:31:32 +01:00
MerlinScheurer c407f27ecf Add VideoThumbnail to subtitleList 2025-03-28 11:29:15 +01:00
MerlinScheurer 148f9e801b Refac extract VideoThumbnail into a component 2025-03-28 11:25:54 +01:00
MerlinScheurer 5fe0afaeb7 Refac add 'waiting for backend' text to make it more clear 2025-03-28 11:12:39 +01:00
MerlinScheurer c73a350095 Refac take searchParams from router in Base.tsx 2025-03-28 01:46:56 +01:00
MerlinScheurer 2be190aa65 Refac preemptive image fallback when url is undefined. Ticket: #911 2025-03-28 01:34:34 +01:00
MerlinScheurer 0aa5ef5b31 Add trim to subscribe textarea fields #908 2025-03-28 01:26:34 +01:00
Mason James 40bae8d73d Fix URL params in embed player
When opening/closing embedded videos, maintain existing URL parameters including pagination state. Previously, the video player would reset page to 0 and lose other query parameters.
2025-03-27 19:36:32 -04:00
Simon 9fe11c3d22
bump dependencies 2025-03-26 07:45:28 +01:00
MerlinScheurer 512f661823 Add sourcemaps for easier debugging after build 2025-03-22 10:36:35 +01:00
MerlinScheurer 7fdb93f183 Fix formatting in frontend 2025-03-20 20:30:32 +01:00
MerlinScheurer edcede5de6 Refac APIClient to return data, error and status as object 2025-03-20 20:30:08 +01:00
Simon a4824497ef handle 404 pages, #890 2025-03-15 16:58:28 +01:00
MerlinScheurer c5f549967b Refac use file_size_unit from user config in frontend #886 2025-03-15 15:15:22 +01:00
Simon 87d4f16456
add page query param to playlist list fetching, #894 2025-03-15 14:24:17 +01:00
Simon 677f85b993
add delete and ignore, #891 2025-03-15 13:50:26 +01:00
MerlinScheurer 158115d319 Fix playlist being sorted, instead of playlist sort order 2025-03-15 11:06:01 +01:00
MerlinScheurer 7abcfcc579 Add 'having issues' help text to login after 10 seconds 2025-03-14 09:08:40 +01:00
MerlinScheurer fd9ce89bb1 Fix automatic redirect when already loggedIn 2025-03-09 11:24:48 +01:00
MerlinScheurer 3e65ebfed1 Add waiting for backend handling 2025-03-09 11:04:21 +01:00
Simon 7229cf1930
add cast to appsettings 2025-03-08 18:32:13 +07:00
Simon 0a801e6b72
update dependencies 2025-03-08 17:40:32 +07:00
Simon 9c847f492a
use videoId for refresh dependency 2025-03-07 10:39:14 +07:00
MerlinScheurer 0fc86407be Refac refresh video list when videoId changing 2025-03-06 23:54:12 +01:00
MerlinScheurer 838c6ae145 Refac move loading from localStorage to the beginning of the VideoPlayer 2025-03-06 23:53:23 +01:00
MerlinScheurer b7e23db750 Fix EmbeddableVideoPlayer scrollIntoView v4 2025-03-05 18:34:57 +01:00
Simon 13098b5496
useLayoutEffect for scrollIntoView 2025-03-05 22:37:38 +07:00
Simon 139f1ff937
fix login error message display 2025-03-05 21:36:10 +07:00