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

372 commits

Author SHA1 Message Date
viown
0e54b11c61 Move submission to action 2025-01-15 14:11:36 +03:00
viown
2e4848ade9 Use mui components 2025-01-15 14:11:36 +03:00
viown
bbec426232 Migrate logs to React 2025-01-15 14:11:36 +03: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
Bill Thornton
bfe5b7cc39 Fix ItemSortBy import path 2024-12-31 23:43:44 -05:00
Bill Thornton
2b0f028b6f
Merge pull request #6336 from thornbill/branding-help 2024-11-22 02:31:41 -05:00
Bill Thornton
ffd7cad65c
Merge pull request #6277 from thornbill/no-self-cast-target 2024-11-21 20:07:44 -05:00
Bill Thornton
64f19c3bdd Add branding help link 2024-11-21 17:05:04 -05:00
Bill Thornton
ca7311cb08 Simplify play target sorting 2024-11-21 16:39:36 -05:00
Bill Thornton
bc4d6c95d1
Merge pull request #6254 from thornbill/dashboard-help
Move dashboard help links to header icon
2024-11-21 16:04:43 -05:00
Bill Thornton
20fd822b8b
Merge pull request #6334 from thornbill/dashboard-branding
Add branding settings page
2024-11-21 16:03:59 -05:00
Bill Thornton
4fed499c99
Merge pull request #6213 from thornbill/eslint-naming
Add eslint rules for consistent naming
2024-11-21 15:26:54 -05:00
Bill Thornton
fbaab4e3c8 Set min rows on text areas 2024-11-21 14:07:08 -05:00
Bill Thornton
ca5f94df63 Add dashboard branding page 2024-11-20 17:57:47 -05:00
thornbill
acbb626492 Backport pull request #6276 from jellyfin-web/release-10.10.z
Update plugin category labels

Original-merge: 9ff9f05a26

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-03 10:54:33 -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
thornbill
0ff58e81b0 Backport pull request #6265 from jellyfin-web/release-10.10.z
Add support for plugin revisions with bad timestamps

Original-merge: 71ab6fea5d

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-03 10:54:30 -05:00
Bill Thornton
68bac124af Refactor media session to playback subscriber 2024-10-30 02:20:20 -04:00
Bill Thornton
dc35c9d59e Move dashboard help links to header icon 2024-10-26 01:45:01 -04:00
Bill Thornton
fa1934a124
Merge pull request #6196 from viown/prompt-to-skip
Add 'ask to skip' to media segments
2024-10-25 17:18:30 -04:00
Bill Thornton
005fcec49c Fix drawer label for the dashboard metadata page 2024-10-24 16:17:34 -04:00
viown
459d0d7d9a Merge branch 'master' into prompt-to-skip 2024-10-24 12:34:55 +03:00
viown
87f2acaf40 Fix import 2024-10-24 12:34:52 +03:00
Bill Thornton
571b28099e Fix unhandled promises 2024-10-24 01:35:04 -04:00
gnattu
e17d50f438 Cleanup functions 2024-10-20 23:28:18 +08:00
gnattu
a1acb57ce1 Fix lint 2024-10-20 22:59:23 +08:00
gnattu
5b687f6a7d Unbind event listeners when unmounting 2024-10-20 22:56:17 +08:00
gnattu
bb17d58536 Use daysofweek and hours as key
This is better and any sane person should not set multiple schdules to be exactly the same
2024-10-20 22:39:50 +08:00
gnattu
3ae148f193 Use index as key for access schedule
Unfortuenately, the key is never populated in accessSchedule.js which cannot use that as a key for a list
2024-10-20 22:26:30 +08:00
gnattu
0ad0a6162b Add libraryMenu as dep 2024-10-20 22:21:36 +08:00
gnattu
88f9c3d31b Don’t use FIXME 2024-10-20 21:54:49 +08:00
gnattu
956f9bf7e4 Fix tags and schedule edit for parental control 2024-10-20 21:40:55 +08: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
7abe0270b4 Do not use strict mode for view manager pages 2024-10-19 01:48:25 -04:00
Bill Thornton
fdccb5c915 Fix inconsistent naming formats 2024-10-17 01:23:38 -04:00
Bill Thornton
97aa442353 Remove check for pre-10.6 server version 2024-10-15 16:28:32 -04:00
grafixeyehero
47995ae9a1 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-10-14 16:03:55 -04:00
grafixeyehero
12995545b9 Refactoring Section Container 2024-10-14 16:03:55 -04:00
Bill Thornton
9c405e9360
Merge pull request #6184 from thornbill/playlist-editor
Add playlist editing
2024-10-13 16:50:49 -04:00
Bill Thornton
a7185ed750
Merge pull request #6157 from thornbill/media-segment-actions
Add media segment skipping
2024-10-13 16:38:01 -04:00
Bill Thornton
363171b56d Add playlist editing 2024-10-13 12:36:08 -04:00
Bill Thornton
aef9482824 Prevent skipping when seeking back to segment 2024-10-13 03:42:45 -04:00