Dashboard polish
The web dashboard introduced in the 0.1.x series gets a consistent, smoother coat of paint in this release.
Added
- Dark color theme is now enforced across every dashboard surface.
- Animated bottom panel transitions.
- Validation issues are now focusable by click.
- Favicon and document meta tags for a proper in-browser experience.
Fixed
- Validation label layout bugs.
- Dashboard controls are disabled while config loads, preventing edits against stale state.
- Viewport scroll behavior locked down via CSS.
Internal
- Shared SVG is now embedded once instead of duplicated JSX; refreshed logo; fading overlay on the canvas loader.
- Dashboard local development switched to a Vite dev server with an API proxy.
- Release reliability: pinned pnpm to 11.9.0 (matching
packageManager) and added the workspacepackagesfield so CI installs succeed deterministically. - README expanded with dashboard documentation.
Full Changelog: v0.1.5...v0.2.0