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

2429 commits

Author SHA1 Message Date
Bill Thornton
682295bde0
Merge pull request #3244 from thornbill/eslint-empty-functions
Add eslint rule for empty functions
2022-03-02 09:32:33 -05:00
Bill Thornton
6f3f15d5c5
Merge pull request #3472 from thornbill/add-chromecast-unsupported
Add google cast unsupported message and update translations
2022-03-02 09:31:12 -05:00
Bill Thornton
ddbe596696 Remove unneeded empty functions 2022-03-02 00:59:04 -05:00
Bill Thornton
8895e8d6c1 Adjust action sheet styles 2022-03-01 17:15:02 -05:00
Bill Thornton
9067b0e397 Fix eslint errors for empty functions/constructors 2022-03-01 10:57:48 -05:00
Bill Thornton
58923378a7
Merge pull request #3456 from dmitrylyzo/refactor-remotecontrol
Few refactors of remotecontrol
2022-03-01 10:03:53 -05:00
Joshua M. Boniface
3f0b8058ad
Merge pull request #3251 from thornbill/remove-photo-limit 2022-02-28 23:47:53 -05:00
Dmitry Lyzo
bce24b26ba refactor: Remove unnecessary 'height'
It is better to use `flex-grow` to grow the element.
2022-02-28 22:45:18 +03:00
Dmitry Lyzo
c4f81a9bdd fix: Center card icon in Safari 10 2022-02-28 22:45:10 +03:00
Bill Thornton
8c07a626fd
Merge pull request #3471 from thornbill/fix-more-type-warnings
Fix remaining any type warnings
2022-02-28 13:02:15 -05:00
Bill Thornton
93a5237b79 Add google cast unsupported message and update translations 2022-02-28 12:44:26 -05:00
Dmitry Lyzo
20a5437506 refactor: Remove unnecessary flexbox 2022-02-28 18:19:32 +03:00
Dmitry Lyzo
fe895d4a36 fix: Fix vertical button alignment in Safari 10
Using `position: absolute` breaks Flexbox.
2022-02-28 18:19:31 +03:00
Bill Thornton
b31060bbeb Fix remaining any type warnings 2022-02-28 10:15:01 -05:00
Bill Thornton
188dcf820e
Merge pull request #3466 from dmitrylyzo/fix-play-nopromise
Fix HTMLMediaElement.play no Promise
2022-02-28 10:06:39 -05:00
Bill Thornton
76b633b62d
Merge pull request #3018 from thornbill/fix-small-player
Fix audio player overlapping on small screens
2022-02-28 09:18:12 -05:00
Bill Thornton
f43b83e2b8
Merge pull request #3464 from thornbill/fix-card-padder
Fix minor issues with card padder icons
2022-02-28 02:39:52 -05:00
Bill Thornton
0a0671d965 Remove unused styles 2022-02-28 01:39:12 -05:00
Bill Thornton
4dd645bbfa Hide card padders in image loader 2022-02-28 00:10:29 -05:00
Bill Thornton
8f29f6955b
Merge pull request #3467 from dmitrylyzo/fix-syncplay-promise
Return Promise from SyncPlay playRequest
2022-02-27 23:37:02 -05:00
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