chore: remove legacy settings search and move info tab component#41960
chore: remove legacy settings search and move info tab component#41960
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 [af3c2d4] [reused from 3b219d2]
⚡ Performance Benchmarks (Total: 🟢 2 pass · 🟡 8 warn · 🔴 0 fail)
Bundle size diffs
|
|
Builds ready [b5d21ba]
⚡ Performance Benchmarks (Total: 🟢 7 pass · 🟡 7 warn · 🔴 1 fail)
Bundle size diffs
|



Description
Moves and renames the Info component used in the Settings > About tab
Deletes the unused settings search and settings search list components
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Check that the About tab still shows the correct info
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Primarily deletes unused UI code and renames/moves the About tab component; behavior changes should be limited to settings navigation and About rendering.
Overview
Removes the legacy Settings search components (
settings-searchandsettings-search-list) and drops the related i18n strings (missingSetting,missingSettingRequest) across locales.Moves/renames the Settings > About content from the old
InfoTabto a newsettings-v2AboutInfocomponent, updates the About tab to render it, and adjusts the unit test/baseline to match the rename and updated warning expectations.Reviewed by Cursor Bugbot for commit b5d21ba. Bugbot is set up for automated code reviews on this repo. Configure here.