Skip to content

Commit 22a3766

Browse files
committed
Menu and UI corrections
1 parent 27e479d commit 22a3766

File tree

11 files changed

+18
-469
lines changed

11 files changed

+18
-469
lines changed

demos/MainDemo/host/Syrna.QuartzAdmin.MainDemo.Blazor.Host.Client/Components/CustomBranding.razor

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
@attribute [ExposeServices(typeof(Branding))]
66
@attribute [Dependency(ReplaceServices = true)]
77

8-
@Name
9-
8+
<Image Source="@LogoUrl" Width="Width.Px(32)" />
9+
<Heading Size="HeadingSize.Is4" Style="display:inline; margin-left:4px">@Name</Heading>
1010
@code {
1111
string Name = "Quartz Admin";
12+
string LogoUrl => "logo.svg";
1213
}

demos/MainDemo/host/Syrna.QuartzAdmin.MainDemo.Blazor.Host.Client/Menus/MainDemoBlazorHostClientMenuContributor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private Task ConfigureUserMenuAsync(MenuConfigurationContext context)
5050
"Account.Manage",
5151
accountStringLocalizer["MyAccount"]??"My Account",
5252
$"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={configuration["App:SelfUrl"]}",
53-
icon: "fa fa-cog",
53+
icon: "fa fa-circle-user",
5454
order: 1000,
5555
null).RequireAuthenticated());
5656

Lines changed: 1 addition & 7 deletions
Loading

0 commit comments

Comments
 (0)