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

64 commits

Author SHA1 Message Date
MrTimscampi
57bc5e5ee4 Fix noBackdrop pages 2020-02-29 20:47:05 +01:00
MrTimscampi
94cdd38de1 Changes to details page layout 2020-02-29 20:47:05 +01:00
MrTimscampi
4fdab1e8b6 Hide details page artwork if disabled by user 2020-02-29 20:46:32 +01:00
Bill Thornton
6f0b735b3d Fix inverted logic 2020-02-26 10:50:41 -05:00
Bill Thornton
45acf52548 Fix errors in itemdetailpage 2020-02-26 00:46:56 -05:00
MrTimscampi
a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
MrTimscampi
1f91034aa9 Merge remote-tracking branch 'upstream/master' into details-placeholder 2020-02-12 09:10:42 +01:00
grafixeyehero
b06afa3305 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into item-detail-page-
# Resolve Conflicts:
#	src/assets/css/librarybrowser.css
#	src/itemdetails.html
2020-01-30 20:11:40 +03:00
MrTimscampi
c1b9a094af Add placeholder image if non-editable 2020-01-29 19:05:23 +01:00
MrTimscampi
d989d7b007 Add placeholder image to detail pages 2020-01-29 18:59:18 +01:00
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
grafixeyehero
709b48a8a8 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into item-detail-page-
# Conflicts:
#	src/assets/css/librarybrowser.css
#	src/itemdetails.html
2020-01-23 20:51:30 +03:00
grafixeyehero
89b28d76f5 applly suggestion 2020-01-15 18:54:48 +03:00
grafixeyehero
927fd4d7e6 set header setTransparentMenu for mobile only and fix some style 2020-01-13 23:36:23 +03:00
grafixeyehero
00469f9577 show overview and externallink for movie and episode on mobile too 2020-01-13 22:27:02 +03:00
grafixeyehero
69251cff48 overide itembackrop class backgroud-size cover to contain hide on desktop person backdrop 2020-01-13 22:22:50 +03:00
grafixeyehero
040f4af781 add person img to itembackdrop 2020-01-13 22:20:06 +03:00
grafixeyehero
28dfc698b5 hide detail img on mobile 2020-01-13 22:18:43 +03:00
grafixeyehero
442487799a change shape to overflow 2020-01-13 21:15:59 +03:00
grafixeyehero
5c448bc482 Fix Respect user enable/disable backdrops image 2020-01-13 18:09:55 +03:00
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
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
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
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
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
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
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
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
Pika
c565c9015b
Actually make DatePlayed use a colon on ItemDetails 2019-10-26 20:45:14 -04:00
ferferga
529e9102cd Improved appearance of images and artworks - Part 3 2019-10-21 16:24:36 +02:00
Dmitry Lyzo
79cd65ea82 Set "Resume" action on season item on TV 2019-10-16 18:13:54 +03:00
Fernando
e538a6d62c Improvements to the quality of artworks and user images - Part 2 (#512)
* Improved the overall appearance of user images

* Rounded photo in 'My profile' page

* Improved quality of media artwork

* fix some minor bugs introduced from a merge conflict
2019-10-13 15:46:22 -04:00
Daniel Hartung
f7d5d4480d Added last played information 2019-09-11 19:58:31 +02:00
Daniel Hartung
8ee530c0ec Expanded minified javascript 2019-09-11 19:27:53 +02:00