Skip to content

Commit

Permalink
Fix removal of paper-tabs reference in core server
Browse files Browse the repository at this point in the history
  • Loading branch information
softworkz committed Jul 8, 2016
1 parent 425d9ca commit ef1b190
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 354 deletions.
2 changes: 1 addition & 1 deletion MovieOrganizer/Html/fileorganizer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(['dialogHelper', 'paper-checkbox', 'paper-input', 'paper-button', 'paper-icon-button-light', 'paper-tabs'], function (dialogHelper) {
define(['dialogHelper', 'paper-checkbox', 'paper-input', 'paper-button', 'paper-icon-button-light', 'paper-icon-item', 'html!bower_components/paper-tabs/paper-tabs.html'], function (dialogHelper) {

var extractedName;
var extractedYear;
Expand Down
21 changes: 21 additions & 0 deletions MovieOrganizer/Html/fileorganizer.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
</div>
</div>

<style>
paper-tabs {
background-color: #020202;
color: #fff;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

paper-tab {
text-transform: uppercase;
font-weight: 400;
}

paper-tabs #selectionBar {
background-color: #52B54B !important;
}

paper-tabs paper-ripple {
color: #52B54B !important;
}
</style>

<paper-tabs id="paperTabs" hidescrollbuttons style="padding: 0;">
<paper-tab>
<div>Series Episode</div>
Expand Down
138 changes: 0 additions & 138 deletions MovieOrganizer/Html/metadataviewer.js

This file was deleted.

211 changes: 0 additions & 211 deletions MovieOrganizer/Html/metadataviewer.template.html

This file was deleted.

4 changes: 0 additions & 4 deletions MovieOrganizer/MovieOrganizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@
<EmbeddedResource Include="Html\fileorganizer.js" />
<EmbeddedResource Include="Html\fileorganizer.template.html" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Html\metadataviewer.js" />
<EmbeddedResource Include="Html\metadataviewer.template.html" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\..\MediaBrowser.Dev\ProgramData-Server\Plugins\" /y</PostBuildEvent>
Expand Down

0 comments on commit ef1b190

Please sign in to comment.