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

29 commits

Author SHA1 Message Date
vitorsemeano
4e11e3ba66 import optimizations for site.js
transfered pageIdOn and pageClassOn to clientUtils
2020-11-09 00:14:33 +00:00
vitorsemeano
baa7d88a17
Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:01:05 +00:00
vitorsemeano
383c0d2cc4
Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:58:30 +00:00
vitorsemeano
f309761d87
Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-07 12:09:46 +00:00
vitorsemeano
ce2551d1e1 Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack 2020-11-07 12:05:13 +00:00
vitorsemeano
b49524e5ea multiple fixes and otimizations 2020-11-07 12:05:09 +00:00
vitorsemeano
a6aab3d105
Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-07 12:04:37 +00:00
vitorsemeano
6638c13e85 fixed some code smells
fix config.json plugins path
2020-11-05 23:23:45 +00:00
vitorsemeano
8b5772f996 optimization imports from site.js 2020-11-05 23:20:38 +00:00
vitorsemeano
a106e23ff8 some bug fixes after master rebase 2020-11-05 23:18:19 +00:00
vitorsemeano
86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano
5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
vitorsemeano
923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +00:00
vitorsemeano
4e88835382 extract AppInfo into a export const 2020-11-05 23:11:47 +00:00
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00: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
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada
6159eca8f8 prevent the use of confusing globals 2020-08-25 10:12:35 +09:00
dkanada
b45803f969 fix issue with rebase 2020-08-17 20:42:26 +09:00
Julien Machiels
15010b1426
Update src/scripts/clientUtils.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-17 04:26:38 +02:00
Julien Machiels
e606681872
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 20:00:57 +02:00
Julien Machiels
c91a6195d7
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 20:00:46 +02:00
Julien Machiels
7f9f3cf206
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 17:10:27 +02:00
Julien Machiels
5b0018850e
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 17:10:20 +02:00
Julien Machiels
58c49ab85a
Update src/scripts/clientUtils.js
Co-authored-by: Cameron <Influence365@gmail.com>
2020-08-14 17:10:13 +02:00
MrTimscampi
195430ceff Use ES6 imports for clientUtils 2020-08-14 05:48:59 +02:00
MrTimscampi
81c6dc6907 Move Dashboard to a new module 2020-08-08 16:33:31 +02:00