feat: adopt auto-settle-on-merge, wake icon alignment, and stage artwork - #15
Merged
Conversation
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)
Thread transfer impact
This comment will update automatically after the next completed run. |
23 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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. AddssidebarAutoSettleOnMergeto the client settings contract, defaulting totrue, 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 oldcolor-mixderivation to thet3-chat,oceanandiristhemes. All three theme ids still exist in Pylon, and the clean cherry-pick confirms we had not diverged here.Pylon adaptations
#6535arrived with the comment "Keep the original T3 Code artwork palettes as the defaults". Rebranded to describe them as inherited, following theO11precedent.Verification
vp test runover the four touched test files: 264 passed.@t3tools/web,@t3tools/contracts,@t3tools/client-runtime,@t3tools/mobile,@t3tools/desktop: no errors. (Filters confirmed to match real packages rather than silently passing.)vp lintover 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.cssover 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:
--stage-night-topcolor-mix(… 38%, …)derivedoklch(0.283792 0.117327 297.201)--stage-night-highlight--stage-art-highlightoklch(0.707246 0.157418 252.091)--stage-night-glow-highlightoklch(0.553749 0.176543 271.958)--stage-night-sparkleoklch(0.880867 0.057747 269.011)Model: Claude Opus 5. Harness: Claude Code.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.