File tree Expand file tree Collapse file tree 7 files changed +26
-10
lines changed
Styles/MoonCore.Blazor.FlyonUi/mappings Expand file tree Collapse file tree 7 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 2424 <PackageReference Include =" Blazor-ApexCharts" Version =" 6.0.0" />
2525 <PackageReference Include =" MoonCore" Version =" 1.9.2" />
2626 <PackageReference Include =" MoonCore.Blazor" Version =" 1.3.1" />
27- <PackageReference Include =" MoonCore.Blazor.FlyonUi" Version =" 1.0.8 " />
27+ <PackageReference Include =" MoonCore.Blazor.FlyonUi" Version =" 1.0.9 " />
2828 </ItemGroup >
2929 <ItemGroup >
3030 <Compile Remove =" storage\**\*" />
4949 <None Include =" Styles/mappings/*.map" Pack =" true" PackagePath =" Styles/" />
5050 <None Include =" Moonlight.Client.targets" Pack =" true" PackagePath =" build/Moonlight.Client.targets" />
5151 </ItemGroup >
52-
53- <ItemGroup >
54- <UpToDateCheckInput Remove =" UI\Views\Internal\Mockup.razor" />
55- <UpToDateCheckInput Remove =" UI\Partials\Design\ThemeSettings.razor" />
56- </ItemGroup >
5752</Project >
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ border-2
8181border-b
8282border-base-content
8383border-base-content/20
84+ border-base-content/25
8485border-base-content/40
8586border-base-content/5
8687border-dashed
@@ -295,6 +296,7 @@ md:text-3xl
295296me-1
296297me-1.5
297298me-2
299+ me-2.5
298300me-5
299301menu
300302menu-active
Original file line number Diff line number Diff line change 1414
1515<NavTabs Index =" 1" Names =" UiConstants.AdminNavNames" Links =" UiConstants.AdminNavLinks" />
1616
17- <div class =" mt-5 flex justify-between" >
18- <span class =" text-lg font-semibold" >Themes</span >
17+ <PageSeparator Icon =" icon-palette" >
18+ Themes
19+ </PageSeparator >
20+
21+ <div class =" mt-5 flex justify-end" >
1922 <div >
2023 <label for =" import-theme" class =" btn btn-info me-1" >
2124 <i class =" icon-file-up" ></i >
2629 </div >
2730</div >
2831
29- <div class =" mt -2.5" >
32+ <div class =" my -2.5" >
3033 <DataTable TItem =" ThemeResponse" >
3134 <Configuration >
3235 <DataTableColumn TItem =" ThemeResponse" Field =" @(x => x.Id)" Name =" Id" />
7881 </DataTable >
7982</div >
8083
84+ <PageSeparator Icon =" icon-images" >
85+ Images & Logos
86+ </PageSeparator >
87+
8188
8289@code
8390{
Original file line number Diff line number Diff line change 3838 <label class =" block text-sm font-medium leading-6 text-base-content" >Version</label >
3939 <div class =" mt-2" >
4040 <input @bind =" Request.Version" type =" text" autocomplete =" off" class =" input w-full" >
41+ <span class =" helper-text" >This field will be used for update checks</span >
4142 </div >
4243 </div >
4344 </div >
Original file line number Diff line number Diff line change 2828 <div class =" mt-2" >
2929 <div class =" flex items-center gap-1" >
3030 <input @bind =" Request.IsEnabled" type =" checkbox" class =" switch" />
31+ <span class =" helper-text" >Toggle on in order to enable the theme globally (a reload is required to apply)</span >
3132 </div >
3233 </div >
3334 </div >
4748 <label class =" block text-sm font-medium leading-6 text-base-content" >Version</label >
4849 <div class =" mt-2" >
4950 <input @bind =" Request.Version" type =" text" autocomplete =" off" class =" input w-full" >
51+ <span class =" helper-text" >This field will be used for update checks</span >
5052 </div >
5153 </div >
5254 <div class =" sm:col-span-2" >
5355 <label class =" block text-sm font-medium leading-6 text-base-content" >Donate URL</label >
5456 <div class =" mt-2" >
5557 <input @bind =" Request.DonateUrl" type =" text" autocomplete =" off" class =" input w-full" >
58+ <span class =" helper-text" >Optional: Specify a url here which people should get redirected for donating to the author</span >
5659 </div >
5760 </div >
5861 <div class =" sm:col-span-2" >
5962 <label class =" block text-sm font-medium leading-6 text-base-content" >Update URL</label >
6063 <div class =" mt-2" >
6164 <input @bind =" Request.UpdateUrl" type =" text" autocomplete =" off" class =" input w-full" >
65+ <span class =" helper-text" >Optional: Specify a url here which returns the latest version of this theme as the raw exported file</span >
6266 </div >
6367 </div >
6468 </div >
Original file line number Diff line number Diff line change 1919 <StatCard Title =" Memory Usage" Text =" @(Formatter.FormatSize(OverviewData.MemoryUsage))" Icon =" icon-memory-stick" />
2020 <StatCard Title =" Host OS" Text =" @(OverviewData.OperatingSystem)" Icon =" icon-server-cog" />
2121 <StatCard Title =" Uptime" Text =" @(Formatter.FormatUptime(OverviewData.Uptime))" Icon =" icon-clock" />
22-
22+ </div >
23+
24+ <PageSeparator Icon =" icon-tool-case" >
25+ Actions
26+ </PageSeparator >
27+
28+ <div class =" flex" >
2329 <div class =" card card-body" >
2430 <div class =" flex justify-center" >
2531 <WButton OnClick =" Restart" CssClasses =" btn btn-error w-full" >
Original file line number Diff line number Diff line change 4545 <label class =" block text-sm font-medium leading-6 text-base-content" >Password</label >
4646 <div class =" mt-2" >
4747 <input @bind =" Request.Password" type =" password" autocomplete =" off" class =" input w-full" >
48+ <span class =" helper-text" >Leave empty if the password should not be changed</span >
4849 </div >
4950 </div >
5051 </div >
You can’t perform that action at this time.
0 commit comments