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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Thomas Vandemeulebroucke
|
e8875f8362
|
Fixed set aspect ratio option in the player
|
2019-11-20 15:13:15 +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 |
|
grafixeyehero
|
1da8876811
|
Replace all Unicode icon with there value
|
2019-11-20 00:24:54 +03:00 |
|
grafixeyehero
|
647f403f08
|
Update apphost appVersion to 10.5.0
|
2019-11-19 19:50:12 +03:00 |
|
dkanada
|
beedbca92c
|
fix padding for normal item containers
|
2019-11-20 00:34:20 +09:00 |
|
dkanada
|
957184b81c
|
Merge pull request #566 from dmitrylyzo/tv_playback_navigation
Make navigation and playback control TV-friendly
|
2019-11-19 09:10:09 +09:00 |
|
Dmitry Lyzo
|
6348367711
|
Apply suggestions from code review
|
2019-11-18 17:31:09 +03:00 |
|
Dmitry Lyzo
|
22d0a5705d
|
Fix compatibility with older browsers (webOS 2/3)
|
2019-11-14 23:55:44 +03:00 |
|
Dmitry Lyzo
|
e588edbcca
|
Disable AutoFocuser on non-TV layouts
|
2019-11-14 23:32:31 +03:00 |
|
Dmitry Lyzo
|
3962dcf58e
|
Add autofocus on itemsContainer
|
2019-11-14 23:32:26 +03:00 |
|
Dmitry Lyzo
|
7a10be5933
|
Add autofocus on page load
|
2019-11-14 21:04:01 +03:00 |
|
Dmitry Lyzo
|
e090b78d66
|
Apply suggestions from code review
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
|
2019-11-13 00:19:00 +03:00 |
|
dkanada
|
6ad9e090f6
|
align scroller items with heading
|
2019-11-12 00:23:27 +09:00 |
|
Dmitry Lyzo
|
ad8fe23ef8
|
Make login card scalable on focus (#535)
* Make login card scalable on focus
* Remove focus related classes
|
2019-11-11 12:28:27 +03:00 |
|
Dmitry Lyzo
|
3896c18e26
|
Make navigation and playback control TV-friendly
|
2019-11-09 11:48:52 +03:00 |
|
grafixeyehero
|
dd109c3324
|
change single quote to double quote
|
2019-11-05 18:50:41 +03:00 |
|
grafixeyehero
|
d536866ed5
|
update muliselect icon
|
2019-11-05 18:43:10 +03:00 |
|
grafixeyehero
|
faa1a263b9
|
change ironicon to icon
|
2019-11-05 18:24:39 +03:00 |
|