1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

1557 commits

Author SHA1 Message Date
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
DesertCookie
f7158c7fad
Merge branch 'master' into sorted-media-sources 2020-06-02 17:05:47 +02: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
Matt Montgomery
b889dfb3c6 Merge remote-tracking branch 'upstream/master' into quickconnect 2020-05-29 19:28:55 -05:00
Dmitry Lyzo
15f0b12747 Merge remote-tracking branch 'upstream/master' into fix-another-usersettings
Conflicts:
	src/scripts/settings/userSettings.js
2020-05-28 20:08:37 +03:00
DesertCookie
4a6c95cfa7 Renamed to fix merge-issue 2020-05-27 21:40:13 +02:00
dkanada
3667a9f06f
revert self restart check 2020-05-28 03:35:45 +09:00
dkanada
e140381a02
Merge pull request #1288 from jellyfin/banner
Add display preference for details banner and update some defaults
2020-05-28 03:08:35 +09:00
Vasily
5d617d8102 Adapt to server-side API change, fix People cards 2020-05-27 19:19:33 +03:00
Dmitry Lyzo
2a30ed6461
Merge branch 'master' into es6-subtitlesettings 2020-05-27 16:45:26 +03:00
Dmitry Lyzo
e6287429e0 Fix ability to change settings of another user 2020-05-27 16:30:21 +03:00
gion
385f0a0beb Merge remote-tracking branch 'upstream/master' into syncplay 2020-05-27 10:42:29 +02:00
MrTimscampi
bc4c591698 Merge remote-tracking branch 'upstream/master' into sonarcloud-3 2020-05-26 20:01:49 +02:00
dkanada
328d28beb0
Merge pull request #1293 from mark-monteiro/cross-platform-server-restart
Support restarting the server on all platforms
2020-05-25 20:08:13 +09:00
dkanada
8cef3817bd
fix linting error from missing semicolon 2020-05-25 15:06:21 +09:00
dkanada
739473c0fb remove legacy jquery function from source 2020-05-25 14:59:57 +09:00
Mark Monteiro
eb6a76f578 Support restarting the server on all platforms 2020-05-24 23:30:47 -04:00
dkanada
51abc05d53 add name back as a parameter 2020-05-25 01:38:47 +09:00
dkanada
a9f1157330 fix an issue with plugin installation 2020-05-25 01:33:24 +09:00
dkanada
3b6fa7e972 add display preference for details banner and update some defaults 2020-05-24 18:30:35 +09:00
DesertCookie
1e1419b45b Restart with fresh file
Readded sorting logic into a fresh copy of `itemdetailpage.js`.
2020-05-20 14:47:18 +02:00
DesertCookie
6f1cf4a98a Replaced double-quotes with single-quotes 2020-05-19 17:07:46 +02:00
DesertCookie
cadef5393e Add logic to sort resolutions and versions separately
Movie versions like "2160p" and "UHD" are now sorted separately; the first in descending order, the second in ascending order.
2020-05-19 13:15:46 +02:00
dkanada
16fb0decbc merge branch master into strings 2020-05-18 23:18:08 +09:00
Vasily
76b59ef88f
Merge pull request #1140 from mark-monteiro/cleanup-network-settings
Clean up network settings page
2020-05-18 17:02:14 +03:00
MrTimscampi
f897f7484c Force spacing around operators 2020-05-17 18:19:18 +02:00
dkanada
4beac3f7f4 update more controller locations 2020-05-17 23:19:21 +09:00
dkanada
1aaaffde4c rename more components and update references 2020-05-17 17:04:36 +09:00
dkanada
35094da328 merge branch master into refactor 2020-05-17 02:49:47 +09:00
Anthony Lavado
ac1b008998
Merge pull request #1155 from ferferga/vertical-menu
Vertical menu
2020-05-16 12:39:36 -04:00
Anthony Lavado
2c706248dd
Merge pull request #839 from mijofa/youtube-keybindings
Added extra playback keybindings
2020-05-16 12:27:58 -04:00
ferferga
6a596bd497 Fix merge conflicts 2020-05-16 18:07:32 +02:00
ferferga
dd80697e61 Merge remote-tracking branch 'upstream/master' into vertical-menu 2020-05-16 18:07:20 +02:00
dkanada
f06291e37b fix casing on a few more files and folders 2020-05-17 01:06:28 +09:00
DesertCookie
96aedcd945 Removed tabs
Accidentally added in by Notepad++ autocomplete
2020-05-16 16:15:44 +02:00
DesertCookie
c2563c5675 Fixed tabs and spacing 2020-05-16 16:11:39 +02:00
DesertCookie
5ad1c57b52 Sort playback media sources alphabetically
Sorts the map of media sources received by the server alphabetically ignoring capitilisation.
2020-05-16 14:22:25 +02:00
MrTimscampi
d4fbbea991 Remove code smells 2020-05-14 23:34:23 +02:00
MrTimscampi
d2bd631cbe Fix more sonarqube bugs 2020-05-14 23:25:22 +02:00
dkanada
3f7cbd6674
update boolean after broken merge 2020-05-14 13:28:24 +09:00
dkanada
9a72c22680
Merge branch 'master' into master 2020-05-14 13:26:52 +09:00
Mark Monteiro
27cbd0e1d8 Merge remote-tracking branch 'upstream/master' into cleanup-network-settings 2020-05-10 18:53:49 -04:00
Christoph Potas
9469c208e1 ~ switch all strings to single quotes to match ESLint requirements
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-05-09 15:42:37 +02:00