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

173 commits

Author SHA1 Message Date
Bill Thornton
c4fc8e0145
Merge pull request #2618 from iwalton3/client-custom-css
Allow client custom css and disabling global server custom css.
2021-07-30 22:34:32 -07:00
Dmitry Lyzo
f233182573 Add 'scroll on focus' to emby-tabs 2021-04-25 11:27:16 +03:00
Ian Walton
8cae67d9b9 Allow client custom css and disabling global server custom css. 2021-04-24 14:39:47 -04:00
Bill Thornton
a3949c1889 Fix sonarqube issues 2021-03-23 11:28:20 -04:00
Bill Thornton
f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton
34a19e0781 Move elements css files to sass 2021-03-19 13:46:12 -04:00
Bill Thornton
8e77f35657 Move assets css files to sass 2021-03-19 13:46:12 -04:00
Bill Thornton
0d2ede01b3 Fix margin for stacked emby-button elements 2020-12-20 00:29:13 -05:00
Dmitry Lyzo
b975f4bf81 Prevent native navigation 2020-12-06 13:29:54 +03:00
Bill Thornton
9155899860 Fix emby-button link handling 2020-12-03 16:09:04 -05:00
Bill Thornton
d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
dkanada
36344af64f
Merge branch 'master' into osd-tweak 2020-11-21 22:15:49 +09:00
Nyanmisaka
ea8a2d5549
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-20 23:43:55 +00:00
nyanmisaka
17142dc6d3 tweak osd for narrow view 2020-11-17 22:36:01 +08:00
vitorsemeano
5b5d6a45b0 multiple imports optimized 2020-11-08 12:37:53 +00:00
vitorsemeano
ca4d403ce8
Update src/elements/emby-collapse/emby-collapse.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:56:49 +00:00
vitorsemeano
dfd729fd69
Update src/elements/emby-collapse/emby-collapse.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:56:28 +00:00
vitorsemeano
a3a273e79c
Update src/elements/emby-progressring/emby-progressring.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:56:11 +00:00
vitorsemeano
beb06871de
Update src/elements/emby-scrollbuttons/emby-scrollbuttons.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:55:43 +00:00
vitorsemeano
fa6ab87730
Update src/elements/emby-scrollbuttons/emby-scrollbuttons.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:54:36 +00:00
vitorsemeano
179c07c968
Update src/elements/emby-toggle/emby-toggle.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 10:54:14 +00:00
vitorsemeano
b49524e5ea multiple fixes and otimizations 2020-11-07 12:05:09 +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
e0abc4d386 minor fix for multiselect 2020-11-05 23:11:47 +00:00
Bill Thornton
85acdb3868 Revert emby-button and emby-tabs changes 2020-11-05 23:11:47 +00:00
Bill Thornton
97699d513b Fix class and element names 2020-11-05 23:11:47 +00:00
Bill Thornton
9343318a4f Fix webcomponents imports 2020-11-05 23:11:47 +00:00
Bill Thornton
a71b0314d4 Fix apiclient imports 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
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
MrTimscampi
c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada
3e3a18431f
Merge pull request #1819 from MrTimscampi/tabs-tv-fix
Fix tabs always focusing the active tab in TV layout
2020-08-22 07:45:19 +09:00
MrTimscampi
61a7dba964 Fix sonarcloud warning 2020-08-18 20:31:10 +02:00
MrTimscampi
161e1aff2f Fix tabs always focusing the active tab in TV layout 2020-08-18 20:12:19 +02:00
matjaz321
ffcc1181dc small cr fix 2020-08-13 22:41:49 +02:00
matjaz321
ee54714603 Applied the same fix to the emby-radio.js 2020-08-13 21:25:38 +02:00
Matjaz Zavski
d6ab99b59d
Update src/elements/emby-checkbox/emby-checkbox.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-13 21:22:42 +02:00
matjaz321
41f627a07e Added firefox browser condition 2020-08-12 21:06:10 +02:00
matjaz321
a6b114ce13 Removed code that was changing checked flag for keypress event, because it is already handled by browswer 2020-08-11 22:15:26 +02:00
MrTimscampi
566a818ee6 Merge remote-tracking branch 'upstream/master' into apphost-es6 2020-08-08 21:07:21 +02:00
MrTimscampi
a7df7ad720 Fix appHost.supports 2020-08-06 19:32:31 +02:00
MrTimscampi
8f098dc26d Fix linting errors 2020-08-06 19:32:31 +02:00
Dmitry Lyzo
48886918d3 Merge remote-tracking branch 'upstream/master' into fix-subtitle-line-spacing
Conflicts:
	src/components/subtitlesettings/subtitleappearancehelper.js
	src/plugins/htmlVideoPlayer/plugin.js
2020-07-30 17:57:33 +03:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi
0d1661055b Fix accidentally reverted var 2020-07-26 18:30:31 +02:00
MrTimscampi
54166af4d1 Add forced reflow of emby-collapse back and request animation frame 2020-07-26 18:26:24 +02:00
MrTimscampi
44174a593d Use mutation to update progress on library scans 2020-07-26 12:52:34 +02:00
Dmitry Lyzo
450807ff14 Merge remote-tracking branch 'upstream/master' into fix-subtitle-line-spacing
Conflicts:
	src/components/subtitlesettings/subtitleappearancehelper.js
	src/components/subtitlesettings/subtitlesettings.js
	src/elements/emby-slider/emby-slider.js
2020-07-26 13:35:17 +03:00
MrTimscampi
a09a9e9a3a Remove some more things 2020-07-26 12:32:36 +02:00