fix: normalize app icon glyph sizing - #5202
Merged
Merged
Conversation
Contributor
ApprovabilityVerdict: Approved 7b06879 This change adjusts a single numeric scale value (10 → 8.5) in an app icon configuration file. It's a purely cosmetic asset adjustment with no runtime code impact. You can customize Macroscope's approvability policy. Learn more. |
macroscopeapp
Bot
dismissed
their stale review
August 1, 2026 19:09
Dismissing prior approval to re-evaluate 5506503
macroscopeapp
Bot
dismissed
their stale review
August 1, 2026 19:17
Dismissing prior approval to re-evaluate 7b06879
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Aug 1, 2026
## What's Changed * fix(web): stop settle controls overlapping the status label by @ipanasenko in pingdotgg/t3code#4574 * fix: normalize app icon glyph sizing by @t3-code[bot] in pingdotgg/t3code#5202 * fix(server): surface cloudflared FTL/PNC relay logs as warnings, not debug by @arhxam in pingdotgg/t3code#5076 ## New Contributors * @t3-code[bot] made their first contribution in pingdotgg/t3code#5202 **Full Changelog**: pingdotgg/t3code@v0.0.32-nightly.20260801.974...v0.0.32-nightly.20260801.976 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.32-nightly.20260801.976
4 tasks
aorwall
pushed a commit
to aorwall/t3code
that referenced
this pull request
Aug 2, 2026
Co-authored-by: t3-code[bot] <269035359+t3-code[bot]@users.noreply.github.com>
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.
what changed
8.5layer scalecomparison
measurements
visible Composer bounds are the SVG path bounds multiplied by the layer scale:
latest needed a 4.62% increase. after this change, the visible-bound spread is 0%.
validation
vp run --filter @t3tools/scripts typecheckpassedgit diff --checkpassedmacOS pre-Tahoe,Default,1024pt,1x; it is RGBA 1024 × 1024Note
Low Risk
Changes only icon source SVG/JSON and a static-file test; no runtime, auth, or data paths.
Overview
Aligns prod app icon sources with dev and nightly so the visible T3 mark matches across all variants.
Prod
text.svgis replaced with the shared 128×128 glyph (same path as the other variants), and the Text layer scale inicon.jsondrops from 10 to 8.5 with translation[0, 0]—matching dev/nightly and fixing prod’s slightly smaller visible bounds.A new
icon-source-consistency.test.tsregression test requires identicaltext.svgbytes and the same Text layer position for dev, nightly, and prod.Reviewed by Cursor Bugbot for commit 5eeacca. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Normalize app icon glyph sizing across all platform assets
Reduces the glyph scale in icon.json from 10 to 8.5 and updates the source SVG, regenerating all derived icon assets for iOS, macOS, Windows, and web favicons.
Macroscope summarized 7b06879.