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
dkanada
235b96c328
add spaces between brackets 2020-04-09 00:25:10 +09:00
ZadenRB
0b1d61ce61 Update scheduled tasks page to not include suffix for duration of tasks 2020-04-07 12:40:06 -06:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
ferferga
05e26e6588 Apply suggestions 2020-04-03 20:11:09 +02:00
ferferga
35c4d06bf6 Translate devices.js, dashboard.js and added new keys 2020-04-02 19:53:11 +02:00
ferferga
368f21010b First successful attempt at dynamic lang loading 2020-04-02 19:31:32 +02:00
ferferga
1656e73adf Attempt to implement date-fns internalization 2020-03-26 13:53:30 +01:00
ferferga
4ba2e3a950 Use globalize.translate() overload everywhere 2020-03-24 20:49:18 +01:00
Dmitry Lyzo
ed25f0bac1
Update src/controllers/dashboard/scheduledtasks/scheduledtasks.js
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
2020-03-10 19:00:51 +03:00
Dmitry Lyzo
1d10a35427 Fix icon doubling 2020-03-10 12:38:41 +03: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
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/scheduledtaskspage.js (Browse further)