fix: UI uniformity audit — toggles, hovers, colors, tokens#538
Conversation
- Replace 15 remaining CheckBoxes with ToggleSwitch (Performance, Logs, Ping, ProcessManager, DeepCleanup) - Fix hover to #186366F1 everywhere (LogsView, DiskAnalyzer, NetworkRepair, DuplicateFile) - Dashboard: green button → PrimaryButton, green borders → Accent - PingView: green tint → purple tint on target cards - Replace ~30 hardcoded hex colors with StaticResource tokens (Danger, Success, Warning, Info, Accent)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (14)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (30)
📝 WalkthroughWalkthroughThis PR systematically standardizes UI theming and controls across the SystemManager application by migrating hardcoded color values to StaticResource theme tokens, replacing CheckBox controls with ToggleButton controls, and consolidating interactive state styling to enforce visual consistency throughout the interface. ChangesUI Theme and Control Standardization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Full UI consistency pass based on design audit:
Test plan
Summary by CodeRabbit
Style
Documentation