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

39 commits

Author SHA1 Message Date
Hadi Charara
a27ababb3e Added a useful comment 2022-07-05 20:49:51 -04:00
Hadi Charara
233e182251 Forced LTR for file path in media info 2022-07-05 20:48:39 -04:00
Joshua M. Boniface
df6d9aaecb Merge pull request #3719 from nyanmisaka/dovi-meta
(cherry picked from commit 66b86044a9)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:18 -04:00
Bill Thornton
c74712e13f Merge pull request #3543 from Shadowghost/strm-display-fix
(cherry picked from commit 4792631f06)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:36:37 -04:00
Dmitry Lyzo
59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo
161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Dmitry Lyzo
fff4ebb3ba Add copy error message 2022-02-26 00:33:08 +03:00
Dmitry Lyzo
1f62db7f31 Add copy buttons to Media Info 2022-02-26 00:33:08 +03:00
Dmitry Lyzo
119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Shadowghost
52919e3fe8 feat(mediainfo): add external, forced and default attributes to subtitle and audio 2022-02-03 15:34:52 +01:00
WWWesten
cabc406970
Update itemMediaInfo.js 2021-11-02 18:48:39 +05:00
Bill Thornton
a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
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
dkanada
65e4ffe7b0 remove some duplicate strings 2020-08-17 20:40:42 +09: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
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02: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
4e683c4fca fix context menu margin and user preference buttons 2019-12-11 23:34:29 +09:00
grafixeyehero
1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03: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