Wire ApplyStep with public StartAsync(), IProgress<ApplyProgress> marshalled via InvokeAsync(StateHasChanged), OnComplete EventCallback (host advances to Done), and failure surface + Retry button. Add _Imports.razor Apply using. Wire Routes.razor AdvanceToDone handler. Add Mercury CSS: slate-void palette, DM Mono typography, layered radial gradients, staggered step-enter animation, styled wizard chrome/cards/fields/progress bar/buttons. 17/17 tests green. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.JSInterop
|
|
@using SilverOS.Welcome.App
|
|
@using SilverOS.Welcome.App.Components
|
|
@using SilverOS.Welcome.App.Components.Steps
|
|
@using SilverOS.Welcome.Core.Flavours
|
|
@using SilverOS.Welcome.Core.Apply
|