chore(branding): refresh app icons across all sizes#1571
Merged
Conversation
Replaces 128x128, 128x128@2x, 32x32, icon.icns, icon.ico, icon.png, StoreLogo, and Square (30/44/71/89/107/142/150/284/310) tiles with new OpenHuman brand assets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⛔ Files ignored due to path filters (15)
⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (15)
📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
icon.png: 2048x2048 -> 512x512 (Linux PNG fallback) StoreLogo.png: 1024x1024 -> 50x50 (Windows Store) Source assets were exported at full resolution; bundler/manifest expects the original sizes that match tauri.conf.json + appx tile geometry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
senamakel
approved these changes
May 12, 2026
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
icon.icns), Windows (icon.ico), Linux PNG fallbacks, and the full Square* tile set used by Windows Store / MSIX packaging.Problem
Solution
app/src-tauri/icons/for which a new asset was provided:128x128.png,128x128@2x.png,32x32.png,icon.png,icon.icns,icon.icoStoreLogo.png+Square{30,44,71,89,107,142,150,284,310}x*Logo.png64x64.pngandapp/src-tauri/images/background-dmg.png(no replacements provided).Square310X310Logo.pngwritten asSquare310x310Logo.pngto match the existing path referenced by Tauri config.tauri.conf.jsonalready points at these exact filenames, so no manifest change is needed.Submission Checklist
.png/.icns/.icofiles changed; no executable lines fordiff-coverto evaluate## Related— N/A: no feature matrix rows toucheddocs/RELEASE-MANUAL-SMOKE.md) — N/A: smoke checklist already covers visual icon verification at install/DMG stages; no new surface introducedCloses #NNNin the## Relatedsection — N/A: standalone branding refresh, no tracking issueImpact
tauri.conf.json— bundler picks them up transparently.Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
feat/icon-refreshValidation Run
pnpm --filter openhuman-app format:check— N/A: no TS/JS/CSS changedpnpm typecheck— N/A: no TS/JS changedtauri.conf.jsonunchangedValidation Blocked
Behavior Changes
Parity Contract