Commit graph

34 commits

Author SHA1 Message Date
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
dkanada
ba1219f78b remove duplicate button to home screen settings 2019-03-29 23:52:45 -07:00
vitorsemeano
4013ac8c8f removed duplicate emby-button module as dependency 2019-03-28 21:41:01 +00:00
vitorsemeano
afde8bebe7 removed module emby-linkbutton: same as emby-button 2019-03-28 21:35:31 +00:00
dkanada
65fafe9c58 remove registration services 2019-03-19 17:03:51 -07:00
vitorsemeano
6ddc62857d move emby-webcomponents to components and reflect paths 2019-02-23 18:05:42 +00:00
Renamed from src/bower_components/emby-webcomponents/homesections/homesections.js (Browse further)