Commit Graph

219 Commits

Author SHA1 Message Date
Simon 7f944a4805
add select all checkbox to table view 2025-08-14 19:40:18 +07:00
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