Commit Graph

2851 Commits

Author SHA1 Message Date
Bill Thornton 2ccce1aa8b Fix package import build warnings 2021-08-10 12:43:24 -04:00
Bill Thornton 5d2fc18664 Merge pull request #2613 from dmitrylyzo/scrollmanager-search-parent
ScrollManager: fix parent search
2021-08-10 06:57:03 -07:00
Bill Thornton ca21720b87 Fix continue watching card shapes 2021-08-05 11:20:57 -04:00
Jack 1c57483f20 Fix lint 2021-08-01 19:14:50 -04:00
Jack e0a6ad943f Add setting for max days for a show to appear in next up list 2021-08-01 18:06:36 -04:00
Dmitry Lyzo 4fb3a46fea Fix conflict with other scrollers 2021-07-31 10:47:46 +03:00
Dmitry Lyzo 65373c8ae5 Check an overflow value and stop on fixed parent 2021-07-31 10:42:47 +03:00
Bill Thornton ce56a221b5 Merge pull request #2668 from jellyfin/fix-tizen-back-on-load
Fix back on load [Tizen 2.x]
2021-07-30 23:07:57 -07:00
Bill Thornton 01572df641 Merge pull request #2660 from grafixeyehero/Enable-history-dialog-hash
Fix browser history for dialog
2021-07-30 23:05:50 -07:00
Bill Thornton c4fc8e0145 Merge pull request #2618 from iwalton3/client-custom-css
Allow client custom css and disabling global server custom css.
2021-07-30 22:34:32 -07:00
MrTimscampi 2cf6ccef0e Add new or missing person types 2021-07-27 23:54:29 +02:00
Ömer Erdinç Yağmurlu 0171790619 fix linting problem 2021-07-13 09:59:14 +02:00
MrTimscampi ded5ecc5fe Improve people pages and metadata editor 2021-07-10 11:45:40 +02:00
Ömer Erdinç Yağmurlu 59e3427f50 Added new setting for using episode images with NextUp/Resume instead of parent images 2021-07-10 11:28:25 +02:00
Bill Thornton f5cf6879f9 Merge pull request #2557 from iwalton3/jpm-plugin
NativeShell enhancements for Jellyfin Media Player
2021-07-10 00:51:37 -04:00
Hazil Mohamed e0031bc50e fix eslint errors 2021-07-07 08:09:56 +05:30
Brandon Nguyen f2b4ae881b Use hardware encoding string over boolean 2021-07-03 15:26:53 -07:00
Hazil Mohamed 610b05025d fix endsAt when playback rate changes 2021-07-03 17:08:25 +05:30
Brandon Nguyen 4bbd706294 Add hardware encoding status to playback data 2021-07-03 01:08:22 -07:00
Ian Walton 817953f87a Code review changes. 2021-06-24 17:50:39 -04:00
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
grafixeyehero 1bec6a8088 Refactor DirectoryBrowser class 2021-06-11 20:29:07 +03: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