mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
update menus
This commit is contained in:
parent
95ac98d5d4
commit
72752fc559
@ -38,6 +38,7 @@
|
|||||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||||
"TitleLiveTV": "Live TV",
|
"TitleLiveTV": "Live TV",
|
||||||
|
"ButtonCancelSyncJob": "Cancel sync job",
|
||||||
"TitleSync": "Sync",
|
"TitleSync": "Sync",
|
||||||
"HeaderSelectDate": "Select Date",
|
"HeaderSelectDate": "Select Date",
|
||||||
"ButtonDonate": "Donate",
|
"ButtonDonate": "Donate",
|
||||||
|
@ -99,7 +99,6 @@
|
|||||||
<Compile Include="BackgroundServiceInstaller.cs">
|
<Compile Include="BackgroundServiceInstaller.cs">
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="EntryPoints\ResourceEntryPoint.cs" />
|
|
||||||
<Compile Include="Native\NativeFileSystem.cs" />
|
<Compile Include="Native\NativeFileSystem.cs" />
|
||||||
<Compile Include="MainForm.cs">
|
<Compile Include="MainForm.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
|
@ -262,7 +262,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
|
|
||||||
html = html.Replace("<html>", "<html lang=\"" + lang + "\">")
|
html = html.Replace("<html>", "<html lang=\"" + lang + "\">")
|
||||||
.Replace("<body>", "<body><paper-drawer-panel class=\"mainDrawerPanel mainDrawerPanelPreInit\" forceNarrow><div class=\"mainDrawer\" drawer></div><div main><div class=\"pageContainer\">")
|
.Replace("<body>", "<body><paper-drawer-panel class=\"mainDrawerPanel mainDrawerPanelPreInit\" forceNarrow><div class=\"mainDrawer\" drawer></div><div main><div class=\"pageContainer\">")
|
||||||
.Replace("</body>", "</div></div></body>");
|
.Replace("</body>", "</div></div></paper-drawer-panel></body>");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enableMinification)
|
if (enableMinification)
|
||||||
@ -666,7 +666,6 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
"pluginupdates.css",
|
"pluginupdates.css",
|
||||||
"remotecontrol.css",
|
"remotecontrol.css",
|
||||||
"userimage.css",
|
"userimage.css",
|
||||||
"livetv.css",
|
|
||||||
"nowplaying.css",
|
"nowplaying.css",
|
||||||
"materialize.css"
|
"materialize.css"
|
||||||
};
|
};
|
||||||
|
@ -178,6 +178,18 @@
|
|||||||
<Content Include="dashboard-ui\bower_components\iron-media-query\iron-media-query.html" />
|
<Content Include="dashboard-ui\bower_components\iron-media-query\iron-media-query.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\iron-media-query\test\basic.html" />
|
<Content Include="dashboard-ui\bower_components\iron-media-query\test\basic.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\iron-media-query\test\index.html" />
|
<Content Include="dashboard-ui\bower_components\iron-media-query\test\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\.gitignore" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\demo\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\demo\simple-menu.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\demo\simple-menubar.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\iron-menu-behavior.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\iron-menubar-behavior.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\test\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\test\iron-menu-behavior.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\test\iron-menubar-behavior.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\test\test-menu.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\iron-menu-behavior\test\test-menubar.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\iron-meta\.gitignore" />
|
<Content Include="dashboard-ui\bower_components\iron-meta\.gitignore" />
|
||||||
<Content Include="dashboard-ui\bower_components\iron-meta\demo\index.html" />
|
<Content Include="dashboard-ui\bower_components\iron-meta\demo\index.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\iron-meta\hero.svg" />
|
<Content Include="dashboard-ui\bower_components\iron-meta\hero.svg" />
|
||||||
@ -421,6 +433,13 @@
|
|||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\bower_components\paper-material\test\index.html" />
|
<Content Include="dashboard-ui\bower_components\paper-material\test\index.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\paper-material\test\paper-material.html" />
|
<Content Include="dashboard-ui\bower_components\paper-material\test\paper-material.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\.gitignore" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\demo\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\hero.svg" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\paper-menu.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\test\index.html" />
|
||||||
|
<Content Include="dashboard-ui\bower_components\paper-menu\test\paper-menu.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\paper-ripple\.gitignore" />
|
<Content Include="dashboard-ui\bower_components\paper-ripple\.gitignore" />
|
||||||
<Content Include="dashboard-ui\bower_components\paper-ripple\demo\index.html" />
|
<Content Include="dashboard-ui\bower_components\paper-ripple\demo\index.html" />
|
||||||
<Content Include="dashboard-ui\bower_components\paper-ripple\hero.svg" />
|
<Content Include="dashboard-ui\bower_components\paper-ripple\hero.svg" />
|
||||||
@ -541,6 +560,9 @@
|
|||||||
<Content Include="dashboard-ui\css\images\splash.jpg">
|
<Content Include="dashboard-ui\css\images\splash.jpg">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\css\images\splash720.jpg">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\css\images\touchicon144.png">
|
<Content Include="dashboard-ui\css\images\touchicon144.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -634,18 +656,6 @@
|
|||||||
<Content Include="dashboard-ui\thirdparty\paper-button-style.css">
|
<Content Include="dashboard-ui\thirdparty\paper-button-style.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\polymer\LICENSE.txt">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\polymer\polymer-micro.html">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\polymer\polymer-mini.html">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\polymer\polymer.html">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\velocity.min.js">
|
<Content Include="dashboard-ui\thirdparty\velocity.min.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@ -2750,6 +2760,9 @@
|
|||||||
<None Include="dashboard-ui\bower_components\iron-media-query\.bower.json" />
|
<None Include="dashboard-ui\bower_components\iron-media-query\.bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\iron-media-query\bower.json" />
|
<None Include="dashboard-ui\bower_components\iron-media-query\bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\iron-media-query\README.md" />
|
<None Include="dashboard-ui\bower_components\iron-media-query\README.md" />
|
||||||
|
<None Include="dashboard-ui\bower_components\iron-menu-behavior\.bower.json" />
|
||||||
|
<None Include="dashboard-ui\bower_components\iron-menu-behavior\bower.json" />
|
||||||
|
<None Include="dashboard-ui\bower_components\iron-menu-behavior\README.md" />
|
||||||
<None Include="dashboard-ui\bower_components\iron-meta\.bower.json" />
|
<None Include="dashboard-ui\bower_components\iron-meta\.bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\iron-meta\bower.json" />
|
<None Include="dashboard-ui\bower_components\iron-meta\bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\iron-meta\README.md" />
|
<None Include="dashboard-ui\bower_components\iron-meta\README.md" />
|
||||||
@ -2793,6 +2806,9 @@
|
|||||||
<None Include="dashboard-ui\bower_components\paper-material\.bower.json" />
|
<None Include="dashboard-ui\bower_components\paper-material\.bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\paper-material\bower.json" />
|
<None Include="dashboard-ui\bower_components\paper-material\bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\paper-material\README.md" />
|
<None Include="dashboard-ui\bower_components\paper-material\README.md" />
|
||||||
|
<None Include="dashboard-ui\bower_components\paper-menu\.bower.json" />
|
||||||
|
<None Include="dashboard-ui\bower_components\paper-menu\bower.json" />
|
||||||
|
<None Include="dashboard-ui\bower_components\paper-menu\README.md" />
|
||||||
<None Include="dashboard-ui\bower_components\paper-ripple\.bower.json" />
|
<None Include="dashboard-ui\bower_components\paper-ripple\.bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\paper-ripple\bower.json" />
|
<None Include="dashboard-ui\bower_components\paper-ripple\bower.json" />
|
||||||
<None Include="dashboard-ui\bower_components\paper-ripple\README.md" />
|
<None Include="dashboard-ui\bower_components\paper-ripple\README.md" />
|
||||||
@ -2933,9 +2949,6 @@
|
|||||||
<None Include="dashboard-ui\thirdparty\materialicons\MaterialIcons-Regular.woff2">
|
<None Include="dashboard-ui\thirdparty\materialicons\MaterialIcons-Regular.woff2">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
<None Include="dashboard-ui\thirdparty\polymer\bower.json">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user