Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:06
30a34eb

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 workspace packages field so CI installs succeed deterministically.
  • README expanded with dashboard documentation.

Full Changelog: v0.1.5...v0.2.0