fix(web): align update toast release notes link - #6322
Merged
Conversation
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
Contributor
ApprovabilityVerdict: Approved bc9d327 This PR contains only CSS class changes to fix visual alignment of a link in a toast notification. No runtime behavior is affected - purely cosmetic adjustments to Tailwind classes. You can customize Macroscope's approvability policy. Learn more. |
Contributor
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com> Co-authored-by: Exotic <118054752+extoci@users.noreply.github.com>
t3-code
Bot
force-pushed
the
fix/update-toast-release-notes-alignment
branch
from
August 12, 2026 13:43
56640ef to
fd85fd2
Compare
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
macroscopeapp
Bot
dismissed
their stale review
August 12, 2026 13:48
Dismissing prior approval to re-evaluate bc9d327
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Aug 12, 2026
## What's Changed * fix(web): align update toast release notes link by @t3-code[bot] in pingdotgg/t3code#6322 * fix(web): render tooltips above dropdowns by @extoci in pingdotgg/t3code#6241 * fix(web): open modified PR clicks in browser by @t3-code[bot] in pingdotgg/t3code#6278 * Fix mobile command popover glass rendering by @juliusmarminge in pingdotgg/t3code#6370 * test(mobile): seed snoozed showcase threads by @PixPMusic in pingdotgg/t3code#5155 * fix(web): preserve appearance mode when changing themes by @extoci in pingdotgg/t3code#6343 * feat(connect): deregister account environments from any client by @StiensWout in pingdotgg/t3code#4844 * feat(web): pull request surfaces — filters & qualifiers, all-server listing, update branch, reactions, in-place editing, smarter diffs by @Bil0000 in pingdotgg/t3code#6039 **Full Changelog**: pingdotgg/t3code@v0.0.34-nightly.20260812.1077...v0.0.34-nightly.20260812.1079 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.34-nightly.20260812.1079
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.
problem
The release notes link in the update downloaded toast used baseline alignment, which made “Read more” sit lower than the surrounding description text.
fix
Align the release notes control as true inline text so it shares the surrounding description’s text baseline. Keep the arrow inline with an explicit text-relative offset.
screenshots
light mode before
light mode after
dark mode before
dark mode after
validation
vp run --filter @t3tools/web typecheckvp lint apps/web/src/components/desktopUpdate.toast.tsx --report-unused-disable-directivesvp fmt --check apps/web/src/components/desktopUpdate.toast.tsx141..157pxmodel: gpt-5.6-sol · harness: hermes agent
request provenance
Note
Fix vertical alignment of the release notes link icon in the update toast
Adjusts styling in desktopUpdate.toast.tsx to fix icon alignment in the
ReleaseNotesLinkcomponent. The button switches frominline-flextoinlinedisplay, and theArrowRightIcongets explicitml-1,inline, andalign-[-0.125em]classes to align it correctly with the surrounding text.Macroscope summarized bc9d327.