dkanada
|
3aad09c5fd
|
move all static assets into a single folder
|
2019-12-15 20:50:58 +09:00 |
|
Thomas Vandemeulebroucke
|
7ab2676093
|
Fix a bug that hides children elements in the videoosd
|
2019-12-07 14:20:09 +01:00 |
|
grafixeyehero
|
080b3365d6
|
Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
# Conflicts:
# src/components/guide/guide.js
# src/components/mediainfo/mediainfo.js
# src/components/multiselect/multiselect.js
# src/components/playback/brightnessosd.js
# src/components/recordingcreator/recordingbutton.js
# src/components/userdatabuttons/emby-ratingbutton.js
# src/controllers/favorites.js
|
2019-11-24 17:45:48 +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
|
1da8876811
|
Replace all Unicode icon with there value
|
2019-11-20 00:24:54 +03:00 |
|
Dmitry Lyzo
|
6348367711
|
Apply suggestions from code review
|
2019-11-18 17:31:09 +03:00 |
|
Dmitry Lyzo
|
8df85172cb
|
Apply suggestions from code review
|
2019-11-13 00:30:33 +03:00 |
|
Dmitry Lyzo
|
3896c18e26
|
Make navigation and playback control TV-friendly
|
2019-11-09 11:48:52 +03:00 |
|
dkanada
|
0c1c855eb8
|
remove duplicate define statement
|
2019-10-03 02:36:33 +09:00 |
|
dkanada
|
7d0f971fe7
|
Merge pull request #474 from redSpoutnik/volume-slider-requests
add 700ms timer for 'mousemove' and 'touchmove' volume listeners
|
2019-09-26 22:57:13 +09:00 |
|
redSpoutnik
|
5974c511f9
|
change timer using setTimeout/clearTimeout
|
2019-09-22 11:38:38 +02:00 |
|
redSpoutnik
|
4ab84e369b
|
add 700ms timer for 'mousemove' and 'touchmove' volume listeners
|
2019-09-22 11:38:38 +02:00 |
|
Daniel Hartung
|
ba0d637f91
|
Changed to non-blocking subtitles
|
2019-09-12 21:24:16 +02:00 |
|
DrPandemic
|
55fd49bbca
|
Redirect home when video player fails
|
2019-05-05 12:28:09 -04:00 |
|
Anthony Lavado
|
58dfadccbe
|
Merge pull request #278 from DrPandemic/keyboard-shortcuts
New keyboard shortcuts
|
2019-05-05 08:43:14 -04:00 |
|
Jean-Samuel Aubry-Guzzi
|
658aedf96a
|
Change keyboard shortcuts to match youtube
Use the same keyboard shortcuts than Youtube.
Add shortcut tooltips in titles.
Make sure tab is focused before handling gampad events.
|
2019-05-01 22:04:55 -04:00 |
|
redSpoutnik
|
4d8ec5b466
|
Merge branch 'master' into synchronize-subtitles
|
2019-04-30 20:58:51 +02:00 |
|
Anthony Lavado
|
575cf4ff28
|
Merge pull request #275 from DrPandemic/double-click-to-fullscreen
Add double click to fullscreen
|
2019-04-29 23:58:29 -04:00 |
|
Claus Vium
|
bca2b35d49
|
Update src/controllers/videoosd.js
Co-Authored-By: DrPandemic <DrPandemic@users.noreply.github.com>
|
2019-04-28 18:42:12 -04:00 |
|
Jean-Samuel Aubry-Guzzi
|
9c4517957a
|
Add double click to fullscreen
|
2019-04-25 12:35:28 -04:00 |
|
redSpoutnik
|
415ec9e91b
|
add subtitleSync overlay in separated folder
|
2019-04-08 20:31:18 +02:00 |
|
Bill Thornton
|
27c4a005de
|
Remove unnecessary overflowY changes
|
2019-04-05 23:40:55 -04:00 |
|
redSpoutnik
|
91241ceea1
|
Add vtt and ass subtitle-offset in videoplayer
|
2019-03-30 22:17:09 +01:00 |
|
vitorsemeano
|
9c758a8d85
|
module resolution for appRouter and moved controllers to dir
|
2019-03-22 23:43:05 +00:00 |
|