update components
This commit is contained in:
parent
66cfab0c6c
commit
43eb12408c
|
@ -280,6 +280,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
"thirdparty/paper-button/paper-button.html",
|
||||
"thirdparty/paper-toast/paper-toast.html",
|
||||
"thirdparty/paper-spinner/paper-spinner.html",
|
||||
"thirdparty/paper-fab/paper-fab.html",
|
||||
//"thirdparty/paper-icon-button/paper-icon-button.html",
|
||||
"thirdparty/iron-icons/emby-icons.html"
|
||||
};
|
||||
|
@ -351,7 +352,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
sb.Append("<meta http-equiv=\"X-UA-Compatibility\" content=\"IE=Edge\">");
|
||||
sb.Append("<meta name=\"format-detection\" content=\"telephone=no\">");
|
||||
sb.Append("<meta name=\"msapplication-tap-highlight\" content=\"no\">");
|
||||
sb.Append("<meta name=\"viewport\" content=\"user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, target-densitydpi=device-dpi\">");
|
||||
sb.Append("<meta name=\"viewport\" content=\"user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width\">");
|
||||
sb.Append("<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">");
|
||||
sb.Append("<meta name=\"mobile-web-app-capable\" content=\"yes\">");
|
||||
sb.Append("<meta name=\"application-name\" content=\"Emby\">");
|
||||
|
|
|
@ -114,6 +114,12 @@
|
|||
<Content Include="dashboard-ui\css\images\tour\web\tourmysync.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\scripts\actionsheet.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\themes\android.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\themes\ios.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -243,6 +249,9 @@
|
|||
<Content Include="dashboard-ui\thirdparty\paper-button\paper-button.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\paper-fab\paper-fab.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\thirdparty\paper-icon-button\paper-icon-button.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
Loading…
Reference in New Issue
Block a user