fix: phase 1 bugs — CSS tokens, pluralization, error handling, cross-platform tests #8
Reference in New Issue
Block a user
Delete Branch "fix/phase1-bugs-and-critical-fixes"
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?
Add missing --space-1 CSS token used by filter and detail components
Fix active nav link losing styles on hover (CSS specificity)
Correct Russian day pluralization (21 день, 22 дня, 25 дней)
Show filter error banner even when stale race data is present
Add cross-env for Windows-compatible npm test
Add global JSON error handler in Express for malformed request bodies
Replace stateless mock DB with in-memory store for correct DELETE/UPDATE behavior