Dmitry Lyzo
|
c4f81a9bdd
|
fix: Center card icon in Safari 10
|
2022-02-28 22:45:10 +03:00 |
|
Bill Thornton
|
4dd645bbfa
|
Hide card padders in image loader
|
2022-02-28 00:10:29 -05:00 |
|
Bill Thornton
|
e89e92e25c
|
Fix minor issues with card padder icons
|
2022-02-26 01:56:41 -05:00 |
|
Bill Thornton
|
bb46b32402
|
Merge pull request #3433 from dmitrylyzo/types-react
[TypeScript] Disable implicit any
|
2022-02-25 15:17:32 -05:00 |
|
Dmitry Lyzo
|
85e9aff281
|
docs: fix documentation for TypeScript
|
2022-02-25 19:11:07 +03:00 |
|
Dmitry Lyzo
|
119df2cc99
|
Add aria-hidden to button icons
|
2022-02-25 01:52:14 +03:00 |
|
Dmitry Lyzo
|
9a4652f638
|
Add default text (icon) to Episode
Same as for Series.
|
2022-02-22 00:13:29 +03:00 |
|
Dmitry Lyzo
|
034a86119f
|
Add card padder icon for items with an image
|
2022-02-22 00:13:29 +03:00 |
|
Bill Thornton
|
481784622a
|
Fix precision issue in cardBuilder
|
2022-02-14 15:38:44 -05:00 |
|
SenorSmartyPants
|
1e95442bb0
|
Special Features: Display extraType as secondaryText on card
|
2022-01-20 15:34:22 -06:00 |
|
SenorSmartyPants
|
ddb6a6ab65
|
Fix Chrome button text-align = center default
Chrome would override class styles on buttons in cards. Added text-align to existing selector, and added selector to existing style.
|
2022-01-11 19:10:17 -06:00 |
|
SenorSmartyPants
|
6117cffcc2
|
Add episode details to live TV DVR schedule
details button should be left aligned IMO. Not sure where to change CSS yet.
details link to a different place than the card
|
2022-01-11 19:10:07 -06:00 |
|
Bill Thornton
|
82c038f952
|
Fix additional inconsistent styles on source indicator
|
2021-09-13 10:44:50 -04: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 |
|
Odd Stråbø
|
63ea97ad74
|
Make eslint happy
|
2021-04-14 07:46:11 +02:00 |
|
Odd Stråbø
|
9429f335b9
|
Ensure that height gets set in the image request
Request quality of 96, for up to 16 less jpeg
|
2021-04-13 19:14:06 +02:00 |
|
Dmitry Lyzo
|
9562a96f81
|
Fix lint errors
|
2021-04-13 15:42:37 +03:00 |
|
Dmitry Lyzo
|
3d7562d3ff
|
Fix missing border radius and Poster/Thumb Card style
|
2021-04-13 15:06:46 +03:00 |
|
Dmitry Lyzo
|
2fc3dff75a
|
Fix border radius for slow TV
|
2021-04-12 22:21:08 +03: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 |
|
dkanada
|
c369c5b73c
|
merge branch 'master' into dkanada-patch-1
|
2021-03-26 19:49:50 +09:00 |
|
Bill Thornton
|
a47f6d458c
|
Move components css files to sass
|
2021-03-19 14:00:59 -04:00 |
|
dkanada
|
ab72e13f85
|
add some code suggestions
|
2021-03-20 02:11:44 +09: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 |
|
dkanada
|
1e87279522
|
add radius to library cards with images
|
2021-03-02 02:06:38 +09:00 |
|
dkanada
|
c1e3b881ae
|
update material icon style
|
2021-02-17 12:07:42 +09:00 |
|
dkanada
|
50b9e1adf4
|
add background colors to user and library cards
|
2021-02-07 00:16:45 +09:00 |
|
dkanada
|
22c66ae353
|
add images to available plugins as well
|
2021-02-06 15:45:48 +09:00 |
|
dkanada
|
12c6cf5498
|
fix image alignment on plugin cards
|
2021-01-25 02:50:15 +09:00 |
|
Bill Thornton
|
60538daddf
|
Fix tiny card icons
|
2021-01-04 00:39:42 -05:00 |
|
Bill Thornton
|
ae9f1a0f77
|
Fix layout of plugin cards
|
2020-12-16 14:08:44 -05:00 |
|
Dmitry Lyzo
|
df4e5e73a5
|
Fix canPlay for Live TV
|
2020-12-10 13:47:16 +03:00 |
|
Bill Thornton
|
3e56bf6149
|
Remove unused parameter
|
2020-12-03 01:28:01 -05:00 |
|
Bill Thornton
|
042c0248a0
|
Add item path to card data to support canPlay check
|
2020-12-03 01:12:52 -05:00 |
|
vitorsemeano
|
2a3ade9bb9
|
fix multiple import defaults missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
|
2020-11-08 11:24:44 +00: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 |
|
Julien Machiels
|
3cbe0f7264
|
Merge branch 'master' into connection-manager-global
|
2020-09-01 10:16:21 +02:00 |
|
MrTimscampi
|
c97d7a6f59
|
Use connectionManager global
|
2020-08-30 06:06:47 +02:00 |
|
MrTimscampi
|
3f7a84512e
|
Fix icon posiition on cards in TV layout
|
2020-08-26 19:30:46 +02:00 |
|
dkanada
|
4f3c5df4f0
|
Merge pull request #1832 from MrTimscampi/fix-show-title
Fix cards without title
|
2020-08-22 07:43:35 +09:00 |
|
dkanada
|
e916c81441
|
Merge pull request #1827 from thornbill/under-cover
Fix TV channel logo size
|
2020-08-22 07:42:42 +09:00 |
|
MrTimscampi
|
e841c55e85
|
Fix cards without title
|
2020-08-20 21:56:27 +02:00 |
|
Bill Thornton
|
e7dbbaa36f
|
Make fallback text on cards less tiny
|
2020-08-20 14:00:37 -04:00 |
|
Bill Thornton
|
8194b19d0c
|
Fix background size for TV channel logos
|
2020-08-20 11:42:09 -04:00 |
|
Bill Thornton
|
c3d458b148
|
Remove unused styles and unneeded class
|
2020-08-20 11:38:06 -04:00 |
|
MrTimscampi
|
645668454a
|
Merge remote-tracking branch 'upstream/master' into pluginmanager-es6
|
2020-08-12 15:33:11 +02:00 |
|
MrTimscampi
|
4cd83e6f73
|
Fix linting errors
|
2020-08-06 21:32:08 +02:00 |
|
MrTimscampi
|
f16df9788a
|
Migrate bundle, qualityOptions, appHost and appLoader
|
2020-08-06 19:32:29 +02:00 |
|