Commit Graph

573 Commits

Author SHA1 Message Date
MrTimscampi 6afbda6ff3 Improve season view 2020-06-21 09:07:18 +02:00
MrTimscampi e14f4315a8 Further improvements to the details page 2020-06-20 20:22:15 +02:00
ferferga b791302fb1 Remove leftover from 02baff1fe0 2020-06-17 18:50:05 +02:00
MrTimscampi 660e4a0a3c Add Writers to overview and handle cast and crew better 2020-06-16 21:49:28 +02:00
MrTimscampi d57eff1c9b Refactor details page 2020-06-16 21:49:27 +02:00
MrTimscampi a8e45f30ab Fix buttons moving and title cropping on details page 2020-06-16 21:47:18 +02:00
MrTimscampi de0e45c0c0 Use Card component as poster on details page 2020-06-16 21:47:04 +02:00
MrTimscampi 267d22f044 Move Delete button to context menu 2020-06-16 21:45:09 +02:00
MrTimscampi 617708009e Rework mobile details page 2020-06-16 21:45:09 +02:00
MrTimscampi d3d4c116a4 Fix some issues with details page and small redesign 2020-06-16 21:45:07 +02:00
dkanada ce67087811 fix quotes in repository controller 2020-06-17 02:15:05 +09:00
dkanada bfc3e20df4 simplify repository save and add attribute 2020-06-16 21:14:04 +09:00
Anthony Lavado c263a90d5b Merge pull request #1046 from nyanmisaka/hwaccel
Add more separate hardware decoding toggles
2020-06-16 00:08:48 -04:00
dkanada d822bc12b6 minor style improvements 2020-06-16 00:32:23 +09:00
Delgan 1691827cee Avoid async rendering of MediaSources tracks to prevent content jump 2020-06-14 21:36:18 +02:00
Bill Thornton e2d5162a3a Restore menu options in mobile view 2020-06-11 10:14:08 -04:00
dkanada 08fb42155d fix repository deletion and some css issues 2020-06-11 19:34:06 +09:00
dkanada 9e2e2a3438 add delete button and fix some variable issues 2020-06-11 03:02:38 +09:00
dkanada 75504ec8e4 initial work for repository configuration 2020-06-10 21:33:08 +09:00
dkanada 5ea00655fb Merge pull request #1386 from ferferga/blurhash
Fix episodes listing after blurhash
2020-06-10 20:35:39 +09:00
dkanada ab8be03209 merge branch master into controller 2020-06-10 13:57:50 +09:00
dkanada daece8a4d9 add code suggestions 2020-06-10 13:56:55 +09:00
dkanada 331dfbff0f Merge pull request #1373 from crobibero/jquery-checked
Fix all jQuery checked.
2020-06-10 11:02:21 +09:00
ferferga 13f472d7d5 Fix episodes listing after blurhash 2020-06-09 00:48:56 +02:00
dkanada 2c4f8d928a Merge pull request #1366 from jellyfin/refactor
Update casing for some files and add placeholder elements
2020-06-09 03:14:57 +09:00
dkanada e160467f61 Merge pull request #1315 from dmitrylyzo/fix-another-usersettings
Fix ability to change settings of another user
2020-06-09 01:00:43 +09:00
artiume dbe4020ba5 Update encodingsettings.js 2020-06-08 16:38:02 +03:00
artiume 0b4e8e5297 Update encodingsettings.js 2020-06-08 16:34:34 +03:00
artiume 99c49a944d Split 10bit decoder 2020-06-08 16:32:45 +03:00
Vasily be6c4a2ba4 Merge remote-tracking branch 'upstream/master' into hwaccel 2020-06-08 15:48:25 +03:00
crobibero e98898fca0 Fix all jQuery checked. 2020-06-07 17:14:01 -06:00
Anthony Lavado 317838cbf8 Merge pull request #1089 from cromefire/es6-1
Migrating backdropscreensaver, filterdialog and fetchhelper to ES6
2020-06-07 07:56:35 -04:00
Cody Robibero b3cc6ad1d1 Fix plugin display without config page 2020-06-06 16:09:25 -06:00
Cromefire_ 6be76e5c31 Fixed some errors 2020-06-06 11:25:52 +02:00
Cromefire_ 60e670fcf7 Fixed globalize 2020-06-06 11:24:49 +02:00
Cromefire_ bd003e6e8a Fixed lint 2020-06-06 11:24:49 +02:00
Cromefire_ 3549bd5700 Migrated filterdialog.js 2020-06-06 11:24:48 +02:00
dkanada 680e562779 add support for es6 controllers and migrate logs controller 2020-06-06 17:04:16 +09:00
dkanada af128f1c58 add elements to indicate no items exist for certain pages 2020-06-06 15:55:31 +09:00
Dmitry Lyzo c4614f085e Merge branch 'master' into fix-another-usersettings 2020-06-05 09:02:14 +03:00
Anthony Lavado 205d80e0ec Merge pull request #1286 from ferferga/blurhash
Implement blurhash (follow-up of #987 but from scratch)
2020-06-04 14:57:48 -04:00
dkanada 5dcfd490c3 Merge pull request #908 from masterkoppa/fix-888
Make item detail overview expandable (Fix #888)
2020-06-04 15:59:42 +09:00
Andres Ruiz 68762d8012 Use correct string for translation, add ShowLess
Use the right string form for the string translation for the dynamic strings, add the `ShowLess` version.

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-06-03 23:28:26 -04:00
dkanada 5b79286ee9 Merge branch 'master' into checkbox 2020-06-04 03:13:51 +09:00
Andres J Ruiz Torres 0e74e89950 Translate dynamic toggle messages 2020-06-02 23:15:15 -04:00
Andres J Ruiz Torres ed0eefb5c7 Add a linkbutton control to show/hide more
User a linkbutton element adjecent to the overview to control
the expanded / shrunken state.

The button will show dynamically based on the
detected content size.
2020-06-02 23:13:48 -04:00
Andres Ruiz 1ddfd2c7bb Add onClick for an expandable Overview of item details
Adds a onClick action that toggles expanding the item detail
Overview. By default it crops the text to 12 lines on mobile, 6
on larger viewports.

-webkit-line-clamp is supported on all Webkit browsers and Firefox
as of 3/2020. A fallback with max-height is provided as well.

Fixes #888
2020-06-02 23:13:48 -04:00
dkanada 9556949885 Merge pull request #1232 from MrTimscampi/sonarcloud-3
Fix more sonarqube bugs
2020-06-01 14:58:22 +09:00
ferferga 2a0f971e76 Merge remote-tracking branch 'upstream/master' into blurhash 2020-05-30 14:26:11 +02:00
MrTimscampi 9535d94ab7 Add Path field to List query
Fixes the lack of play button on books
2020-05-30 13:15:49 +02:00