dkanada
|
2978e64b9b
|
fix a few minor style issues
|
2020-01-08 23:18:00 +09:00 |
|
dkanada
|
bd097773b0
|
merge branch master into itemdetailpage-layout
|
2020-01-08 22:02:01 +09:00 |
|
dkanada
|
2f4cf8248b
|
merge branch master into assets
|
2020-01-08 11:10:24 +09:00 |
|
dkanada
|
4610398cb5
|
Merge pull request #660 from Larvitar/master
Display year in "Collection" and "More like this"
|
2020-01-06 14:12:15 +09:00 |
|
grafixeyehero
|
0600fb26a3
|
apply suggestion change
|
2020-01-05 23:55:28 +03:00 |
|
grafixeyehero
|
4e72a857c4
|
change shap to overflow
|
2020-01-03 21:10:42 +03:00 |
|
grafixeyehero
|
e0d6686bb4
|
remove btn backdrop show/hide
|
2020-01-02 20:27:37 +03:00 |
|
Mariusz Chryc
|
f0ef911e61
|
Display year in "Collection" and "More like this"
|
2020-01-02 12:29:41 +01:00 |
|
grafixeyehero
|
5e3b2a642d
|
fix text overflow
|
2019-12-22 23:51:53 +03:00 |
|
grafixeyehero
|
f7f83f08d4
|
Add show/hide backdrop
|
2019-12-22 16:32:11 +03:00 |
|
mcarlton00
|
d9757956a3
|
Rework device icons + add Kodi
|
2019-12-20 17:44:38 -05:00 |
|
grafixeyehero
|
935cdfceea
|
Fix detailImageContainer padding
|
2019-12-20 22:49:54 +03:00 |
|
grafixeyehero
|
7833ac7e39
|
fix detial image container
|
2019-12-20 01:33:43 +03:00 |
|
dkanada
|
3aad09c5fd
|
move all static assets into a single folder
|
2019-12-15 20:50:58 +09:00 |
|
dkanada
|
e108997376
|
Merge pull request #615 from AndreCarvalho/master
Add option to randomly sort music albums
|
2019-12-10 22:54:02 +09:00 |
|
grafixeyehero
|
e09f868d99
|
revert back padded-left and padded-right
|
2019-12-10 02:32:22 +03:00 |
|
grafixeyehero
|
6a16d84e71
|
redesign detail page
|
2019-12-09 01:03:08 +03:00 |
|
Thomas Vandemeulebroucke
|
7ab2676093
|
Fix a bug that hides children elements in the videoosd
|
2019-12-07 14:20:09 +01:00 |
|
André Carvalho
|
44ec998690
|
Add option to randomly sort music albums
|
2019-12-05 10:21:26 +00: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
|
7afdc4b2b1
|
Fix enable backdrops
|
2019-11-28 22:46:57 +03: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
|
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 |
|
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 |
|
grafixeyehero
|
34474aea01
|
apply suggestion change
|
2019-11-23 16:02:57 +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 |
|
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
|
58b09ca999
|
fix padding
|
2019-11-22 00:04:02 +03:00 |
|
grafixeyehero
|
1da8876811
|
Replace all Unicode icon with there value
|
2019-11-20 00:24:54 +03: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
|
e907350700
|
Disable autoFocus in user settings on non-TV layouts (in sync with AutoFocuser)
|
2019-11-14 23:32:31 +03:00 |
|
Dmitry Lyzo
|
472d391641
|
Add autofocus on page load
|
2019-11-14 23:32:31 +03:00 |
|
Dmitry Lyzo
|
7a10be5933
|
Add autofocus on page load
|
2019-11-14 21:04:01 +03:00 |
|
Dmitry Lyzo
|
8df85172cb
|
Apply suggestions from code review
|
2019-11-13 00:30:33 +03: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 |
|
dkanada
|
77a8828018
|
Merge pull request #554 from ThatNerdyPikachu/patch-2
Actually make DatePlayed use a colon on ItemDetails
|
2019-11-07 01:04:56 +09:00 |
|
grafixeyehero
|
23677db990
|
Deminify part 2 (#509)
This de-minifies and de-uglifies `controllers` subdirectory
|
2019-11-06 13:43:39 +03:00 |
|
grafixeyehero
|
faa1a263b9
|
change ironicon to icon
|
2019-11-05 18:24:39 +03:00 |
|
grafixeyehero
|
d3c3501632
|
update Icon
|
2019-11-05 18:00:47 +03:00 |
|
dkanada
|
4cb0cd5f95
|
Merge pull request #534 from dmitrylyzo/season_item_resume
Set "Resume" action on season item on TV
|
2019-11-02 02:21:47 +09:00 |
|
Pika
|
c565c9015b
|
Actually make DatePlayed use a colon on ItemDetails
|
2019-10-26 20:45:14 -04:00 |
|
dkanada
|
1a2019bb0e
|
Merge branch 'master' into deminify-2
|
2019-10-25 22:16:59 +09:00 |
|
grafixeyehero
|
e8af133ed2
|
add person to favorite section
|
2019-10-23 01:14:32 +03:00 |
|
grafixeyehero
|
08f249b007
|
diminify favorites.js
|
2019-10-23 00:36:04 +03:00 |
|
ferferga
|
529e9102cd
|
Improved appearance of images and artworks - Part 3
|
2019-10-21 16:24:36 +02:00 |
|