Skip to content

fix: normalize app icon glyph sizing - #5202

Merged
maria-rcks merged 6 commits into
mainfrom
fix/normalize-t3-icon-glyph
Aug 1, 2026
Merged

fix: normalize app icon glyph sizing#5202
maria-rcks merged 6 commits into
mainfrom
fix/normalize-t3-icon-glyph

Conversation

@t3-code

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

Copy link
Copy Markdown
Contributor

what changed

  • normalized the latest icon's T3 source to the exact dev/nightly SVG and 8.5 layer scale
  • left every intended background layer unchanged
  • regenerated only the production macOS, iOS, universal, Windows, and web outputs

comparison

latest, dev, and nightly icon glyph comparison

measurements

visible Composer bounds are the SVG path bounds multiplied by the layer scale:

variant before after
latest 766.95 × 462.80 802.35 × 484.16
dev 802.35 × 484.16 802.35 × 484.16
nightly 802.35 × 484.16 802.35 × 484.16

latest needed a 4.62% increase. after this change, the visible-bound spread is 0%.

validation

  • vp run --filter @t3tools/scripts typecheck passed
  • git diff --check passed
  • regenerated production non-mac targets with Icon Composer 2.0
  • exported the production mac asset in the Icon Composer GUI with macOS pre-Tahoe, Default, 1024pt, 1x; it is RGBA 1024 × 1024

Note

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.svg is replaced with the shared 128×128 glyph (same path as the other variants), and the Text layer scale in icon.json drops 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.ts regression test requires identical text.svg bytes 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.

@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 1, 2026
macroscopeapp[bot]
macroscopeapp Bot previously approved these changes Aug 1, 2026
@macroscopeapp

macroscopeapp Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: 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
macroscopeapp Bot dismissed their stale review August 1, 2026 19:09

Dismissing prior approval to re-evaluate 5506503

macroscopeapp[bot]
macroscopeapp Bot previously approved these changes Aug 1, 2026
@macroscopeapp
macroscopeapp Bot dismissed their stale review August 1, 2026 19:17

Dismissing prior approval to re-evaluate 7b06879

@maria-rcks
maria-rcks merged commit 283c7ac into main Aug 1, 2026
15 checks passed
@maria-rcks
maria-rcks deleted the fix/normalize-t3-icon-glyph branch August 1, 2026 19:21
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
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>
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