1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

37 commits

Author SHA1 Message Date
viown
34f5be9440 Use shorthand syntax 2025-03-26 22:07:51 +03:00
viown
1a33b510ce Organize long enabled expression 2025-03-24 20:32:16 +03:00
viown
cdd330a01f Separate LiveTvProgram to a standalone query 2025-03-24 20:19:38 +03:00
viown
69df532c27 Fix invalid class names 2025-03-21 21:42:58 +03:00
viown
f7e09708fc Refactor query keys 2025-03-21 21:42:58 +03:00
viown
533ea7dbb9 Disable refetch on window refocus for search suggestions 2025-03-21 21:42:58 +03:00
viown
2776e660fa Tiny fixup 2025-03-21 21:42:58 +03:00
viown
d9aa7319be Fix bug with initial keystroke resulting in empty search 2025-03-21 21:42:58 +03:00
viown
ad01e8669d Add retry global search link button 2025-03-21 21:42:58 +03:00
viown
1fd314213a Make LiveTV synchronous 2025-03-21 21:42:58 +03:00
viown
cd19e9e5e1 Cleanup hooks 2025-03-21 21:42:58 +03:00
viown
5b81d4a2fc Combine search queries and make them synchronous 2025-03-21 21:42:58 +03:00
viown
a63e80ec46 Move search components and hooks to features 2025-03-21 21:42:58 +03:00
Bill Thornton
4730a30c3d Fix lint errors 2025-02-20 12:51:59 -05:00
Bill Thornton
fe22de4f89 Refactor item text lines 2025-01-14 13:42:17 -05:00
Bill Thornton
f1c49163c2
Merge pull request #6443 from thornbill/media-segments-sdk
Use getMediaSegmentsApi from sdk
2025-01-13 17:10:57 -05:00
Bill Thornton
e33784e044 Use getMediaSegmentsApi from sdk 2025-01-13 14:29:13 -05:00
Matthew Haughton
a337f7af2b
Update to typescript-eslint v8 (#6372)
* Update typescript-eslint to v8

* Disable @typescript-eslint/prefer-optional-chain

This rule now requires type information which is not currently enabled for
the Typescript ESLint checks.

* Remove unused vars

* Disable no-empty-function for line using updated config

* Disable rule for lines that violate updated typescript-eslint rules

* Use void operator to fix no-floating-promises

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Use void operator to fix no-floating-promises

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2025-01-13 13:16:44 -05:00
Bill Thornton
1362284d9a
Merge pull request #6271 from thornbill/media-session-subscriber
Refactor media session to playback subscriber
2025-01-11 16:26:27 -05:00
Bill Thornton
1cbb4d071b Fix handling of undefined text lines 2025-01-06 02:16:27 -05:00
viown
1bbae0ef23 Backport pull request #6266 from jellyfin-web/release-10.10.z
Make ask to skip the default for 'Intro' and 'Outro' segments

Original-merge: 7ccc494a5b

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-03 10:54:31 -05:00
Bill Thornton
68bac124af Refactor media session to playback subscriber 2024-10-30 02:20:20 -04:00
viown
87f2acaf40 Fix import 2024-10-24 12:34:52 +03:00
viown
9b269296fe Use UpNextDialog for outro segments 2024-10-19 20:36:44 +03:00
viown
198d4b157c Rename to ask to skip 2024-10-19 20:11:10 +03:00
viown
dfff2efefc Don't show prompt when segment <3s 2024-10-19 20:11:10 +03:00
viown
0fb38c6894 Add 'prompt to skip' to media segments 2024-10-19 20:11:10 +03:00
Bill Thornton
aef9482824 Prevent skipping when seeking back to segment 2024-10-13 03:42:45 -04:00
Bill Thornton
9942fb7856
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-10-13 01:29:36 -04:00
Bill Thornton
7c4962de80 Skip skipping if skip is short 2024-10-09 17:07:33 -04:00
Bill Thornton
9aeb64e347 Add tests for segment utils 2024-10-09 17:07:33 -04:00
Bill Thornton
b93450098a Add media segment manager 2024-10-09 17:07:33 -04:00
Bill Thornton
809dba510a Add media segment action settings 2024-10-09 17:06:10 -04:00
Bill Thornton
49433cd640 Fix playback subscriber callback binding 2024-10-08 12:49:42 -04:00
Bill Thornton
6a6766f998 Change NOTE to TODO 2024-10-01 16:00:48 -04:00
Bill Thornton
8acf8fb550 Mark event handler maps as readonly 2024-10-01 14:01:54 -04:00
Bill Thornton
26f7f281cd Add playback subscriber abstraction 2024-10-01 13:41:40 -04:00