feat: apply AndreGoepel.Design.Blazor design system (infra + shell)#79
Merged
Conversation
Adopt the extracted design system in the management frontend. - Add the AndreGoepel.Design.Blazor 1.0.0 package and bump AndreGoepel.Marten.Identity.Blazor 1.2.0 -> 1.3.0 (which now carries the design). - Host App.razor loads the design fonts, design.css (after Radzen material-base), and the theme + off-canvas nav scripts. - Replace the RadzenLayout-based MainLayout with the design AppShell (brand, NavMenu sidebar slot, ThemeToggle + profile menu in the topbar, copyright footer). - Flatten NavMenu from RadzenPanelMenu to ag-nav-section / ag-nav-item. - Fix references for the 1.3.0 move of the feature-flag types and the feature-gate extension into the ...Blazor.Features namespace.
This was referenced Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adopts the extracted AndreGoepel.Design.Blazor design system in the management frontend. Phase 1 — infrastructure + shell only. Page-level migrations follow in separate PRs.
Changes
AndreGoepel.Design.Blazor1.0.0; bumpAndreGoepel.Marten.Identity.Blazor1.2.0 → 1.3.0 (which now ships the design and depends on Design.Blazor).App.razor: load design fonts,design.css(after Radzenmaterial-base.css), and the theme + off-canvas nav scripts.MainLayout:RadzenLayout→ the designAppShell(brand fromAppFoundationLayoutOptions,NavMenuin the sidebar slot,ThemeToggle+ profile menu in the topbar, copyright in the footer).NavMenu:RadzenPanelMenu→ flatag-nav-section/ag-nav-item(sentence case); setup + feature-flag gating preserved.…Blazor.Featuresnamespace — updatedNavMenu,MartenIdentityFeatureProvider,IdentityFeatureServiceCollectionExtensions,Hosting/Initialization.Verification
dotnet restore --locked-mode: passes ·dotnet build: 0 errors ·dotnet csharpier check .: passes · unit tests: 56/56Open decisions (for review)
AppShellrenders a letter-mark fromBrandName; the previous logo image (LayoutOptions.LogoPath) is no longer shown. To keep a logo,AppShellwould need aBrandslot (a Design.Blazor enhancement + release). Currently: letter-mark.AppPageTitle/IdentityPageTitlewithBreadcrumb(Identity pages from the package already show it). Filled during the page migrations.Next (separate PRs)
Migrate the pages to the design conventions:
Home,Setup,Administration/EmailSettings,Administration/LoginFeatures,Error/NotFound/ErrorPage,EmptyLayout, and the sampleHome.Notes
Branch was cut from
feature/e2e-tests; rebased ontomainso this PR contains only the design change (no E2E work).