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

55 commits

Author SHA1 Message Date
Vasily
1a8da665bc
Merge pull request #1463 from MrTimscampi/card-shapes
Fix latest section portrait cards not being portrait in all cases
2020-06-22 12:59:36 +03:00
MrTimscampi
5733f30cea Fix latest section portrait cards not being portrait in all cases 2020-06-22 10:09:21 +02:00
MrTimscampi
efabfc6f69 Use parent poster for items with children 2020-06-20 15:29:47 +02:00
MrTimscampi
d8375efc69 Add Path to home sections
Fixes play button on home sections for books
2020-05-30 13:33:38 +02:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
d98645135b
Merge branch 'master' into fix-icons-webos2 2020-04-30 00:55:43 +03:00
ferferga
0117bf476a Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-29 23:47:52 +02:00
Dmitry Lyzo
7905a868c8 Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/controllers/dashboard/plugins/available.js
	src/controllers/dashboard/plugins/installed.js
2020-04-28 16:55:33 +03:00
dkanada
47d8ef7fc2
Merge pull request #1134 from MrTimscampi/latest-tv-posters
Use posters for latest TV shows
2020-04-26 23:24:43 +09:00
ferferga
54eb916cfe Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-26 14:44:01 +02:00
MrTimscampi
9d0aa06264 Remove log lines 2020-04-26 14:18:43 +02:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
MrTimscampi
fcb6808a9f Use square shape for homevideos items in home sections 2020-04-26 10:19:10 +02:00
MrTimscampi
4113f001cb Use posters for latest TV shows 2020-04-26 10:07:09 +02:00
Delgan
9a08d8dbc4 Fix pointer missing in "create new lib" link 2020-04-25 10:11:38 +00:00
MrTimscampi
36eb5564c1 Fix all Critical bugs from Sonarqube 2020-04-06 22:03:09 +02:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
ferferga
a0a3f88f39 Use Globalize locally everywhere 2020-03-29 19:39:14 +02:00
Dmitry Lyzo
e016836d3e Fix library icons in WebOS 4 2020-03-10 12:44:42 +03:00
Bill Thornton
5fb2c8bd82 Fix horizontal scrolling on emby-scrollers 2020-02-23 01:31:24 -05:00
Andreas B
87a4f39844 Fix webOS support in videoosd.js and homesection.js 2020-02-20 11:23:08 +01:00
dkanada
3b5a63f930
Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
Andreas B
805394d9a3
Add a message to home when no libraries have been created (#798)
* Add a prompt to home when no libraries exist

Resolves: #642

* Replace let with var in homesection.js

* Use centerMessage class in "no library" prompt

* Fix invalid closing tag

* Change \"no library\" prompt description for admins
2020-02-19 23:42:48 +09: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
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +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
grafixeyehero
1d1042513f Remove padded class 2019-10-13 21:33:07 +03:00
Niklas Fäth
1be3a7f205 Fixed blurred My Media images (#443)
* Fixed blurred My Media images

* Update CONTRIBUTORS.md
2019-09-05 15:04:35 -04:00
dkanada
569d6456b1 fix card layout on home for books 2019-08-22 15:23:05 -07:00
dkanada
752212413c consolidate all library icons into a single method 2019-07-29 00:10:52 -07:00
Joshua M. Boniface
d2213841dc
Merge pull request #382 from dinki/on_now_fix
Fix homesection 'On now' display elements
2019-07-05 22:50:04 -04:00
Joshua M. Boniface
f12af9f40c
Merge pull request #381 from dinki/homesection_programs_button_fix
Fix homesection programs button to go to correct page
2019-07-05 22:49:07 -04:00
dinki
8147f7847d Remove On Now PR fix 2019-07-03 09:37:05 -05:00
dinki
9f86f68d2f fixing previous commit 2019-07-02 18:55:57 -05:00
dinki
9107a28cc5 Fixes On Now section so items are shown 2019-07-02 15:46:54 -05:00
dinki
bae555928f clean up 2019-07-02 15:43:05 -05:00
dinki
a678037eec Fixes On Now section so items are shown 2019-07-02 15:37:07 -05:00
dinki
5f80642193 Fix homesection programs button to go to correct page 2019-07-02 14:17:36 -05:00
dkanada
9c9d4ba58c fix all outstanding bugs and quirks with new scrollbuttons 2019-07-02 00:12:04 -07:00
dkanada
63b4249c34 simplify some css rules 2019-07-01 21:25:35 -07:00
dkanada
73b14386ef fix scroller button issues 2019-07-01 21:24:59 -07:00
dkanada
976ec25e3b move buttons to top right for custom scroll element 2019-07-01 21:24:59 -07:00
Chuck Connors
b592abbeff Add 'Series' button to Live TV menu off homesection (#372)
* Add Series button to main page

* Fix typo

* Fix typo
2019-07-01 10:14:28 -07:00
dkanada
38bed87e92 minor fixes for section headers 2019-06-21 14:19:33 -07:00
grafixeyehero
8eda13c092 Add class homeLibraryIcon for md-icon 2019-05-27 01:22:48 +03:00
grafixeyehero
2141f56273 Add span class homeLibrarytext 2019-05-26 02:04:54 +03:00
grafixeyehero
7e0100ef3f update icon 2019-05-17 21:29:31 +03:00
grafixeyehero
93be06bdd4 update icon 2019-05-16 04:33:57 +03:00