mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 17:43:59 +00:00
Quick Settings read as competing panels and the Appearance card wrapped/clipped its segmented controls in a narrow side column. Switching to Advanced also had no visible way back — the only return was a "Quick Settings" link buried in the accordion nav. - Replace the one-way "Advanced" button and buried accordion back link with a persistent Simple/Advanced switch in the page header, mirrored into an in-body row at the mobile breakpoint where the header is hidden. - Give Appearance a full-width auto-fit grid so Theme/Mode/Roundness/Text size never wrap or clip. - Drop the duplicate Context Profile side panel for a compact summary line, and only show "Pending" when a change is actually staged (pass savedConfigObject). - Remove the redundant in-page "Quick Settings" heading and unused preset copy. Presentation-only within ui/src/pages/config; net -354 non-test LOC. Closes #100145.