🤖 fix: align Shux logos with prior Mux geometry - #3896
Merged
Conversation
Align every Shux mark and wordmark with the prior Mux logo's outlined Geist geometry, cursor scale, and spacing. Generate the duplicated SVG, inline, raster, favicon, tray, and extension assets from one source. Also format the rename callout added on main so the repository's formatting gate remains green. --- _Generated with `mux` • Model: `openai:gpt-5.6-sol` • Thinking: `xhigh` • Cost: `$439.72`_ <!-- mux-attribution: model=openai:gpt-5.6-sol thinking=xhigh costs=439.72 -->
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Collaborator
Author
|
@codex review Please verify that the corrected Shux marks preserve the prior Mux typography, cursor scale, and spacing across all generated variants. |
|
Codex Review: Didn't find any major issues. 🚀 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
ammario
pushed a commit
that referenced
this pull request
Aug 20, 2026
## Summary Replaces the leftover Shux glyphs in the Xum logo family with a real Xum square mark and wordmark, following the same centralized outlined-geometry and asset regeneration model as #3896. ## Background The product rename changed asset filenames and references from Shux to Xum, but the generated vectors still drew a lowercase `s` and the word `shux`. Because Xum is an anagram of Mux, the corrected logo can reuse the exact Geist Sans Bold glyph outlines from the prior Mux logo in `x-u-m` order while preserving the established baseline, scale, and cursor spacing. ## Implementation - Rebuilt the square mark with the prior Mux `x` glyph at the established square-mark scale and cursor dimensions. - Rebuilt the Xum wordmark by reordering the exact prior Mux `x`, `u`, and `m` outlines. - Kept all source geometry centralized in `scripts/logoAssets.ts` so platform font rendering cannot change the mark. - Adjusted the tray crop for the wider Xum mark, including one output pixel of breathing room at 24px. - Regenerated docs, browser, inline loader, favicon, PWA, tray, app packaging, and VS Code assets together. ## Logo previews <table> <tr> <th>Square mark</th> <th>Wordmark</th> </tr> <tr> <td align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/coder/xum/ab90d0fc4c3dfd1978347e3c27fc9fd435ccc0e8/docs/img/logo-white.svg"> <img src="https://raw.githubusercontent.com/coder/xum/ab90d0fc4c3dfd1978347e3c27fc9fd435ccc0e8/docs/img/logo-black.svg" alt="Xum square mark" width="96"> </picture> </td> <td align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/coder/xum/ab90d0fc4c3dfd1978347e3c27fc9fd435ccc0e8/docs/img/white-xum.svg"> <img src="https://raw.githubusercontent.com/coder/xum/ab90d0fc4c3dfd1978347e3c27fc9fd435ccc0e8/docs/img/black-xum.svg" alt="Xum wordmark" width="300"> </picture> </td> </tr> </table> _Previews automatically use the black or white asset for the active GitHub theme._ ## Validation - Ran `bun scripts/generate-icons.ts update` twice to verify idempotence. - Ran `make build-icons`. - Ran `bun test src/browser/components/ProjectSidebar/ProjectSidebar.test.tsx` (37 passed). - Ran `make static-check`. - Verified alpha/content bounds for docs, PWA, tray, and VS Code rasters; no mark touches an output edge. - Visually inspected the sidebar at 1280px desktop and the app at a 440px mobile viewport. ## Risks Low. The change is isolated to logo source geometry, tray cropping, and generated assets. It touches every branded raster/vector output, so the visual snapshot set should still be reviewed. --- _Generated with `mux` • Model: `openai:gpt-5.6-sol` • Thinking: `xhigh` • Cost: `$48.70`_ <!-- mux-attribution: model=openai:gpt-5.6-sol thinking=xhigh costs=48.70 -->
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.
Summary
Corrects the new Shux logo family so the docs mark and app wordmarks preserve the typography, cursor scale, and spacing of the prior Mux logos.
Background
The initial Shux transition used a custom square
Sand live Arial text for the long wordmark. That made the docs glyph more than twice the cursor height, made rendering platform-dependent, and left excessive space before the cursor in the app header. This is a visual follow-up to #3867.Implementation
sat the prior Mux glyph scale, with the original cursor dimensions and glyph-to-cursor spacing.scripts/logoAssets.tsand extended the icon generator to update docs, browser, inline loader, favicon, tray, PWA, and VS Code variants together.mainso the formatting gate remains green.Logo previews
Previews automatically use the black or white asset for the active GitHub theme.
Validation
bun scripts/generate-icons.ts update, followed by a second idempotence runmake build-iconsbun test src/browser/components/ProjectSidebar/ProjectSidebar.test.tsxmake static-checkRisks
Low. The change is isolated to logo geometry, generation, and one sidebar sizing class. Generated assets change across app packaging, docs, PWA, tray, and VS Code surfaces, so the visual snapshot set should be reviewed.
Generated with
mux• Model:openai:gpt-5.6-sol• Thinking:xhigh• Cost:$457.10