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

13 commits

Author SHA1 Message Date
ferferga
dd80697e61 Merge remote-tracking branch 'upstream/master' into vertical-menu 2020-05-16 18:07:20 +02:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
ferferga
6b79bd4921 Merge remote-tracking branch 'upstream/master' into vertical-menu 2020-04-29 23:55:47 +02:00
Dmitry Lyzo
7905a868c8 Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/controllers/dashboard/plugins/available.js
	src/controllers/dashboard/plugins/installed.js
2020-04-28 16:55:33 +03:00
ferferga
7a0178cae6 Change menu icon to vertical one 2020-04-26 14:54:40 +02: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
dkanada
47a439d7d2 update plugin pages for new manifest properties 2020-04-11 20:32:39 +09:00
ferferga
4ba2e3a950 Use globalize.translate() overload everywhere 2020-03-24 20:49:18 +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
dkanada
4c4f8ff800 fix some minor style issues 2020-02-14 03:17:39 +09:00
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
dkanada
34c0d6019e move around half the dashboard controllers to a subdirectory 2019-12-15 20:47:47 +09:00
Renamed from src/controllers/installedplugins.js (Browse further)