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

2462 commits

Author SHA1 Message Date
Bill Thornton
fda2ed89e0
Merge pull request #3465 from dmitrylyzo/slideshow-osd-click
Show slideshow OSD on click
2022-02-27 23:34:12 -05:00
Dmitry Lyzo
9153044078 Return Promise from SyncPlay playRequest 2022-02-26 15:03:34 +03:00
Dmitry Lyzo
bde869ecb2 refactor: Remove nested Promise 2022-02-26 14:34:18 +03:00
Dmitry Lyzo
270430f6a1 Polyfill HTMLMediaElement.play
Return a `Promise` to match the new standard.
2022-02-26 14:01:08 +03:00
Dmitry Lyzo
801c29d3b9 refactor: Unify handling of play success 2022-02-26 13:59:23 +03:00
Dmitry Lyzo
e2cf3e0148 Show slideshow OSD on click 2022-02-26 12:16:07 +03:00
Bill Thornton
e89e92e25c Fix minor issues with card padder icons 2022-02-26 01:56:41 -05:00
Bill Thornton
7ad5614795 Fix poster view in remote control component 2022-02-25 17:18:37 -05:00
Dmitry Lyzo
fff4ebb3ba Add copy error message 2022-02-26 00:33:08 +03:00
Dmitry Lyzo
1f62db7f31 Add copy buttons to Media Info 2022-02-26 00:33:08 +03:00
Dmitry Lyzo
7239269980 refactor: Extract copy to clipboard function 2022-02-26 00:33:08 +03:00
Bill Thornton
a79073480b
Merge pull request #3461 from dmitrylyzo/fix-popstate
Fix page reload on return
2022-02-25 15:20:37 -05:00
Bill Thornton
bb46b32402
Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
2022-02-25 15:17:32 -05:00
Dmitry Lyzo
fd0532f193 Fix page reload on return
`popstate` event cannot be captured, but we need to process
it before `page` node module.
2022-02-25 20:40:50 +03:00
Dmitry Lyzo
61d1054c8c [hack] Fix type mismatch TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
b278ae3d3d Fix type mismatch TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
12374b12b9 Fix null reference TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
12d0ac2ff0 Fix null property TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
6c70d7abf5 Fix Event.target TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
cd40ab5084 Fix TypeScript error - add argument 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
11b77285e3 Fix type mismatch TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
a08f8e3f75 Fix null reference TypeScript error - searchInput 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
9c7ba63696 Fix missing property TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
61b6976d59 Fix parseInt TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
23d321d426 Fix useState TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
9423041ef1 Fix querySelector TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
109fe6056a Fix null reference TypeScript errors - ref.current 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
4952fc0119 Fix useRef TypeScript errors 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
57895e724c Fix implicit any TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
e30a252c8a Fix type mismatch TypeScript error 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
8338bb550a Use type from API 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
c14daafffb Remove type casting 2022-02-25 19:11:07 +03:00
Dmitry Lyzo
85e9aff281 docs: fix documentation for TypeScript 2022-02-25 19:11:07 +03:00
Bill Thornton
68f7002ca8 Fix remote control movie poster size 2022-02-25 01:40:54 -05:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Dmitry Lyzo
8134096819 refactor: string template 2022-02-25 01:33:21 +03:00
Dmitry Lyzo
27bdb24598 refactor: Use span for icons 2022-02-25 01:33:21 +03:00
Bill Thornton
a2cd79745f
Merge pull request #3452 from thornbill/update-other-library-label
Update mixed library label
2022-02-23 11:03:13 -05:00
Bill Thornton
adfe891085 Remove commented styles 2022-02-23 01:01:14 -05:00
Bill Thornton
9c58dd7f6e Fix audio player overlapping on small screens 2022-02-22 16:49:47 -05:00
Bill Thornton
11fdd8a487 Fix help message not displaying for mixed library type 2022-02-22 16:20:57 -05:00
Bill Thornton
c43f2ddfdd Move rewatching to separate home screen section 2022-02-22 15:24:03 -05:00
Dmitry Lyzo
d14f3b3d0b Don't hide Backdrops, ThemeSong and ThemeVideo options on TV 2022-02-22 00:54:51 +03:00
Dmitry Lyzo
4c9f39e07e Don't hide EnableNextVideoOverlay option on TV 2022-02-22 00:52:28 +03:00
Dmitry Lyzo
9a4652f638 Add default text (icon) to Episode
Same as for Series.
2022-02-22 00:13:29 +03:00
Dmitry Lyzo
034a86119f Add card padder icon for items with an image 2022-02-22 00:13:29 +03:00
Bill Thornton
270501e4f8
Merge pull request #3367 from SenorSmartyPants/Rewatch
Display rewatching list in Next up section on home page
2022-02-21 12:35:35 -05:00
Bill Thornton
7337225eec
Merge pull request #3445 from dmitrylyzo/fix-nowplayingbar
Fix nowplayingbar not displaying when restoring the view
2022-02-21 12:28:03 -05:00
Bill Thornton
489613f934
Merge pull request #3443 from dmitrylyzo/fix-focus-jump
Fix Play/Resume focus jump
2022-02-21 12:26:27 -05:00
Bill Thornton
d034ca5ea0
Merge pull request #3415 from dmitrylyzo/fix-hometab-focus
Fix focus on Home tab
2022-02-21 00:26:35 -05:00