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

update now playing page

This commit is contained in:
Luke Pulverenti 2015-06-26 16:40:30 -04:00
parent 7fb59cc969
commit e33e5875cf
10 changed files with 148 additions and 197 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper-button",
"version": "1.0.1",
"version": "1.0.2",
"description": "Material design button",
"authors": [
"The Polymer Authors"
@ -36,14 +36,13 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"_release": "1.0.1",
"_release": "1.0.2",
"_resolution": {
"type": "version",
"tag": "v1.0.1",
"commit": "e11a0603feaaedd8cf6c7e0d533bdc67de24c8de"
"tag": "v1.0.2",
"commit": "e804f62099c79f909ec9f94d78b790bff7b88682"
},
"_source": "git://github.com/PolymerElements/paper-button.git",
"_target": "~1.0.1",
"_originalSource": "PolymerElements/paper-button",
"_direct": true
"_originalSource": "PolymerElements/paper-button"
}

View file

@ -1,6 +1,6 @@
{
"name": "paper-button",
"version": "1.0.1",
"version": "1.0.2",
"description": "Material design button",
"authors": [
"The Polymer Authors"

View file

@ -31,7 +31,7 @@ You may use custom DOM in the button body to create a variety of buttons. For ex
create a button with an icon and some text:
<paper-button>
<core-icon icon="favorite"></core-icon>
<iron-icon icon="favorite"></iron-icon>
custom button content
</paper-button>