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

90 commits

Author SHA1 Message Date
Dmitry Lyzo
2b8d0de344 fix listview and actionsheet items 2022-10-16 00:37:47 +03:00
Dmitry Lyzo
39879baefe fix HTML escaping 2022-10-16 00:06:54 +03:00
Hadi Charara
104ad71ea7 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-12 08:29:53 -04:00
Bill Thornton
1f4e65822b Fix sonarjs no-collapsible-if 2022-10-03 14:26:16 -04:00
Hadi Charara
a4f5803016 Fixed linting issues 2022-10-03 13:36:26 -04:00
Hadi Charara
99ddfbd33c Modified a fire other inline entries 2022-07-14 17:59:37 -04:00
Hadi Charara
d4202e0279 Replaced all inline entries with attribute bases selectors 2022-07-14 17:59:23 -04:00
Hadi Charara
ece21d0de0 Deployed music player fixes 2022-07-08 22:25:41 -04:00
Hadi Charara
b15953acc2 Added a few bdi tags for a good experience 2022-07-04 13:29:46 -04:00
Hadi Charara
7b1afeef82 Some library rtl fixes 2022-07-04 11:56:38 -04:00
Hadi Charara
974417ce3d use inline and block properties now 2022-07-02 22:59:40 -04:00
Hadi Charara
0f994ccb5b Initial support for RTL layouts 2022-07-02 15:50:52 -04:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo
ebaa5026d9 refactor: Remove redundant access to the array 2022-03-06 13:27:40 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton
c5848b9934
Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05:00
Dmitry Lyzo
e11109e2f8 Reduce the size of the icon in the listview 2022-02-10 00:21:57 +03:00
SenorSmartyPants
17f44e3fac Display MediaSourceCount for all media Types
All items support alternate local versions, even if it's not documented. Tested with episode and musicVideo types. Added MSC to list items as well.
2022-01-20 15:58:14 -06:00
Bill Thornton
a1077b3128 Fix list view item encoding 2021-11-10 14:14:02 -05:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Bill Thornton
f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton
a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Odd Stråbø
814713235e Add support for fillWidth and fillHeight
I have probably missed a few places it should be used
2021-03-17 22:43:52 +01:00
vitorsemeano
5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
dkanada
41a79924a6
Merge pull request #1870 from Camc314/fix-overlapping-list-view
Unclutter listview for small screens
2020-09-05 16:58:23 +09:00
Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global 2020-09-01 10:16:21 +02:00
Cameron
f4491c66c3 Hide image on even smaller screens
data-type is added to keep images for music playlists

This reverts commit 0982c15c3c670a19214c8b0d97b801f6ab7ea547.
2020-09-01 09:09:22 +01:00
Cameron
00ad0f051f Fix listview for small screens
Hide secondary media info to improve listview on smaller screen sizes
2020-08-31 16:28:00 +01:00
Benoît Dardenne
734b3dd382 Show track artists in the list view, except if the artists for all tracks match the album artists 2020-08-30 21:53:33 +02:00
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
MrTimscampi
ae520390c6 Remove image size hack 2020-07-31 15:18:32 +02:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
MrTimscampi
66b107f0c9 Resolve conflicts 2020-07-24 12:25:07 +02:00
MrTimscampi
3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
MrTimscampi
8c406176fb Change image action from resume to link 2020-07-16 15:27:20 +02:00
MrTimscampi
fef24c24e2 Remove blurhash from listView
As-is, correctly implementing blurhash on the listView would lead to significant changes to listView itself, to cardBuilder and to various places calling listView.
As a hotfix for 10.6, it is less invasive to revert the changes adding blurhash to listView and to postpone adding it to that component in 10.7, by removing the custom image creationg in order to use a card.
2020-07-03 17:21:53 +02:00
ferferga
647cc72767 Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes 2020-06-30 20:14:41 +02:00
dkanada
4439cd00d3
Merge pull request #1370 from grafixeyehero/es6-listview
Migration listview to ES6 modules
2020-06-27 00:19:48 +09:00
ferferga
f6a9f4679a Style cleanup, address suggestions and placeholders for songs in cardBuilder and listView 2020-06-22 17:37:06 +02:00
MrTimscampi
7dd09909d2 Move more button at the end of actions in listview 2020-06-21 09:07:18 +02:00
MrTimscampi
6afbda6ff3 Improve season view 2020-06-21 09:07:18 +02:00
ferferga
2ab476f073 Fix playlist for items without images 2020-06-18 08:04:33 +02:00
ferferga
8c85ed4992 Use else instead 2020-06-10 10:52:33 +02:00
grafixeyehero
a28d712561 Migration listview to ES6 modules 2020-06-09 22:46:51 +03:00
ferferga
7a9e75fd71 Make linter happy 2020-06-09 00:58:55 +02:00
ferferga
13f472d7d5 Fix episodes listing after blurhash 2020-06-09 00:48:56 +02:00