MrTimscampi
feeacf12a2
Implement suggestions
2020-03-24 08:27:34 +01:00
dkanada
759b3fc106
minor string changes
2020-03-24 08:27:34 +01:00
MrTimscampi
1cfd2538be
Remove dead code from CardBuilder
2020-03-24 08:27:34 +01:00
MrTimscampi
55d1657b50
Migrate var in CardBuilder to let and const
2020-03-24 08:22:58 +01:00
MrTimscampi
bbbef042bf
Add JSDoc comments
2020-03-24 08:22:58 +01:00
MrTimscampi
8891be539e
Convert CardBuilder to ES6
2020-03-24 08:22:58 +01:00
dkanada
c5171a2fa0
Merge pull request #919 from dmitrylyzo/fix_icons-2
...
Fix icons doubling and WebOS support
2020-03-19 00:49:15 +09:00
MrTimscampi
8646b66f6c
Improve image size handling
2020-03-11 21:35:10 +01:00
Dmitry Lyzo
e016836d3e
Fix library icons in WebOS 4
2020-03-10 12:44:42 +03:00
MrTimscampi
f816f5267f
Improve image loading speed and sizes
2020-03-08 19:08:07 +01:00
ferferga
0a9f26b141
Removed align-items
2020-03-04 18:44:25 +01:00
Fernando
5838fc7da0
Fix for incorrect button positioning when hovering card
2020-03-04 16:59:42 +01:00
dkanada
e5a978feeb
Merge pull request #856 from thornbill/lint-licker
...
Add eslint:recommended to eslint config
2020-02-27 01:26:00 +09:00
dkanada
f888dcd744
Merge pull request #843 from grafixeyehero/webos-icon-fix
...
Webos icon fix
2020-02-26 18:02:56 +09:00
Bill Thornton
33bbd40174
Fix errors in cardBuilder
2020-02-26 02:26:18 -05:00
dkanada
b3da19a596
Merge pull request #816 from MrTimscampi/quiet
...
Make the console quieter by default
2020-02-25 22:45:26 +09:00
grafixeyehero
4b99f00552
move underscore Icon to class
2020-02-23 01:22:55 +03:00
dkanada
3b5a63f930
Merge pull request #814 from MrTimscampi/webos-icons
...
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
MrTimscampi
e12e6731b2
Make the console quieter by default
2020-02-16 04:22:50 +01:00
MrTimscampi
a98b961b94
Fix icons on WebOS
...
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.
Fixes #678
2020-02-16 01:33:34 +01:00
MrTimscampi
52ad0febe0
Fix details page ribbon position in TV layout
2020-02-15 22:34:10 +01:00
MrTimscampi
a47214bbb9
Add book and folder icons to cards
2020-02-15 22:15:17 +01:00
MrTimscampi
d989d7b007
Add placeholder image to detail pages
2020-01-29 18:59:18 +01:00
MrTimscampi
cdefae3dee
Merge remote-tracking branch 'upstream/master' into material-icons
2020-01-29 08:45:20 +01:00
Bill Thornton
a06c56d3d0
Add title attributes to card title buttons
2020-01-26 01:49:27 -05:00
MrTimscampi
0b11883451
Move material icons to external package
2020-01-25 18:58:35 +01:00
Larvitar
2b12a86cd9
Fix for commit d111e8c
...
Fix commit d111e8c
from PR #641 as it would sometimes break the card and year would not be displayed at all.
2019-12-26 21:30:56 +01:00
Mariusz Chryc
d111e8cf4d
If item EndYear is the same as ProductionYear only display ProductionYear
2019-12-19 21:23:26 +01:00
grafixeyehero
080b3365d6
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
...
# Conflicts:
# src/components/guide/guide.js
# src/components/mediainfo/mediainfo.js
# src/components/multiselect/multiselect.js
# src/components/playback/brightnessosd.js
# src/components/recordingcreator/recordingbutton.js
# src/components/userdatabuttons/emby-ratingbutton.js
# src/controllers/favorites.js
2019-11-24 17:45:48 +03:00
dkanada
3739741786
Add some linting rules for the CI ( #587 )
...
* enable one-var rule
* enable indent rule
* enable no-multiple-empty-lines rule
* enable no-empty rule
* enable no-trailing-spaces rule
* enable no-extra-semi rule
* add eslint rules to fix block spacing
* enable max-statements-per-line rule
* enable brace-style rule
* fix some spacing issues and add future rules
* add code suggestions
2019-11-22 18:29:38 +03:00
grafixeyehero
1da8876811
Replace all Unicode icon with there value
2019-11-20 00:24:54 +03:00
Dmitry Lyzo
ad8fe23ef8
Make login card scalable on focus ( #535 )
...
* Make login card scalable on focus
* Remove focus related classes
2019-11-11 12:28:27 +03:00
Fernando
e538a6d62c
Improvements to the quality of artworks and user images - Part 2 ( #512 )
...
* Improved the overall appearance of user images
* Rounded photo in 'My profile' page
* Improved quality of media artwork
* fix some minor bugs introduced from a merge conflict
2019-10-13 15:46:22 -04:00
dkanada
752212413c
consolidate all library icons into a single method
2019-07-29 00:10:52 -07:00
Anthony Lavado
edbe4c4345
Merge pull request #326 from grafixeyehero/icon
...
Fix icon
2019-05-23 20:06:23 -04:00
grafixeyehero
7e0100ef3f
update icon
2019-05-17 21:29:31 +03:00
grafixeyehero
93be06bdd4
update icon
2019-05-16 04:33:57 +03:00
dkanada
e21f7f10ed
add a response on icon hover and other style fixes
2019-05-13 12:56:44 -07:00
vitorsemeano
b293f6e0f9
multiple modules resolution
2019-05-03 22:35:47 +01:00