Commit Graph

1281 Commits

Author SHA1 Message Date
Bill Thornton 3afb63976e Merge pull request #2785 from MrTimscampi/changelog-markdown 2021-09-05 07:38:14 -04:00
dkanada 0b8f129418 Merge pull request #2910 from crobibero/quick-connect
Fix QuickConnect for 10.8
2021-09-05 19:46:47 +09:00
Bill Thornton 0ffae1a336 Reorder item details sections 2021-09-05 01:37:15 -04:00
Bill Thornton 3c24cf5200 Fix dompurify import error 2021-09-05 00:58:39 -04:00
MrTimscampi ca41303aab Allow markdown for plugin changelogs 2021-09-05 00:43:57 -04:00
dkanada 5b05db5403 Merge pull request #2889 from dmitrylyzo/fix-dialog-history
Fix dialog history
2021-09-04 21:31:31 +09:00
Cody Robibero 36438ba3be Fix QuickConnect for 10.8 2021-09-04 06:27:01 -06:00
Bill Thornton b1e6d18393 Merge pull request #2859 from thornbill/item-details-take-43 2021-09-02 14:13:00 -07:00
Bill Thornton 4285ab04be Remove infoText class from infoWrapper 2021-09-02 14:59:53 -04:00
Bill Thornton 4a5051317b Merge pull request #2794 from nyanmisaka/bt2390 2021-08-31 15:03:32 -07:00
Dmitry Lyzo 104b76f522 Revert "Fix accessing playersettingsmenu, groupSelectionMenu & playback video (Audio, Subtitles)"
This reverts commit 924e5bc7b9.
2021-08-25 14:01:12 +03:00
Bill Thornton 1734f5c345 Mobile layout refinements 2021-08-13 14:43:55 -04:00
Bill Thornton 602d14a539 Fix card positioning on mobile 2021-08-13 09:34:15 -04:00
Bill Thornton d69245361c Disable item backdrops for people 2021-08-13 09:34:15 -04:00
Bill Thornton af00a04e76 Update item details mobile layout 2021-08-13 09:34:15 -04:00
Bill Thornton 4dc85346d8 Merge pull request #2758 from thornbill/fix-artist-albums 2021-08-12 18:43:44 -07:00
Bill Thornton df68a7e3e8 Merge pull request #2749 from nielsvanvelzen/quickconnect-enabled
Use new Quick Connect enabled endpoint
2021-08-09 08:17:53 -07:00
Bill Thornton 26f350492a Merge pull request #2748 from nielsvanvelzen/quickconnect-no-activate
Remove activate feature from Quick Connect page
2021-08-09 08:16:06 -07:00
Bill Thornton 2fe6a63542 Merge pull request #2799 from daullmer/tv-resume-ux-fix
Fix TV item details UX
2021-07-30 23:13:44 -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
David Ullmer ef24730593 Fix TV item details UX 2021-07-22 16:34:45 +02:00
nyanmisaka 5543f41393 add BT.2390 EETF to tonemap algorithms 2021-07-19 23:14:27 +08: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
Niels van Velzen 81e5c19ee5 Use new quickconnect enabled endpoint 2021-07-06 22:41:00 +02:00
Bill Thornton 14a294a8ea Use album artist for listing artist albums 2021-06-29 10:24:17 -04:00
Bill Thornton 0fb7575470 Merge pull request #2612 from dmitrylyzo/fix-paging-navigation
Fix navigation in paging block
2021-06-24 01:58:01 -04:00
Bill Thornton bc690c5874 Merge pull request #2583 from Ullmie02/slow-response-config
Add configuration for slow response logging
2021-06-24 01:52:10 -04:00
Bill Thornton 230749369c Merge pull request #2534 from jackrvan/issue-2376
Improve behaviour of space bar pausing/playing video
2021-06-24 01:23:33 -04:00
Bill Thornton 8493a90ad9 Merge pull request #2747 from nielsvanvelzen/quickconnect-dashboard
Move Quick Connect toggle to General page in dashboard
2021-06-24 00:19:23 -04:00
Niels van Velzen 62a822fb1b Move quick connect button up in preferences menu 2021-06-18 21:50:46 +02:00
Niels van Velzen 5cbac6bcae Remove activate feature from Quick Connect page
Also added a heading and updates the layout in general
2021-06-18 21:43:01 +02:00
Niels van Velzen e091f4ca39 Move Quick Connect toggle to General page in dashboard
This replaces the separate page with a toggle.
2021-06-18 21:29:26 +02:00
Dmitry Lyzo eb9c7b08b9 Remove unused argument 2021-06-15 22:01:00 +03:00
Dmitry Lyzo c6757b2e1f Prettify the code
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2021-06-15 21:53:19 +03:00
Dmitry Lyzo f956731477 Hide controls for admin 2021-06-15 21:53:19 +03:00
Dmitry Lyzo 7974fbcbaa Add gamepad enabling/disabling 2021-06-15 21:53:19 +03:00
MrTimscampi 269ea2ad55 Replace newlines in plugin changelogs with the proper HTML tag 2021-06-15 00:26:08 +02:00
Bill Thornton 4bf1acbf4e Remove test page 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 3272d12f64 Remove useless abstractions and hardcoded text for toasts 2021-05-26 13:12:19 -04:00
grafixeyehero 924e5bc7b9 Fix accessing playersettingsmenu, groupSelectionMenu & playback video (Audio, Subtitles) 2021-05-05 23:48:24 +03: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
Dmitry Lyzo c9cb69236b Fix unfinished custom element 2021-04-26 00:22:03 +03:00
Dmitry Lyzo c2410ecd27 Fix all this references 2021-04-24 16:59:15 +03:00
Dmitry Lyzo 0e21ba1f03 Add focuscontainer-x to the paging UI to be limited to horizontal navigation 2021-04-22 15:25:17 +03:00
Ian Walton e9d3d6bd36 Merge remote-tracking branch 'upstream/master' into unstable 2021-04-14 20:50:07 -04:00
Dmitry Lyzo 6e1a8138b4 Remove unnecessary inline styles 2021-04-13 22:27:11 +03:00
David Ullmer 0dfd0e8f98 Add missing imports 2021-04-11 19:24:47 +02:00