소스 검색

update icons

Luke Pulverenti 10 년 전
부모
커밋
2341ce0983

+ 1 - 0
MediaBrowser.Server.Implementations/Localization/JavaScript/javascript.json

@@ -796,6 +796,7 @@
     "HeaderMedia": "Media",
     "ButtonInbox": "Inbox",
     "HeaderAdvanced": "Advanced",
+    "HeaderGroupVersions": "Group Versions",
     "HeaderSaySomethingLike": "Say Something Like...",
     "ButtonTryAgain": "Try Again",
     "HeaderYouSaid": "You Said...",

+ 1 - 0
MediaBrowser.WebDashboard/Api/PackageCreator.cs

@@ -284,6 +284,7 @@ namespace MediaBrowser.WebDashboard.Api
                     "bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html",
                     "bower_components/neon-animation/animations/scale-up-animation.html",
                     "bower_components/neon-animation/animations/fade-out-animation.html",
+                    "bower_components/neon-animation/animations/fade-in-animation.html",
                     "bower_components/paper-icon-button/paper-icon-button.html",
                     "thirdparty/emby-icons.html"
                 };

+ 3 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -582,6 +582,9 @@
     <Content Include="dashboard-ui\thirdparty\cordova\back.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\thirdparty\cordova\ios\actionsheet.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\thirdparty\cordova\ios\orientation.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>