Commit Graph

43 Commits

Author SHA1 Message Date
MrTimscampi faa46f5bad Double size of remotecontrol and listview images 2020-03-14 22:48:39 +01:00
dkanada 89a5c2d590 Merge pull request #811 from grafixeyehero/nowplaying-tvmode
Fix nowplaying  for tv mode
2020-02-26 19:19:32 +09:00
dkanada f888dcd744 Merge pull request #843 from grafixeyehero/webos-icon-fix
Webos icon fix
2020-02-26 18:02:56 +09: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
grafixeyehero 7e58b448cd apply suggestion make position slider navigable by keyboard 2020-02-19 02:10:40 +03: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
Dmitry Lyzo ad0b67d2f6 Make delayed volume update 2020-02-15 18:37:31 +03:00
Dmitry Lyzo bb1ba5a29e Make configurable slider progress bar update 2020-02-15 18:36:52 +03:00
MrTimscampi cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
MrTimscampi 0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
MrTimscampi 8634ae8400 Fix rebasing issues 2020-01-25 11:42:09 +01:00
MrTimscampi cc377df8f3 Fix selector-combinator-space-before (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi ae0040165a Fix selector-combinator-space-after (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 c7264691d2 Fix media-feature-colon-space-after (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi f290604615 Fix declaration-block-trailing-semicolon (CSS) 2020-01-25 11:35:33 +01:00
dkanada ed777cdea2 fix some missing resource issues 2020-01-24 02:50:59 +09: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 6c56234171 Merge pull request #667 from Nickbert7/update-remotecontrol
Update remotecontrol layout
2020-01-21 23:29:28 +09:00
Niklas Fäth f40556f007 Hide if select is not available 2020-01-15 17:48:27 +01:00
Niklas Fäth 7a7027b813 remove border 2020-01-15 17:46:19 +01:00
Niklas Fäth 8d7e749ed8 fix indentation 2020-01-10 18:02:08 +01:00
dkanada 2f4cf8248b merge branch master into assets 2020-01-08 11:10:24 +09:00
dkanada baf7d31c55 add code suggestions 2020-01-06 21:28:57 +09:00
Niklas Fäth 2a80c9c593 Hide collapse if not supported 2020-01-06 00:49:55 +01:00
Niklas Fäth fef18d9648 Update css 2020-01-06 00:34:43 +01:00
MrTimscampi 93e2aa2d3f Remove further vendor-prefixed CSS 2020-01-02 13:36:44 +01:00
MrTimscampi d08cd4d1cd Remove vendor prefixes in CSS 2019-12-30 12:09:48 +01:00
dkanada 3aad09c5fd move all static assets into a single folder 2019-12-15 20:50:58 +09:00
dkanada 9599273f00 Merge pull request #584 from Nickbert7/patch-1
Enable remote control navigation
2019-12-05 02:02:28 +09: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
Niklas Fäth 092a8fd3e0 hide during local playback 2019-11-22 16:01:25 +01:00
Niklas Fäth 1690ffb86d rename button 2019-11-21 11:13:21 +01:00
Niklas Fäth 3a6275a05c Center Buttons 2019-11-20 18:02:32 +01:00
Niklas Fäth e05e635b44 Show/Hide Buttons 2019-11-20 18:01:58 +01:00
grafixeyehero 1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
dkanada 8bdb6d795e fix save button in now playing controller 2019-10-12 16:17:17 +09:00
dkanada 5104aabead move remote control to folder and fix sortable dependency 2019-09-13 00:05:15 -07:00