Skip to content

feat: adopt auto-settle-on-merge, wake icon alignment, and stage artwork - #15

Merged
rynfar merged 5 commits into
pylonfrom
upstream/2026-08-14-web
Aug 14, 2026
Merged

feat: adopt auto-settle-on-merge, wake icon alignment, and stage artwork#15
rynfar merged 5 commits into
pylonfrom
upstream/2026-08-14-web

Conversation

@rynfar

@rynfar rynfar commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Adopts three upstream changes from the 2026-08-14 review: a real user-facing setting, a sidebar alignment fix, and the stage artwork palette rework.

What's here

  • #5880 — a setting to stop threads auto-settling when their pull request merges. Adds sidebarAutoSettleOnMerge to the client settings contract, defaulting to true, so today's behaviour is unchanged unless a user opts out. Closed pull requests still always settle; only the merge case becomes configurable. Upstream already covered every surface — contracts, client-runtime, web settings (row, search entry, restore-defaults) and mobile (settings screen, thread list, preferences). Timely now that we've just adopted the pull request surfaces, which make merge-settle much more visible.
  • #6215 — the snoozed-thread wake icon sits on the row's optical centre. Two lines of generic geometry.
  • #6535 — stage artwork palette rework. Replaces the derived night palette with explicit values, adds glow and sparkle pigments, and scopes the old color-mix derivation to the t3-chat, ocean and iris themes. All three theme ids still exist in Pylon, and the clean cherry-pick confirms we had not diverged here.

Pylon adaptations

#6535 arrived with the comment "Keep the original T3 Code artwork palettes as the defaults". Rebranded to describe them as inherited, following the O11 precedent.

Verification

  • vp test run over the four touched test files: 264 passed.
  • Typecheck on @t3tools/web, @t3tools/contracts, @t3tools/client-runtime, @t3tools/mobile, @t3tools/desktop: no errors. (Filters confirmed to match real packages rather than silently passing.)
  • vp lint over the changed files: clean.

Before / after on the stage backdrop

Captured on one dev server against a seeded copy of real data, swapping only index.css over HMR so the data and layout are identical between shots. The affected region is the sidebar header behind the Pylon mark.

The change is subtle at normal size — the night palette gains a slightly brighter, better-defined blue with an explicit glow, where the derived version was flatter. Judge it yourself before merging; I have no strong view, and it is easy to drop this one commit if you dislike it.

Measured variable delta on the default dark theme:

Variable Before After
--stage-night-top color-mix(… 38%, …) derived oklch(0.283792 0.117327 297.201)
--stage-night-highlight inherited from --stage-art-highlight oklch(0.707246 0.157418 252.091)
--stage-night-glow-highlight (did not exist) oklch(0.553749 0.176543 271.958)
--stage-night-sparkle (did not exist) oklch(0.880867 0.057747 269.011)

Model: Claude Opus 5. Harness: Claude Code.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith with what you need. Autofix is disabled.

t3-code Bot and others added 4 commits August 13, 2026 19:53
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
Co-authored-by: maria <254055478+maria-rcks@users.noreply.github.com>
(cherry picked from commit 23d45d914eeecb2b4b33a3c7781cc02f4d73cbab)
(cherry picked from commit 96bfa67b3d05d8adb2fb23d1017bd10fe4b9a338)
(cherry picked from commit db1507e986591ae8e82f8fa1e173a9013309c64e)
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:L labels Aug 14, 2026
@github-actions

Copy link
Copy Markdown

Thread transfer impact

⚠️ The latest CI run did not produce a thread transfer result for 4dbf337.

This comment will update automatically after the next completed run.

@rynfar
rynfar merged commit dc3429b into pylon Aug 14, 2026
11 checks passed
@rynfar
rynfar deleted the upstream/2026-08-14-web branch August 14, 2026 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants