Skip to content

fix(web): align update toast release notes link - #6322

Merged
maria-rcks merged 3 commits into
mainfrom
fix/update-toast-release-notes-alignment
Aug 12, 2026
Merged

fix(web): align update toast release notes link#6322
maria-rcks merged 3 commits into
mainfrom
fix/update-toast-release-notes-alignment

Conversation

@t3-code

@t3-code t3-code Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

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 before

light mode after

light mode after

dark mode before

dark mode before

dark mode after

dark mode after

validation

  • vp run --filter @t3tools/web typecheck
  • vp lint apps/web/src/components/desktopUpdate.toast.tsx --report-unused-disable-directives
  • vp fmt --check apps/web/src/components/desktopUpdate.toast.tsx
  • verified in the running app in light and dark mode; description and link text ranges both measure 141..157px

model: 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 ReleaseNotesLink component. The button switches from inline-flex to inline display, and the ArrowRightIcon gets explicit ml-1, inline, and align-[-0.125em] classes to align it correctly with the surrounding text.

Macroscope summarized bc9d327.

Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
@github-actions github-actions Bot added size:XS 0-9 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Aug 12, 2026
macroscopeapp[bot]
macroscopeapp Bot previously approved these changes Aug 12, 2026
@macroscopeapp

macroscopeapp Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: 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.

@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Thread transfer impact

✅ Thread transfer remains within every enforced ceiling.

Provider Metric Main baseline This PR Impact PR ceiling
Codex Total thread wire 11.3 KiB 11.3 KiB +5 B (+0.0%) 15.1 KiB
Codex Thread snapshot wire 5.5 KiB 5.5 KiB +2 B (+0.0%) 7.3 KiB
Codex Live turn WebSocket wire 5.9 KiB 5.9 KiB +3 B (+0.0%) 7.8 KiB
Codex Live turn WebSocket decoded 49.7 KiB 49.7 KiB 0 B (0.0%) 66.4 KiB
Codex Live turn messages 16 16 0 (0.0%) 21
Claude Total thread wire 11.4 KiB 11.3 KiB −28 B (−0.2%) 15.1 KiB
Claude Thread snapshot wire 5.5 KiB 5.5 KiB −10 B (−0.2%) 7.3 KiB
Claude Live turn WebSocket wire 5.9 KiB 5.9 KiB −18 B (−0.3%) 7.8 KiB
Claude Live turn WebSocket decoded 50.6 KiB 50.6 KiB 0 B (0.0%) 66.4 KiB
Claude Live turn messages 16 16 0 (0.0%) 21

Baseline: e321667 · PR result: bc9d327 · Source CI: success

Scenario and decoded snapshot size

10 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.

  • Codex decoded thread snapshot: 94.6 KiB
  • Claude decoded thread snapshot: 95.4 KiB

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
t3-code Bot force-pushed the fix/update-toast-release-notes-alignment branch from 56640ef to fd85fd2 Compare August 12, 2026 13:43
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
@macroscopeapp
macroscopeapp Bot dismissed their stale review August 12, 2026 13:48

Dismissing prior approval to re-evaluate bc9d327

@maria-rcks
maria-rcks merged commit 8601797 into main Aug 12, 2026
17 checks passed
@maria-rcks
maria-rcks deleted the fix/update-toast-release-notes-alignment branch August 12, 2026 18:32
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). 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.

1 participant