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

21 commits

Author SHA1 Message Date
Bill Thornton
2d97a56f51 Fix code smells 2020-11-25 10:28:41 -05:00
Bill Thornton
d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
vitorsemeano
2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +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
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
Anthony Lavado
8e3458f230
Merge pull request #1487 from nyanmisaka/tonemap-ui
Tonemapping function dashboard options
2020-09-11 09:16:42 -04:00
Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global 2020-09-01 10:16:21 +02:00
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada
f2a86b965d simplify media info strings 2020-08-28 21:38:56 +09:00
nyanmisaka
7dfe5ba185 Merge remote-tracking branch 'upstream/master' into tonemap-ui 2020-08-19 17:50:01 +08:00
Cameron
76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
nyanmisaka
429c47f414 add tonemapping settings 2020-07-02 01:22:07 +08:00
grafixeyehero
09fe6b4d3b apply suggestion 2020-06-13 17:44:54 +03:00
grafixeyehero
b7d9dba32f replace require with Dynamic Imports 2020-06-11 23:21:46 +03:00
grafixeyehero
7296dbc284 Migration imageUploader, itemidentifier and itemMediaInfo to es6 2020-06-09 22:40:39 +03:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
grafixeyehero
ac4c7c7b71 Update itemMediaInfo.js
remove centerfocus
2019-09-30 21:42:04 +03:00
grafixeyehero
baa87d2dfb remove user policy 2019-09-04 21:53:31 +03:00
grafixeyehero
5fda5a8738 Change media info display (#386)
* Add btn more media info

* Add event listener

* change class and add close btn

* Add style

* Add event listener display

* hide btn

* remove media info form itemdetail page

* Add media templete

* cleanup unused stayle

* Add to context menu

* cleanup

* cleanup

* fix

* add todo to file path info

* allow admin and user to view the media info

* Add to strings

* Remove media info menu from book and music

* Remove splitVersions function

* Readd splitVersions function on item deatil page

* Remove unused elements

* double quotes & removing newlines

* minor style changes

* fix format and path info on itemdetails page

* update
2019-08-19 02:35:57 -07:00