Name update
This commit is contained in:
@@ -288,18 +288,17 @@ warning-free. Replaced `format!()`-into-`String` with
|
||||
`Reverse`, fixed `map_or(false, …)` → `is_some_and`, and a handful of
|
||||
other idiom fixes.
|
||||
|
||||
**UI overhaul** for the v0.2.0 pre-beta milestone:
|
||||
**UI overhaul** for the pre-beta milestone:
|
||||
- Light + dark themes via `:root[data-theme=light]` token swap.
|
||||
Toggled by a top-right button or the `T` key. Persisted in
|
||||
localStorage; pre-paint inline script avoids dark→light flash.
|
||||
- New SVG logos: a refined anvil (`logo.svg`) and a SMIL-animated
|
||||
`anvil-forge.svg` (rising sparks + pulsing underglow). Pure SVG —
|
||||
no GIFs, no CSS keyframes for the sparks.
|
||||
- "Forge progress" widget on the Dashboard and Queue: animated
|
||||
anvil paired with a `linear-gradient(warn → accent)` progress bar
|
||||
- New SVG logos: a refined OpenPXE mark (`logo.svg`) and a compact
|
||||
SMIL-animated loader (`loader.svg`). Pure SVG, embedded in the binary.
|
||||
- Deployment progress widget on the Dashboard and Queue: animated
|
||||
OpenPXE mark paired with a `linear-gradient(warn → accent)` progress bar
|
||||
with a moving sheen. Goes idle (greyscale, no sheen) at zero
|
||||
imaging load.
|
||||
- Loader replaced "Loading…" text with the same anvil.
|
||||
- Loader replaced "Loading..." text with the same OpenPXE mark.
|
||||
- Sidebar gains a **Hosts** tab.
|
||||
|
||||
**Windows boot validation**:
|
||||
@@ -317,7 +316,8 @@ other idiom fixes.
|
||||
fixes: explicit `net start Workstation` before `net use`, surfaces
|
||||
errors instead of blind retries.
|
||||
|
||||
**Test count**: 66 → up from 56 in v0.1.0.
|
||||
**Test posture**: protocol, HTTP, ISO-store, Windows script, queue, metrics,
|
||||
and UI-offline checks all run in the workspace test suite.
|
||||
|
||||
## What's deferred to Phase 6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user