feature: Manager Menu Styles and Page Titles
Deploy DeepDrftAPI / Build, Publish & Bundle (push) Successful in 2m13s
Deploy DeepDrftManager / Build & Publish (push) Successful in 1m23s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 4m4s
Deploy DeepDrftAPI / Deploy (push) Successful in 1m33s
Deploy DeepDrftManager / Deploy (push) Successful in 1m28s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m28s
Deploy DeepDrftAPI / Build, Publish & Bundle (push) Successful in 2m13s
Deploy DeepDrftManager / Build & Publish (push) Successful in 1m23s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 4m4s
Deploy DeepDrftAPI / Deploy (push) Successful in 1m33s
Deploy DeepDrftManager / Deploy (push) Successful in 1m28s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m28s
This commit is contained in:
@@ -6,23 +6,23 @@
|
|||||||
|
|
||||||
<MudLayout>
|
<MudLayout>
|
||||||
<MudAppBar Dense="true" Elevation="1" Color="Color.Primary">
|
<MudAppBar Dense="true" Elevation="1" Color="Color.Primary">
|
||||||
<MudStack Row AlignItems="AlignItems.Center">
|
<a href="/" class="mx-2">
|
||||||
<a href="/">
|
<MudStack Row AlignItems="AlignItems.Center">
|
||||||
<MudImage Src="img/deepdrft-logo-l.webp"
|
<MudImage Src="img/deepdrft-logo-l.webp"
|
||||||
Alt="Deep Drft Ornamental Logo Left"
|
Alt="Deep Drft Ornamental Logo Left"
|
||||||
Width="24"
|
Width="24"
|
||||||
Height="24 "
|
Height="24 "
|
||||||
Style="filter: invert(1);"/>
|
Style="filter: invert(1);"/>
|
||||||
|
|
||||||
<span class="mx-2">Deep DRFT Management</span>
|
<MudText Typo="Typo.button" Style="color: var(--deepdrft-white);">Deep DRFT Management</MudText>
|
||||||
|
|
||||||
<MudImage Src="img/deepdrft-logo-r.webp"
|
<MudImage Src="img/deepdrft-logo-r.webp"
|
||||||
Alt="Deep Drft Ornamental Logo Right"
|
Alt="Deep Drft Ornamental Logo Right"
|
||||||
Width="24"
|
Width="24"
|
||||||
Height="24"
|
Height="24"
|
||||||
Style="filter: invert(1);"/>
|
Style="filter: invert(1);"/>
|
||||||
</a>
|
</MudStack>
|
||||||
</MudStack>
|
</a>
|
||||||
</MudAppBar>
|
</MudAppBar>
|
||||||
<MudMainContent>
|
<MudMainContent>
|
||||||
<MudContainer MaxWidth="MaxWidth.Small"
|
<MudContainer MaxWidth="MaxWidth.Small"
|
||||||
|
|||||||
@@ -13,23 +13,23 @@
|
|||||||
Color="Color.Inherit"
|
Color="Color.Inherit"
|
||||||
Edge="Edge.Start"
|
Edge="Edge.Start"
|
||||||
OnClick="ToggleDrawer" />
|
OnClick="ToggleDrawer" />
|
||||||
<MudStack Row AlignItems="AlignItems.Center">
|
<a href="/" class="mx-2">
|
||||||
<a href="/">
|
<MudStack Row AlignItems="AlignItems.Center">
|
||||||
<MudImage Src="img/deepdrft-logo-l.webp"
|
<MudImage Src="img/deepdrft-logo-l.webp"
|
||||||
Alt="Deep Drft Ornamental Logo Left"
|
Alt="Deep Drft Ornamental Logo Left"
|
||||||
Width="24"
|
Width="24"
|
||||||
Height="24 "
|
Height="24 "
|
||||||
Style="filter: invert(1);"/>
|
Style="filter: invert(1);"/>
|
||||||
|
|
||||||
<span class="mx-2">Deep DRFT Management</span>
|
<MudText Typo="Typo.button" Style="color: var(--deepdrft-white);">Deep DRFT Management</MudText>
|
||||||
|
|
||||||
<MudImage Src="img/deepdrft-logo-r.webp"
|
<MudImage Src="img/deepdrft-logo-r.webp"
|
||||||
Alt="Deep Drft Ornamental Logo Right"
|
Alt="Deep Drft Ornamental Logo Right"
|
||||||
Width="24"
|
Width="24"
|
||||||
Height="24"
|
Height="24"
|
||||||
Style="filter: invert(1);"/>
|
Style="filter: invert(1);"/>
|
||||||
</a>
|
</MudStack>
|
||||||
</MudStack>
|
</a>
|
||||||
<MudSpacer />
|
<MudSpacer />
|
||||||
<MudTooltip Text="Catalogue">
|
<MudTooltip Text="Catalogue">
|
||||||
<MudIconButton Icon="@Icons.Material.Filled.Home"
|
<MudIconButton Icon="@Icons.Material.Filled.Home"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@page "/404"
|
@page "/404"
|
||||||
|
|
||||||
<PageTitle>SkipperHaven - Page Not Found</PageTitle>
|
<PageTitle>Deep DRFT Management - Page Not Found</PageTitle>
|
||||||
|
|
||||||
<MudText Typo="Typo.h1" Color="Color.Primary">
|
<MudText Typo="Typo.h1" Color="Color.Primary">
|
||||||
404 - Resource Not Found
|
404 - Resource Not Found
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@page "/"
|
@page "/"
|
||||||
@layout Layout.CmsHomeLayout
|
@layout Layout.CmsHomeLayout
|
||||||
|
|
||||||
<PageTitle>Deep Drft — Admin</PageTitle>
|
<PageTitle>Deep DRFT Management</PageTitle>
|
||||||
|
|
||||||
<HierarchicalRoleAuthorizeView>
|
<HierarchicalRoleAuthorizeView>
|
||||||
<Authorized>
|
<Authorized>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
@inject ICmsReleaseService CmsReleaseService
|
@inject ICmsReleaseService CmsReleaseService
|
||||||
@inject ILogger<Index> Logger
|
@inject ILogger<Index> Logger
|
||||||
|
|
||||||
<PageTitle>DeepDrft CMS</PageTitle>
|
<PageTitle>Deep DRFT Management - Catalogue</PageTitle>
|
||||||
|
|
||||||
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
||||||
<MudText Typo="Typo.h3" Class="mb-6">Catalogue</MudText>
|
<MudText Typo="Typo.h3" Class="mb-6">Catalogue</MudText>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
@inject IDialogService DialogService
|
@inject IDialogService DialogService
|
||||||
@inject ILogger<BatchEdit> Logger
|
@inject ILogger<BatchEdit> Logger
|
||||||
|
|
||||||
<PageTitle>Edit Release — DeepDrft CMS</PageTitle>
|
<PageTitle>Edit Release — Deep DRFT Management</PageTitle>
|
||||||
|
|
||||||
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
||||||
<MudText Typo="Typo.h4" GutterBottom="true">Edit Release</MudText>
|
<MudText Typo="Typo.h4" GutterBottom="true">Edit Release</MudText>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
@inject ISnackbar Snackbar
|
@inject ISnackbar Snackbar
|
||||||
@inject ILogger<BatchUpload> Logger
|
@inject ILogger<BatchUpload> Logger
|
||||||
|
|
||||||
<PageTitle>Upload Release — DeepDrft CMS</PageTitle>
|
<PageTitle>Upload Release — Deep DRFT Management</PageTitle>
|
||||||
|
|
||||||
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
||||||
<MudText Typo="Typo.h4" GutterBottom="true">Upload Release</MudText>
|
<MudText Typo="Typo.h4" GutterBottom="true">Upload Release</MudText>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<PageTitle>Mixes — DeepDrft CMS</PageTitle>
|
<PageTitle>Mixes — Deep DRFT Management</PageTitle>
|
||||||
|
|
||||||
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
||||||
<MudButton Variant="Variant.Text"
|
<MudButton Variant="Variant.Text"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<PageTitle>Sessions — DeepDrft CMS</PageTitle>
|
<PageTitle>Sessions — Deep DRFT Management</PageTitle>
|
||||||
|
|
||||||
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
||||||
<MudButton Variant="Variant.Text"
|
<MudButton Variant="Variant.Text"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
@inject NavigationManager NavigationManager
|
@inject NavigationManager NavigationManager
|
||||||
@attribute [Authorize]
|
@attribute [Authorize]
|
||||||
|
|
||||||
<PageTitle>Releases — DeepDrft CMS</PageTitle>
|
<PageTitle>Releases — Deep DRFT Management</PageTitle>
|
||||||
|
|
||||||
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
|
||||||
<MudStack Row="true" AlignItems="AlignItems.Center" Justify="Justify.SpaceBetween" Class="mb-4">
|
<MudStack Row="true" AlignItems="AlignItems.Center" Justify="Justify.SpaceBetween" Class="mb-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user