Fix settings toggles layout and add processing-log retention controls

This commit is contained in:
2026-02-21 12:09:01 -03:00
parent 4beab4bc09
commit a18545fb18
4 changed files with 165 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ Do not hardcode new palette or spacing values in component styles when a token a
## Control Standards
- Global input, select, textarea, and button styles are defined once in `frontend/src/styles.css`.
- Checkbox and radio controls must be styled through explicit `input[type='checkbox']` and `input[type='radio']` rules, not generic text-input selectors.
- Variant button classes (`secondary-action`, `active-view-button`, `warning-action`, `danger-action`) are the only approved button color routes.
- Tag chips, routing pills, card chips, and icon buttons must stay within the compact radius and spacing scale.
- Focus states use `:focus-visible` and tokenized focus color to preserve keyboard discoverability.