May 5, 2026
v0.10.0
Feature
v0.10.0
- Dashboard status-page list view: stat cards (all/published/draft counts with plan-limit display), search by title or slug, published/draft filter bar, grid table with brand-color dot, slug, component count, status chip, relative updated time, View and Delete actions. Create button is plan-limit-gated (disabled with upgrade CTA when at limit). Removes the single-page UI guard that skipped the list when no pages existed (T-230).
- Status page uptime percentage no longer double-scales the value (was multiplying by 100 a second time after the `pct()` helper already returned 0–100).