diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index 313dceeb83..5d739f749c 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -15,12 +15,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.0.83", - "_release": "1.0.83", + "version": "1.0.84", + "_release": "1.0.84", "_resolution": { "type": "version", - "tag": "1.0.83", - "commit": "2d07f1da3ed23cf12b40ed2639e42dd737eb83fd" + "tag": "1.0.84", + "commit": "8a8bc2b228f290e1e5616eba205bcd6f117167e2" }, "_source": "git://github.com/MediaBrowser/emby-webcomponents.git", "_target": "~1.0.0", diff --git a/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css b/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css index ca42d00614..e9638958ee 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css +++ b/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css @@ -1,8 +1,8 @@ .docspinner { margin-top: -4vh; margin-left: -4vh; - width: 8vh; - height: 8vh; + width: 7vh; + height: 7vh; position: fixed; top: 50%; left: 50%; diff --git a/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js b/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js index 8835931352..5f63113dd4 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js +++ b/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js @@ -136,7 +136,7 @@ // but not needed here since this is already on top of an existing dialog // but skip it in IE because it's causing the entire browser to hang // Also have to disable for firefox because it's causing select elements to not be clickable - if (!browser.msie && !browser.firefox && options.modal !== false) { + if (options.modal !== false) { dlg.setAttribute('modal', 'modal'); } diff --git a/dashboard-ui/bower_components/polymer/.bower.json b/dashboard-ui/bower_components/polymer/.bower.json index 01365c0ce5..b152935123 100644 --- a/dashboard-ui/bower_components/polymer/.bower.json +++ b/dashboard-ui/bower_components/polymer/.bower.json @@ -26,14 +26,14 @@ "web-component-tester": "*" }, "private": true, - "homepage": "https://github.com/Polymer/polymer", + "homepage": "https://github.com/polymer/polymer", "_release": "1.2.4", "_resolution": { "type": "version", "tag": "v1.2.4", "commit": "284332a905ddd60eab11901a82ac037976175cf8" }, - "_source": "git://github.com/Polymer/polymer.git", + "_source": "git://github.com/polymer/polymer.git", "_target": "^1.0.0", - "_originalSource": "Polymer/polymer" + "_originalSource": "polymer/polymer" } \ No newline at end of file diff --git a/dashboard-ui/components/collectioneditor/collectioneditor.js b/dashboard-ui/components/collectioneditor/collectioneditor.js index 834d822600..a3078bd040 100644 --- a/dashboard-ui/components/collectioneditor/collectioneditor.js +++ b/dashboard-ui/components/collectioneditor/collectioneditor.js @@ -122,7 +122,7 @@ html += '
'; html += '
'; - html += ''; + html += ''; html += ''; html += '
'; diff --git a/dashboard-ui/components/metadataeditor/metadataeditor.js b/dashboard-ui/components/metadataeditor/metadataeditor.js index 0db81a2718..7dccc9b700 100644 --- a/dashboard-ui/components/metadataeditor/metadataeditor.js +++ b/dashboard-ui/components/metadataeditor/metadataeditor.js @@ -342,6 +342,12 @@ var items = []; + items.push({ + name: Globalize.translate('ButtonEditImages'), + id: 'images', + ironIcon: 'photo' + }); + items.push({ name: Globalize.translate('ButtonIdentify'), id: 'identify', @@ -369,6 +375,9 @@ case 'refresh': showRefreshMenu(context, button); break; + case 'images': + LibraryBrowser.editImages(currentItem.Id); + break; default: break; } diff --git a/dashboard-ui/components/playlisteditor/playlisteditor.js b/dashboard-ui/components/playlisteditor/playlisteditor.js index bdbbb95277..b1a6e786e2 100644 --- a/dashboard-ui/components/playlisteditor/playlisteditor.js +++ b/dashboard-ui/components/playlisteditor/playlisteditor.js @@ -130,7 +130,7 @@ html += ''; html += '
'; - html += ''; + html += ''; html += ''; html += '
'; diff --git a/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html b/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html index 74cca82966..8b1ed3ca38 100644 --- a/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html +++ b/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html @@ -9,7 +9,7 @@
- +