Redesign app icons and header logo with simplified Wuggy bird#2
Merged
Conversation
- Replace app icon (macOS .icns + Windows .ico) with simplified Wuggy bird on Teal 50 background — cleaner rendering at small sizes, no hairline legs - Update header logo SVG to simplified bird (transparent bg, teal body) - Remove DMG background image; version DMG from WUGGY_VERSION env var - Fix Windows packaging: bundle pythonnet/clr_loader via collect_all(), guard UPX to Windows-only, exclude .NET DLLs from UPX compression - Fix macOS version string: read CFBundleShortVersionString from WUGGY_VERSION - Fix CSV export on macOS: use pywebview native save dialog + server-side write - Replace unreliable native About menu with in-page ℹ button - Apply Material Design Blue Grey color scheme throughout the UI - Add crash dialog (native OS alert + log file) on startup failure - CI: install platform-specific deps, set WUGGY_VERSION from git tag Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
.icns+ Windows.ico): simplified Wuggy bird silhouette on a Teal 50 (#E0F2F1) background — cleaner at small sizes, no hairline leg strokes that broke down at 16/32pxWUGGY_VERSIONenv var (set from git tag in CI)What changed in the icon design
The previous icon used the full logo with thin leg strokes that rendered poorly in the macOS Dock and Windows taskbar at small sizes, and the reversed (white-outline) variant looked too "neon". The simplified version removes the feet entirely, keeping only the leg notch detail inside the body, which stays legible down to 16px.
Test plan
.icoappears in Explorer and taskbar🤖 Generated with Claude Code