feat(web): use the macOS app icon as the site logo#217
Merged
Conversation
Swap the pixel-art mascot for LISA's actual macOS app-icon squircle everywhere it served as the brand mark: favicon, nav logo, and the hero visual (en + zh). Adds an apple-touch-icon too, so the PWA "Add to Home Screen" matches the shipped app icon. The asset is a 512px downscale of packaging/mac-client/Resources/ app-icon-1024.png (1.3MB → 352KB) with baked-in transparent squircle corners; the .pixel (nearest-neighbor) class is dropped so its smooth rounded edges and gradients render cleanly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Replaces the pixel-art mascot with LISA's actual macOS app-icon squircle everywhere it served as the brand mark, for consistency with what users see when they install the app.
Changes
Base.astro)Base.astro)apple-touch-iconlink, so the PWA "Add to Home Screen" uses the app iconsrc/web/assets/lisa-app-icon.png— a 512px downscale ofpackaging/mac-client/Resources/app-icon-1024.png(1.3 MB → 352 KB), served at/assets/lisa-app-icon.pngvia the existing prebuild symlinkThe icon has baked-in transparent squircle corners, so the
.pixel(nearest-neighbor) class is dropped to let its smooth rounded edges and gradients render cleanly.Verification
Built locally + previewed: nav logo and hero render the app icon crisply in both languages;
/assets/lisa-app-icon.pngreturns 200; no console errors.🤖 Generated with Claude Code