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 |
|
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
|
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 |
|
Dmitry Lyzo
|
821036bf71
|
Fix nowplayingbar not displaying when restoring the view
'init' message was skipped in 2d5e7f745f
Use 'refresh' type message to allow show/hide.
|
2022-02-21 00:09:11 +03:00 |
|
Dmitry Lyzo
|
6ae03974f9
|
fix: Fix focus jump when focusing Resume
Make the Play button the Resume and replace Resume with Replay.
|
2022-02-20 22:37:54 +03:00 |
|
Bill Thornton
|
016da1893f
|
Merge pull request #3376 from SenorSmartyPants/ImageDownloaderShowSeason
Add option to season image downloader to pick from series images
|
2022-02-17 00:23:03 -05:00 |
|
SenorSmartyPants
|
d9ebdc05bb
|
Add option to season image downloader to pick from series images
|
2022-02-15 23:54:44 -06:00 |
|
Bill Thornton
|
c5848b9934
|
Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
|
2022-02-15 23:24:53 -05:00 |
|
Dmitry Lyzo
|
6c61712514
|
Fix focus on hometab
Remove the 'returnPromise' option, i.e. always return Promise
so that the focus is executed after the sections are loaded.
|
2022-02-15 15:44:45 +03:00 |
|
Cody Robibero
|
3109efe835
|
Merge pull request #3241 from matthew-jones-uk/disable-embedded-subs
|
2022-02-14 15:27:55 -07:00 |
|
Bill Thornton
|
481784622a
|
Fix precision issue in cardBuilder
|
2022-02-14 15:38:44 -05:00 |
|
Bill Thornton
|
3ccb4fabb4
|
Fix indentation of directorybrowser
|
2022-02-14 15:38:44 -05:00 |
|
Bill Thornton
|
26f22c1ab4
|
Merge pull request #3374 from dmitrylyzo/play-resolved
Handle resolved play promise
|
2022-02-13 00:58:21 -05:00 |
|
Bill Thornton
|
e54ed4de1d
|
Merge pull request #3373 from dmitrylyzo/fix-theme-change
Fix theme song playback when switching items with different themes
|
2022-02-13 00:55:12 -05:00 |
|
Bill Thornton
|
e4b7952e9e
|
Merge pull request #3360 from dmitrylyzo/show-alphapicker
Show AlphaPicker if there is SortName
|
2022-02-13 00:54:15 -05:00 |
|
Bill Thornton
|
910a41e296
|
Merge pull request #3347 from dmitrylyzo/toast-stack
Stack toasts
|
2022-02-13 00:53:24 -05:00 |
|