diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json
index 8119ebcf41..9e650790be 100644
--- a/dashboard-ui/bower_components/iron-meta/.bower.json
+++ b/dashboard-ui/bower_components/iron-meta/.bower.json
@@ -25,14 +25,14 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "homepage": "https://github.com/polymerelements/iron-meta",
+ "homepage": "https://github.com/PolymerElements/iron-meta",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "v1.0.3",
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
},
- "_source": "git://github.com/polymerelements/iron-meta.git",
+ "_source": "git://github.com/PolymerElements/iron-meta.git",
"_target": "^1.0.0",
- "_originalSource": "polymerelements/iron-meta"
+ "_originalSource": "PolymerElements/iron-meta"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/paper-item/.bower.json b/dashboard-ui/bower_components/paper-item/.bower.json
new file mode 100644
index 0000000000..436c653b5f
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/.bower.json
@@ -0,0 +1,50 @@
+{
+ "name": "paper-item",
+ "version": "1.0.2",
+ "description": "A material-design styled list item",
+ "authors": [
+ "The Polymer Authors"
+ ],
+ "keywords": [
+ "web-components",
+ "polymer",
+ "item"
+ ],
+ "main": [
+ "paper-item.html",
+ "paper-icon-item.html",
+ "paper-item-body.html"
+ ],
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/paper-item"
+ },
+ "license": "MIT",
+ "homepage": "https://github.com/PolymerElements/paper-item",
+ "ignore": [],
+ "dependencies": {
+ "paper-styles": "PolymerElements/paper-styles#^1.0.0",
+ "polymer": "Polymer/polymer#^1.0.0"
+ },
+ "devDependencies": {
+ "iron-icon": "PolymerElements/iron-icon#^1.0.0",
+ "iron-icons": "PolymerElements/iron-icons#^1.0.0",
+ "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0",
+ "paper-toggle-button": "PolymerElements/paper-toggle-button#^1.0.0",
+ "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
+ "test-fixture": "PolymerElements/test-fixture#^1.0.0",
+ "web-component-tester": "*",
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
+ },
+ "_release": "1.0.2",
+ "_resolution": {
+ "type": "version",
+ "tag": "v1.0.2",
+ "commit": "209d000bd2e99d9b31cfc996bbc5b0fc554be21d"
+ },
+ "_source": "git://github.com/PolymerElements/paper-item.git",
+ "_target": "~1.0.2",
+ "_originalSource": "PolymerElements/paper-item",
+ "_direct": true
+}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/paper-item/.gitignore b/dashboard-ui/bower_components/paper-item/.gitignore
new file mode 100644
index 0000000000..fbe05fc93b
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/.gitignore
@@ -0,0 +1 @@
+bower_components/
diff --git a/dashboard-ui/bower_components/paper-item/all-imports.html b/dashboard-ui/bower_components/paper-item/all-imports.html
new file mode 100644
index 0000000000..4b1583fe41
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/all-imports.html
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/bower.json b/dashboard-ui/bower_components/paper-item/bower.json
new file mode 100644
index 0000000000..bbfec78456
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/bower.json
@@ -0,0 +1,40 @@
+{
+ "name": "paper-item",
+ "version": "1.0.2",
+ "description": "A material-design styled list item",
+ "authors": [
+ "The Polymer Authors"
+ ],
+ "keywords": [
+ "web-components",
+ "polymer",
+ "item"
+ ],
+ "main": [
+ "paper-item.html",
+ "paper-icon-item.html",
+ "paper-item-body.html"
+ ],
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/paper-item"
+ },
+ "license": "MIT",
+ "homepage": "https://github.com/PolymerElements/paper-item",
+ "ignore": [],
+ "dependencies": {
+ "paper-styles": "PolymerElements/paper-styles#^1.0.0",
+ "polymer": "Polymer/polymer#^1.0.0"
+ },
+ "devDependencies": {
+ "iron-icon": "PolymerElements/iron-icon#^1.0.0",
+ "iron-icons": "PolymerElements/iron-icons#^1.0.0",
+ "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0",
+ "paper-toggle-button": "PolymerElements/paper-toggle-button#^1.0.0",
+ "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
+ "test-fixture": "PolymerElements/test-fixture#^1.0.0",
+ "web-component-tester": "*",
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
+ }
+}
diff --git a/dashboard-ui/bower_components/paper-item/demo/index.html b/dashboard-ui/bower_components/paper-item/demo/index.html
new file mode 100644
index 0000000000..88dab60bf6
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/demo/index.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
+
+ paper-item demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Single line items
+
+
Inbox
+
Starred
+
Sent mail
+
Drafts
+
+
+
+
+
Icon with text
+
+
+ Inbox
+
+
+ Outbox
+
+
+ Trash
+
+
+ Spam
+
+
+
+
+
+
Avatar with text
+
+
+ Alphonso Engelking
+
+
+ Andrews Boyd
+
+
+ Angela Decker
+
+
+ Lorem Ipsum
+
+
+
+
+
+
Avatar with text and icon
+
+
+
+ Alphonso
+
+
+
+
+ Andrews
+
+
+
+
+ Angela
+
+
+
+
+ Lorem
+
+
+
+
+
+
+
Avatar with text and control
+
+
+
+ Alphonso
+
+
+
+
+ Andrews
+
+
+
+
+ Angela
+
+
+
+
+ Lorem
+
+
+
+
+
+
+
Control with text and icon
+
+
+
+ Alphonso
+
+
+
+
+ Andrews
+
+
+
+
+ Angela
+
+
+
+
+ Lorem
+
+
+
+
+
+
+
Two-line items
+
+
+
+ Profile Photo
+ Change your Google+ profile photo
+
+
+
+
+ Show your status
+ Your status is visible to everyone you use with
+
+
+
+
+ Settings
+ Change your account settings
+
+
+
+
+
+
+
Icon with two-line text
+
+
+
+
+ Alphonso Engelking
+ Change photo
+
+
+
+
+
+ (650) 555-1234
+ Mobile
+
+
+
+
+
+ alphonso@example.com
+ Personal
+
+
+
+
+
+
+
+
Avatar with text and icon
+
+
+
+
+ Photos
+ Jan 9, 2014
+
+
+
+
+
+
+ Recipes
+ Jan 17, 2014
+
+
+
+
+
+
+ Work
+ Jan 28, 2014
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/index.html b/dashboard-ui/bower_components/paper-item/index.html
new file mode 100644
index 0000000000..b409ed121c
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/index.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
paper-item
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/paper-icon-item.html b/dashboard-ui/bower_components/paper-item/paper-icon-item.html
new file mode 100644
index 0000000000..231159c09f
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/paper-icon-item.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/paper-item-body.html b/dashboard-ui/bower_components/paper-item/paper-item-body.html
new file mode 100644
index 0000000000..6345830c13
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/paper-item-body.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/paper-item-shared.css b/dashboard-ui/bower_components/paper-item/paper-item-shared.css
new file mode 100644
index 0000000000..8528d1a2a7
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/paper-item-shared.css
@@ -0,0 +1,19 @@
+/*
+ @license
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
+ Code distributed by Google as part of the polymer project is also
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
+*/
+
+:host {
+ display: block;
+ min-height: var(--paper-item-min-height, 48px);
+ padding: 0px 16px;
+}
+
+:host > ::content > *:not(:first-child):not(:last-child) {
+ margin-right: 16px;
+}
diff --git a/dashboard-ui/bower_components/paper-item/paper-item.html b/dashboard-ui/bower_components/paper-item/paper-item.html
new file mode 100644
index 0000000000..50b89fee43
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/paper-item.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/test/index.html b/dashboard-ui/bower_components/paper-item/test/index.html
new file mode 100644
index 0000000000..6f5314ce18
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/test/index.html
@@ -0,0 +1,34 @@
+
+
+
+
+
+
paper-item tests
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-item/test/paper-item.html b/dashboard-ui/bower_components/paper-item/test/paper-item.html
new file mode 100644
index 0000000000..3c77ce3040
--- /dev/null
+++ b/dashboard-ui/bower_components/paper-item/test/paper-item.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
paper-item tests
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ item
+
+
+
+
+
+ item
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/paper-styles/.bower.json b/dashboard-ui/bower_components/paper-styles/.bower.json
index 04e2128c81..6b23721aea 100644
--- a/dashboard-ui/bower_components/paper-styles/.bower.json
+++ b/dashboard-ui/bower_components/paper-styles/.bower.json
@@ -34,7 +34,7 @@
"tag": "v1.0.11",
"commit": "347542e9ebe3e6e5f0830ee10e1c20c12956ff2c"
},
- "_source": "git://github.com/PolymerElements/paper-styles.git",
+ "_source": "git://github.com/PolymerLabs/paper-styles.git",
"_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-styles"
+ "_originalSource": "PolymerLabs/paper-styles"
}
\ No newline at end of file
diff --git a/dashboard-ui/mypreferencesdisplay.html b/dashboard-ui/mypreferencesdisplay.html
index 05f7b42a53..023b3dcd69 100644
--- a/dashboard-ui/mypreferencesdisplay.html
+++ b/dashboard-ui/mypreferencesdisplay.html
@@ -5,23 +5,16 @@
Emby
-