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

14 commits

Author SHA1 Message Date
Bill Thornton
8536fe4610 Remove string replaceAll implementations 2022-10-16 00:11:31 -04:00
Dmitry Lyzo
570fa85809 Fix regression after PR #3046
`dialogHelper.open` has become async and it is not possible to perform any action immediately after calling it.
2021-10-27 00:11:59 +03:00
Dmitry Lyzo
527215e0f0 Use custom modals on webOS and Tizen 2.x 2021-10-25 09:30:36 +03:00
Dmitry Lyzo
3567b9783d Fix error dialog history 2021-10-15 21:49:11 +03:00
dkanada
df599db415 fix some unhandled promises and refactor some code 2021-02-06 15:51:31 +09:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
Cameron
b946259777 fix spacing, update variables 2020-07-20 08:40:13 +01:00
Cameron
45df6ef764 Migration of alert to ES6 module 2020-07-15 14:46:56 +01:00
grafixeyehero
582ea61267 Migration dialog to ES6 modules 2020-06-17 01:23:32 +03:00
h1nk
598402d953
Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05: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
Odd Stråbø
3167c7dbb9 Additional fixes to get jf-web loading in webOS 3.0 emulator.
Can't seem to get any audio/video playing in the emulator,
so I'm not sure if the emulator supports multimedia playback.
2019-05-06 22:21:20 +02:00
vitorsemeano
2665923bb0 merged alert and nativeAlert for webpack 2019-02-23 19:14:56 +00:00