chore: remove deprecated standalone pages and routes#772
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (5)
📝 WalkthroughWalkthroughThree web UI page components ( ChangesWeb UI Page Removal
Firmware Build Script Fix
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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
Following the successful integration of the tabbed Settings page (PR 4) and the unified Analysis hub (PR 5), this cleanup PR removes the deprecated standalone pages (
OTA,Autotune,Scales, etc.) and deletes their legacy redirect routes.What's Changed
web/src/pages/OTA/index.jsx,web/src/pages/Autotune/index.jsx, andweb/src/pages/Scales/index.jsx.web/src/index.jsxto reduce chunk counts, leaving only the new unified routes.This is the final phase of the frontend modernization and cleanup effort.
Summary by CodeRabbit
Release Notes