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

24 commits

Author SHA1 Message Date
Dmitry Lyzo
932d0e2af3 Setup webpack and babel for webOS 1.2 2020-12-03 23:06:45 +03:00
vitorsemeano
923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +00:00
Bill Thornton
6c813996ae Fix dynamic import in viewContainer 2020-11-05 23:11:47 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
dkanada
74b31ea2fe
Merge pull request #1894 from dmitrylyzo/fix-old-webos
Fix webOS 1.2
2020-10-01 14:03:08 +09:00
dkanada
a5776e98a7 always use const when possible 2020-09-12 05:46:15 +09:00
dkanada
bf9c8778b0 allow plugin config changes on standalone 2020-09-02 20:50:32 +09:00
Dmitry Lyzo
748592fa93 Remove nested Promise 2020-09-02 01:06:07 +03:00
Dmitry Lyzo
eccaad366e Add timeout for polyfilled CustomElements (webOS 1.2) 2020-09-01 23:57:57 +03:00
Dmitry Lyzo
7683622e5d Fix injecting of view with embedded script 2020-08-02 20:04:50 +03:00
MrTimscampi
01fd2e056d Fix suggestions 2020-08-01 19:22:33 +02:00
MrTimscampi
af93c4a798 Migrate routes.js to ES6 2020-08-01 05:36:36 +02:00
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
dkanada
1ddd3958c0 remove legacy jquery extensions 2020-07-25 00:09:05 +09:00
grafixeyehero
99e697a5ed Remove unused legacy dashboard 2020-06-10 00:45:47 +03:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
chrstnjrsch
97e80101d0 Load modules before loading view 2020-01-04 01:31:35 +01: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
dkanada
a260e33182 sort through the define statements 2019-10-03 02:33:21 +09:00
vitorsemeano
ce51c8012d cleanup data-require from viewContainer 2019-05-03 22:50:36 +01:00
vitorsemeano
315cbb1fc6 refactor strange var names in viewContainer 2019-05-03 22:46:15 +01:00
vitorsemeano
12f8cf10d5 deuglify viewContainer.js module 2019-05-03 22:35:47 +01:00
vitorsemeano
2b9559b4a9 resolve typo for viewContainer dep 2019-03-28 21:41:00 +00:00
vitorsemeano
578a1670f4 module resoltion for viewContainer 2019-03-28 21:35:32 +00:00
Renamed from src/components/viewcontainer-lite.js (Browse further)