Commit Graph

2105 Commits

Author SHA1 Message Date
Bill Thornton b065055635 Merge pull request #2622 from dmitrylyzo/fix-tabs-transform-focus
Fix tabs scrolling in Tizen
2021-06-24 02:01:23 -04:00
MrTimscampi 69c4aee2b0 Make parameters optional for components ported to TSX 2021-06-18 17:01:01 +02:00
MrTimscampi d770581c52 Remove PropTypes 2021-06-18 17:01:01 +02:00
MrTimscampi 4d23e79f65 Add TypeScript support for React components 2021-06-18 17:01:00 +02:00
Bill Thornton ab23184da3 Merge pull request #2683 from thornbill/react
Add react support
2021-06-11 00:51:11 -04:00
Bill Thornton e25e9015e1 Fix continue reading card shape 2021-06-10 10:46:51 -04:00
Bill Thornton bf8f004eb3 Add tv channels search row 2021-06-09 10:15:48 -04:00
Bill Thornton 219d83ede3 Fix video row header translation key 2021-06-09 09:56:56 -04:00
Bill Thornton 35f6944310 Fix code smells and dependency issue 2021-06-09 09:27:10 -04:00
Bill Thornton de54dc636a Move search results to react components 2021-06-09 09:27:10 -04:00
Bill Thornton 6058a512c4 Move search suggestions to react component 2021-06-09 09:27:10 -04:00
Bill Thornton 1c0c25d655 Rename search fields component 2021-06-09 09:27:10 -04:00
Bill Thornton bd4626c682 Replace old search fields component with react component 2021-06-09 09:27:10 -04:00
Bill Thornton 4bf1acbf4e Remove test page 2021-06-09 09:27:10 -04:00
Bill Thornton dd19ef5df4 Unmount components when view is destroyed 2021-06-09 09:27:10 -04:00
Bill Thornton 9a520b6c29 Fix indentation of searchresults 2021-06-09 09:27:10 -04:00
Bill Thornton 436a59b56b Cleanup SearchPage implementation 2021-06-09 09:27:10 -04:00
Bill Thornton b9dacecf22 Fix indentation of searchfields 2021-06-09 09:27:10 -04:00
Bill Thornton 903b656f7f Convert search page to react 2021-06-09 09:27:10 -04:00
Bill Thornton eb605615d1 Add router level support for rendering react componenent pages 2021-06-09 09:27:10 -04:00
Bill Thornton c8fcb9e664 Merge pull request #2678 from grafixeyehero/window.global
Access Loading globally
2021-06-06 14:17:01 -04:00
Bill Thornton 5d38d09982 Merge pull request #2681 from thornbill/toast-cleanup
Cleanup toasts
2021-05-26 15:51:39 -04:00
Bill Thornton 660ee65559 Merge pull request #2610 from shortspider/ContinueReading
Add a Continue Reading Section
2021-05-26 15:50:40 -04:00
Bill Thornton eb79a8e045 Merge pull request #2665 from dmitrylyzo/fix-server-hash-change
Add connection response handling
2021-05-26 14:59:44 -04:00
Bill Thornton 9913f95945 Remove SyncPlayToasts abstraction 2021-05-26 14:28:54 -04:00
Bill Thornton 3272d12f64 Remove useless abstractions and hardcoded text for toasts 2021-05-26 13:12:19 -04:00
grafixeyehero 78ff8abf25 add Loading globally 2021-05-22 14:38:20 +03:00
Anthony Lavado 8e465fb1fd Merge pull request #2675 from thornbill/fix-share-url 2021-05-21 12:11:18 -04:00
Bill Thornton 7bd1eaa83d Fix xss via displaymessage 2021-05-21 00:24:59 -04:00
Bill Thornton d94da4538c Fix sharing url 2021-05-21 00:13:38 -04:00
Dmitry Lyzo af6d3f2e63 Add connection response handling 2021-05-09 12:48:04 +03:00
Bill Thornton 2edf4661d5 Merge pull request #2581 from dmitrylyzo/nativeshell-login-logout
Add LogIn/LogOut event handlers to NativeShell
2021-05-04 13:54:48 -04:00
Bill Thornton 7390314001 Merge pull request #2472 from jellyfin/dkanada-patch-1
add border radius to several card elements
2021-05-04 13:17:41 -04:00
Bill Thornton 7c0eba9853 Merge pull request #2627 from BrianCArnold/AddBurnInAll
Added ability to burn in all subtitles, including SRT.
2021-05-03 12:39:31 -04:00
Joshua M. Boniface 2dd2e26f9e Address eslint errors
1. Remove apiClient from getRemoteImageHtml function.
2. Delete empty line.
2021-05-02 01:27:41 -04:00
Joshua M. Boniface 55fac2448c Remove image proxying through API
Removes the web interface image proxying through the `/Images/Remote`
and `/Items/RemoteSearch/Image` API endpoints. This appears to be those
endpoints' only usage in the web client.
2021-05-02 01:10:47 -04:00
Nathan Mascitelli 054e34d499 Add continue reading to template 2021-04-29 22:29:11 -04:00
Nathan Mascitelli 3ab41f77ea Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-04-29 22:29:11 -04:00
Nathan Mascitelli 064b85d0ee Set correct data-monitor based on type 2021-04-29 22:29:11 -04:00
Nathan Mascitelli 92e88e03e0 Add a continue reading section 2021-04-29 22:29:11 -04:00
Brian C. Arnold 9b05dab27e Added ability to burn in all subtitles, including SRT. 2021-04-29 07:55:49 -04:00
Dmitry Lyzo 9edd205e22 Partial revert a3949c1889 2021-04-29 11:31:52 +03:00
Anthony Lavado 9f1bfe1631 Merge pull request #2620 from dmitrylyzo/hide-search-alphapicker-on-tv 2021-04-26 09:47:36 -04:00
Dmitry Lyzo f233182573 Add 'scroll on focus' to emby-tabs 2021-04-25 11:27:16 +03:00
Dmitry Lyzo 59efc60c47 Hide AlphaPicker on Search page for real TVs 2021-04-25 01:28:34 +03:00
Dmitry Lyzo e652fbce54 Fix video filters hiding 2021-04-25 00:54:47 +03:00
Odd Stråbø 63ea97ad74 Make eslint happy 2021-04-14 07:46:11 +02:00
Odd Stråbø 9429f335b9 Ensure that height gets set in the image request
Request quality of 96, for up to 16 less jpeg
2021-04-13 19:14:06 +02:00
Dmitry Lyzo 9562a96f81 Fix lint errors 2021-04-13 15:42:37 +03:00
Dmitry Lyzo 3d7562d3ff Fix missing border radius and Poster/Thumb Card style 2021-04-13 15:06:46 +03:00