chore: move backup and sync and experimental tabs from legacy settings#41966
chore: move backup and sync and experimental tabs from legacy settings#41966
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [4fe307f]
⚡ Performance Benchmarks (Total: 🟢 7 pass · 🟡 8 warn · 🔴 0 fail)
Bundle size diffs
|
|
Builds ready [00ad86e]
⚡ Performance Benchmarks (Total: 🟢 7 pass · 🟡 8 warn · 🔴 0 fail)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|



Description
Simply moves the backup and sync tab and experimental tab to the settings-v2 folder and removes them from the legacy folder.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk refactor that primarily changes route wiring and local imports; main risk is broken navigation/lazy-loading if any import paths or registry entries are incorrect.
Overview
Moves the Backup & Sync and Experimental settings tabs fully into
ui/pages/settings-v2, updating their internal imports to use the localsettings-v2shared/types/search-configmodules.Updates
settings-v2/settings-registry.tsto lazy-load these tabs from their newsettings-v2locations (instead of legacyui/pages/settings/*), and adjusts Jest console baselines to track warnings under the new test file paths.Reviewed by Cursor Bugbot for commit 00ad86e. Bugbot is set up for automated code reviews on this repo. Configure here.