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

516 commits

Author SHA1 Message Date
dkanada
7abe22780b move some css files to global folder 2019-11-30 20:46:32 +09:00
dkanada
e1009d3d67 add code suggestions 2019-11-30 10:51:24 +09:00
grafixeyehero
0821d0ad9e apply suggestion change 2019-11-29 19:43:37 +03:00
dkanada
78fd41ef05
Merge pull request #594 from grafixeyehero/backdrop
Fix some issues with the backdrop image
2019-11-30 00:06:18 +09:00
grafixeyehero
81b78035c0 Revert back theme style 2019-11-29 00:33:44 +03:00
grafixeyehero
06b42973f4 apply suggestion change 2019-11-28 20:27:08 +03:00
dkanada
906442fba0
Merge branch 'master' into scrollmanager 2019-11-28 23:37:00 +09:00
dkanada
59e9be84dd
Merge pull request #563 from dmitrylyzo/focus_pageload
Add autofocus on page load
2019-11-28 23:35:51 +09:00
grafixeyehero
bf6b621337 apply suggestion change 2019-11-27 21:00:22 +03:00
grafixeyehero
1a63de77e1 apply suggestion change 2019-11-27 20:39:45 +03:00
grafixeyehero
f28074fb9e make screensaver manager get user settings 2019-11-27 18:02:38 +03:00
Dmitry Lyzo
bcf79b2d57 Fix style 2019-11-27 16:24:22 +03:00
Dmitry Lyzo
1f2d8ecc13 Return focused element 2019-11-27 16:23:27 +03:00
Dmitry Lyzo
c677708819 Apply suggestions from code review 2019-11-27 14:30:56 +03:00
Dmitry Lyzo
3752db775b Fix style 2019-11-27 14:13:16 +03:00
Dmitry Lyzo
1d045d172b
Update src/components/scrollManager.js
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-11-27 13:31:18 +03:00
dkanada
c97089b52c minor code refactor 2019-11-26 03:15:23 +09:00
grafixeyehero
4441c32c4b add feature secrensaver 2019-11-25 17:15:23 +03:00
grafixeyehero
bad156654b remove backdrop call 2019-11-24 20:43:37 +03: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
5af72d6c9f
Merge branch 'master' into artworks2 2019-11-24 21:34:30 +09:00
grafixeyehero
acc132cc6c remove comment 2019-11-23 23:43:06 +03:00
grafixeyehero
016eb79885 make compatible 2019-11-23 23:25:10 +03:00
grafixeyehero
3f913bcd29 initial add screen sever 2019-11-23 23:00:44 +03:00
dkanada
b7b34cba15
Merge pull request #568 from grafixeyehero/icon
update Icon for medialibrarypage, userprofile, device, multiselect and installedplugins
2019-11-24 00:02:31 +09:00
dkanada
3d26136c5d
Merge pull request #548 from grafixeyehero/Person
Add favorite people section to favorite tab
2019-11-23 15:08:21 +09:00
grafixeyehero
b77143797c apply suggestion change 2019-11-22 21:32:51 +03:00
grafixeyehero
3f52ec10a0 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into icon
# Conflicts:
#	src/components/multiselect/multiselect.js
#	src/controllers/devices.js
2019-11-22 19:49:01 +03:00
dkanada
dca0700770
Merge pull request #583 from Wunax/fix-player-aspect-ratio
Fixed set aspect ratio option in the player
2019-11-23 01:41:51 +09:00
grafixeyehero
38ac5766c8 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into Person
# Conflicts:
#	src/controllers/favorites.js
2019-11-22 19:06:37 +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
Niklas Fäth
092a8fd3e0
hide during local playback 2019-11-22 16:01:25 +01:00
Niklas Fäth
347a0e1910
add feature back 2019-11-22 15:59:48 +01:00
grafixeyehero
8a360772a2 apply suggestion change 2019-11-22 00:20:42 +03:00
Dmitry Lyzo
a37e0fb47a Fix minimumScrollY hack 2019-11-21 21:48:35 +03:00
Niklas Fäth
1690ffb86d
rename button 2019-11-21 11:13:21 +01:00
Dmitry Lyzo
b3df632164 Add support for easing animated scroll. 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
e86058dc8c Add document scroll wrapper to unify scrolling and to support for webOS 2/3 (browser only) 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
90f565166e Fix "fixed element" condition 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
0502e984ad Fix animated scroll of "smooth scrolled" elements in browsers that support smooth scroll (Chrome/Firefox) 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
fe87abc5a8 Split 'scrollTo' function 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
c0fbce32ce Fix compatibility with older browsers (webOS 2/3) 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
cbd64f6b4e Add animated smooth scrolling 2019-11-21 00:07:53 +03:00
Dmitry Lyzo
c0783dbe8e Add scroll manager with base functionality 2019-11-21 00:07:53 +03:00
Niklas Fäth
3a6275a05c
Center Buttons 2019-11-20 18:02:32 +01:00
Niklas Fäth
e05e635b44
Show/Hide Buttons 2019-11-20 18:01:58 +01:00
Thomas Vandemeulebroucke
e8875f8362 Fixed set aspect ratio option in the player 2019-11-20 15:13:15 +01:00
Niklas Fäth
f1cce1ad76
Hides message section during local playback of music 2019-11-20 14:46:03 +01:00
dkanada
3419230e89
Merge pull request #580 from grafixeyehero/apphost
Update apphost appVersion to 10.5.0
2019-11-20 21:22:28 +09:00
dkanada
800137886c
Merge pull request #573 from dkanada/style
Align scroller items with heading
2019-11-20 12:08:42 +09:00