tftsr-devops_investigation/src/pages/Settings
Shaun Arman d331e9c7c7
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m38s
Test / frontend-typecheck (pull_request) Successful in 1m40s
Test / rust-fmt-check (pull_request) Successful in 14m53s
Test / rust-tests (pull_request) Successful in 18m2s
Test / rust-clippy (pull_request) Successful in 15m46s
PR Review Automation / review (pull_request) Successful in 3m46s
fix(ui): correct font contrast and background colors in dark mode
Replace hardcoded light-mode Tailwind colors with dark: variants
across six components. Issues that broke readability:

- PiiDiffViewer / Security: toggle knob was bg-white (invisible on
  bg-muted in dark mode) -> bg-background
- ImageGallery: thumbnail container, filename labels, alert banners,
  and modal chrome all used hardcoded gray/white backgrounds with dark
  text; added full dark: variants throughout
- ShellExecution TIER_CONFIG: tier cards used bg-green/yellow/red-50
  (near-white) with dark text; added dark:bg-*-950/30 backgrounds and
  light text for all three tiers
- ShellApprovalModal: tier 2 badge hardcoded bg-yellow-50/text-yellow-700;
  added dark: variants
- LogUpload: PII warning alert used bg-amber-50/text-amber-800; added
  dark:bg-amber-900/20 and lighter text for dark mode
2026-06-07 21:30:50 -05:00
..
AIProviders.tsx feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
Integrations.tsx feat(ai): add tool-calling and integration search as AI data source 2026-04-07 09:35:34 -05:00
KubeconfigManager.tsx fix(kube): switch to --kubeconfig flag; add Test Connection diagnostic 2026-06-07 20:31:50 -05:00
MCPServers.tsx feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
Ollama.tsx refactor(ollama): remove download/install buttons — show plain install instructions only 2026-04-05 20:53:57 -05:00
Security.tsx fix(ui): correct font contrast and background colors in dark mode 2026-06-07 21:30:50 -05:00
ShellExecution.tsx fix(ui): correct font contrast and background colors in dark mode 2026-06-07 21:30:50 -05:00