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

49 commits

Author SHA1 Message Date
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
a3bc8c183e Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00
Dmitry Lyzo
76dfab5cef Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/components/remotecontrol/remotecontrol.js
2020-04-28 19:18:37 +03:00
Dmitry Lyzo
4609e22520 Update style 2020-04-28 16:09:40 +03:00
Dmitry Lyzo
1f3620e219 Move HTML generation to more appropriate place 2020-04-28 15:57:34 +03:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
e600943ab1 Fix event subscription 2020-04-25 11:42:45 +03:00
samuel9554
b139a23f04 As resquested by @MrTimscampi + theme adjustement 2020-04-16 19:14:40 -04:00
samuel9554
a1c40bd8a8 As requested by @MrTimscampi + theme adjustement 2020-04-16 15:45:32 -04:00
ferferga
df3a7a75d2 Merge remote-tracking branch 'upstream/master' 2020-04-15 17:18:44 +02:00
samuel9554
46a055935b As suggested by @MrTimscampi defaultCardBackground 2020-04-13 08:18:09 -04:00
Dmitry Lyzo
d5ae0275cf Move delayed volume update to playbackManager 2020-04-13 12:50:12 +03:00
samuel9554
c19385c936 Fix bug introduce in last commit 2020-04-12 20:22:34 -04:00
samuel9554
9439a306b6 Various visual fix 2020-04-12 20:15:58 -04:00
ferferga
dd3250a980 Change volume slider depending on layout and add artists back 2020-04-12 20:24:18 +02:00
Samuel
3ab01d471f
Fix undefined item when casting to other device
Fix undefined item when changing cast to other device.
Removed NowPlayingAlbum because on smaller device we need more height
2020-04-12 10:55:52 -04:00
Samuel
e8b9a22d64
EventListener for savePlaylist was removed fix
Put back the EventListener for savePlaylist that I removed by accident.
2020-04-10 16:12:45 -04:00
Samuel
c8edd20558
Randomize album card color when no image
Randomize album card color when no image present.
Added function cardBuilder
2020-04-10 15:51:12 -04:00
Samuel
5f9d33fe21
Fix lint after last commit 2020-04-10 13:09:25 -04:00
Samuel
811a809e1b
Add support for Tv show 2020-04-10 13:06:26 -04:00
ferferga
6724e2f2fd Rename class and use flex class instead of style 2020-04-10 15:51:05 +02:00
Samuel
04d3dcdd55
Update remotecontrol.js 2020-04-09 22:33:58 -04:00
Samuel
c200abb058
Update remotecontrol.js 2020-04-09 22:27:55 -04:00
Samuel
6619da9ba5
Update remotecontrol.js 2020-04-09 22:07:52 -04:00
Samuel
567b805023
Update remotecontrol.js 2020-04-09 19:15:49 -04:00
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
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
Niklas Fäth
f40556f007
Hide if select is not available 2020-01-15 17:48:27 +01:00
Niklas Fäth
2a80c9c593
Hide collapse if not supported 2020-01-06 00:49:55 +01: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
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
Renamed from src/components/remotecontrol.js (Browse further)