Commit Graph

61 Commits

Author SHA1 Message Date
dkanada 3b5a63f930 Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
MrTimscampi 32663bee2e Fix details page poster placeholder icon size 2020-02-16 02:08:17 +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
Vasily 85a6a444fe Merge pull request #797 from dkanada/style
Fix some minor style issues
2020-02-14 14:21:02 +03:00
dkanada 4c4f8ff800 fix some minor style issues 2020-02-14 03:17:39 +09:00
Vasily 8b1a23a56b Merge pull request #781 from MrTimscampi/poster-size
Tweak poster size on home screen
2020-02-13 13:02:38 +03:00
MrTimscampi 68ddf19605 Tweak poster size on home screen 2020-02-09 01:59:52 +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
dkanada 4debe9b847 Merge pull request #739 from thornbill/add-title-attributes
Add title attributes to card title buttons
2020-01-27 23:12:08 +09: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
MrTimscampi c96aad1c95 Fix intentation (CSS) 2020-01-25 11:42:43 +01:00
MrTimscampi 8634ae8400 Fix rebasing issues 2020-01-25 11:42:09 +01:00
MrTimscampi fafd0d4ea0 Fix rule-empty-line-before (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi ea28429cdf Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi 870a48e78b Fix max-empty-lines (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi 2ac83a43d1 Fix function-comma-space-after (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi eef526df2c Fix no-descending-specificity (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi ba8b34cd56 Fix no-duplicate-selectors (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi ff67afeaa7 Fix declaration-block-no-shorthand-property-overrides (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi 361d6372b0 Fix declaration-block-no-duplicate-properties (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi 5fb98e950b Correct the reverted changes that should be kept 2020-01-21 20:09:51 +01:00
MrTimscampi 50d6864a68 Revert vendor prefix removal 2020-01-21 20:09:40 +01:00
dkanada 34b155cbae merge branch master into remove-prefixes 2020-01-06 21:22:49 +09:00
dkanada a5f09cdfd8 Merge pull request #619 from DaveChild/patch-1
Fix for card image scaling problem
2020-01-06 14:11:19 +09:00
dkanada 115d267c51 Merge pull request #626 from dkanada/css
Fix context menu margin and user preference buttons
2020-01-06 11:06:47 +09:00
MrTimscampi 4acf4f071e Remove comments related to prefixed properties 2020-01-02 10:17:11 +01:00
MrTimscampi ecf0ee0c34 Fix automatic vendor prefix removal 2019-12-30 13:38:51 +01:00
MrTimscampi d08cd4d1cd Remove vendor prefixes in CSS 2019-12-30 12:09:48 +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
dkanada bff5918c85 improve padding for headers and buttons on home screen 2019-12-15 20:53:56 +09:00
Dave Child d544877050 Fix for card image scaling problem
Card images were losing aspect, change to "background-size: cover" to fix.
2019-12-07 15:00:33 +00: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 5af72d6c9f Merge branch 'master' into artworks2 2019-11-24 21:34:30 +09: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
dkanada 800137886c Merge pull request #573 from dkanada/style
Align scroller items with heading
2019-11-20 12:08:42 +09:00
grafixeyehero 1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
dkanada 6ad9e090f6 align scroller items with heading 2019-11-12 00:23:27 +09: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
ferferga 529e9102cd Improved appearance of images and artworks - Part 3 2019-10-21 16:24:36 +02: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
Bill Thornton 1a3b954882 Revert "Allow card text to continue through line breaks"
This reverts commit 2e44bc4ef8.
2019-09-27 13:36:37 -04:00
Vasily 3317c09e1c Merge pull request #397 from Abbe98/list-view-break-text
Allow card text to continue through line breaks
2019-09-23 17:07:50 +03:00
Abbe98 2e44bc4ef8 Allow card text to continue through line breaks
tmp
2019-09-08 13:25:10 +02:00
dkanada 752212413c consolidate all library icons into a single method 2019-07-29 00:10:52 -07:00
dkanada 81be6592d6 fix some scroller issues on mobile devices 2019-07-04 00:27:42 -07:00