Release: test infrastructure, rules overhaul, and design refresh #30
Reference in New Issue
Block a user
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Test plan
🤖 Generated with Claude Code
Implement theme switching via sun/moon toggle in nav bar. Dark remains the default; light mode overrides surface, text, border, accent, and status color tokens. Preference persists in localStorage and falls back to prefers-color-scheme. An inline script in index.html prevents flash of wrong theme on load. Define a Tailwind v4 @custom-variant for light mode and update all badge components (encounter method, rule, condition) to use light:bg-{color}-100 / light:text-{color}-700 for readable contrast on light surfaces. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>