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

31 commits

Author SHA1 Message Date
Dmitry Lyzo
d98645135b
Merge branch 'master' into fix-icons-webos2 2020-04-30 00:55:43 +03:00
ferferga
54eb916cfe Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-26 14:44:01 +02:00
Dmitry Lyzo
d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
ferferga
df3a7a75d2 Merge remote-tracking branch 'upstream/master' 2020-04-15 17:18:44 +02:00
ferferga
155e9eb7ad Fix merge conflicts 2020-04-12 20:26:59 +02:00
dkanada
501a8773b8 pass title and filename to native shell 2020-04-12 23:53:30 +09:00
ferferga
9993f336c2 Removed links in miniplayer and add context menu 2020-04-10 18:17:57 +02:00
MrTimscampi
0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
ferferga
a0a3f88f39 Use Globalize locally everywhere 2020-03-29 19:39:14 +02:00
Richmond Macaspac
560fe45087 camelCase var fix 2020-03-12 03:22:04 -05:00
Richmond Macaspac
6a308ffae7
Update src/components/itemcontextmenu.js
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
2020-03-12 03:12:01 -05:00
Richmond Macaspac
52e39e792f Clipboard API fallback for when browser doesn't support navigator.clipboard 2020-03-12 02:50:18 -05: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
Thibault Nocchi
1448ce1199 No success toast when copying URL from prompt 2020-02-08 11:14:24 +01:00
Thibault Nocchi
2e6b2b5f82 Added back old URL copy method as fallback 2020-02-02 14:13:43 +01:00
Thibault Nocchi
4bea999849 Fallback method to copy URL in unsupported cases 2020-02-01 17:29:12 +01:00
Thibault Nocchi
74530fe4d9 Moved URL copy to Clipboard API method 2020-02-01 17:26:03 +01:00
Thibault Nocchi
16c75e9e5e Showing toast when copying stream URL fails 2020-01-30 21:08:01 +01:00
dkanada
1922cfe51a change edit image icon 2020-01-11 15:33:53 +09:00
dkanada
747bbca7fe fix instant mix icon 2020-01-11 15:28:19 +09:00
Dmitry Lyzo
eebeb24db2 Fix variable definition place 2019-12-07 12:20:32 +03: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
grafixeyehero
b16534ba0a change to double quotes 2019-10-15 21:13:33 +03:00
grafixeyehero
6bf18d80e0 Add icon on item context menu 2019-10-12 21:32:05 +03:00
Daniel Hartung
f1ba5c63c0 Toast notification when copy-stream is executed 2019-09-11 16:59:47 +02:00
ckcr4lyf
7d585fde1b Logging error if copy failed 2019-08-27 19:20:39 +08:00
ckcr4lyf
437729d3f3 Added option, if file is downloadable, copy the URL to clipboard 2019-08-27 17:32:35 +08: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
Abbe98
a3cc4a8ba9 move download action to major button for books 2019-07-28 15:51:02 +02:00
dkanada
886dec1174 remove all sync and convert buttons 2019-03-19 17:03:47 -07:00
vitorsemeano
6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00
Renamed from src/bower_components/emby-webcomponents/itemcontextmenu.js (Browse further)