Skip to content

Organize Appearance and Interface settings - #4241

Merged
ymichael merged 2 commits into
mainfrom
bb/move-options-above-sidebar-footer-thr_75bvfeeyxh
Sep 24, 2026
Merged

ymichael merged 2 commits into
mainfrom
bb/move-options-above-sidebar-footer-thr_75bvfeeyxh

Conversation

@ymichael

@ymichael ymichael commented Sep 24, 2026 •

Copy link
Copy Markdown
Collaborator

Human comments

What was wrong

Appearance placed sidebar provider choices ahead of Theme and Palette and mixed interface controls with appearance choices in one card. The order did not reflect how people use the page, and Sidebar footer customization sat among the appearance controls.

What changed

  • Put Theme and Palette first in Appearance, followed by Favicon color and Fade inactive splits.
  • Add an Interface card containing Header, Source code, Diffs, Sidebar, Navigation, and Sidebar footer in that order. The first three selectors appear when a plugin registers them.
  • Add a focused layout test with all optional selectors registered. No wire protocol, CLI, SDK, or configuration contract changed.

How you verified

  • pnpm exec turbo run test --filter=@bb/app -- src/views/SettingsView.appearance-layout.test.tsx src/views/SettingsView.palette-preview.test.tsx src/components/plugin/PluginSidebarFooterItems.test.tsx — 17 passed.
  • pnpm exec turbo run lint typecheck --filter=@bb/app — passed; lint reported 0 errors and 200 warnings outside this change.
  • pnpm start:worktree --dryrun — passed, then started the production worktree app at commit 05d063e736018f9f2bac4e2200a72359f84341cc.
  • Installed a temporary local fixture in the isolated preview store. In the real app, confirmed Header, Source code, and Diffs appear in Interface with Sidebar, Navigation, and Sidebar footer.
  • Live review route (owner's BB Connect session required): https://ymichael--21547.getbb.app/settings/appearance

Final GitHub checks for 05d063e736018f9f2bac4e2200a72359f84341cc: 16 passed, 2 skipped, 0 failed.

No related issue was found.

AGENT GENERATED

@ymichael
ymichael merged commit 94851e2 into main Sep 24, 2026
18 checks passed
@ymichael
ymichael deleted the bb/move-options-above-sidebar-footer-thr_75bvfeeyxh branch September 24, 2026 18:08
ymichael added a commit that referenced this pull request Sep 24, 2026
## Human comments

## What was wrong

The Interface card introduced in #4241 renders its rows in source order.
Header and the code renderer controls were placed before Sidebar and
Navigation, so the visible order differed from the requested sequence.

## What changed

- Render Sidebar and Navigation before Header, Source code, and Diffs;
Sidebar footer remains last.
- Delete the dedicated Appearance layout test as requested. No wire,
SDK, CLI, or configuration contract changed.

## How you verified

- `pnpm exec turbo run test --filter=@bb/app --
src/views/SettingsView.palette-preview.test.tsx
src/components/plugin/PluginSidebarFooterItems.test.tsx` — 16 passed.
- `pnpm exec turbo run lint typecheck --filter=@bb/app` — passed; lint
had zero errors and 201 existing warnings.
- `pnpm start:worktree --dryrun` — passed, then started the production
worktree app at `504ef46d0befd05729a95cb2d6125baba32225ab`.
- In the real app with a temporary plugin fixture, verified Sidebar →
Navigation → Header → Source code → Diffs → Sidebar footer on Settings →
Appearance.
- [Live review
page](https://ymichael--21547.getbb.app/settings/appearance) requires
the owner's BB Connect login.

> AGENT GENERATED
albrand pushed a commit to albrand/bb that referenced this pull request Sep 24, 2026
Resolved conflicts:
- plugins/environment-project-checkout/server.ts: keep the fork's removal of
  retireGraceMs: null (retire unmanaged checkouts) and add upstream's
  experimental_existingPath (get-bb#4187).
- apps/app/src/views/SettingsView.tsx: take upstream's reorganized settings
  (get-bb#4241, get-bb#4275) and re-port the fork's Content width setting.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant