Add dashboard UX verification

Add a Playwright-based dashboard UX verification script for the Settings page. Covers hash-route nav stability, /goal toggle persistence, single restart confirmation, and serious/critical axe checks.
This commit is contained in:
Eyejoker
2026-05-02 04:00:42 +09:00
committed by GitHub
parent 921d738bb0
commit 7f77327041
5 changed files with 372 additions and 10 deletions

View File

@@ -771,7 +771,7 @@ button:disabled {
}
.settings-nav small {
color: var(--muted-soft);
color: var(--muted);
font-size: 11px;
}