Skip to content

chore(branding): refresh app icons across all sizes#1571

Merged
senamakel merged 2 commits into
tinyhumansai:mainfrom
oxoxDev:feat/icon-refresh
May 12, 2026
Merged

chore(branding): refresh app icons across all sizes#1571
senamakel merged 2 commits into
tinyhumansai:mainfrom
oxoxDev:feat/icon-refresh

Conversation

@oxoxDev
Copy link
Copy Markdown
Contributor

@oxoxDev oxoxDev commented May 12, 2026

Summary

  • Replace all OpenHuman Tauri bundle icons with refreshed brand assets.
  • Covers macOS (icon.icns), Windows (icon.ico), Linux PNG fallbacks, and the full Square* tile set used by Windows Store / MSIX packaging.
  • No code, config, or build-script changes — pure asset swap.

Problem

  • Bundled icon set was stale and did not match the current OpenHuman brand mark.
  • Mixed across dock/taskbar, About panel, DMG mount, and Store tile previews.

Solution

  • Drop-in replace every file under app/src-tauri/icons/ for which a new asset was provided:
    • 128x128.png, 128x128@2x.png, 32x32.png, icon.png, icon.icns, icon.ico
    • StoreLogo.png + Square{30,44,71,89,107,142,150,284,310}x*Logo.png
  • Kept existing 64x64.png and app/src-tauri/images/background-dmg.png (no replacements provided).
  • Normalized casing: incoming Square310X310Logo.png written as Square310x310Logo.png to match the existing path referenced by Tauri config.
  • tauri.conf.json already points at these exact filenames, so no manifest change is needed.

Submission Checklist

  • Tests added or updated (happy path + at least one failure / edge case) per Testing Strategy — N/A: binary asset swap with no behavioral code path to test
  • Diff coverage ≥ 80% — N/A: only .png / .icns / .ico files changed; no executable lines for diff-cover to evaluate
  • Coverage matrix updated — N/A: behaviour-only change (no new/removed feature rows)
  • All affected feature IDs from the matrix are listed in the PR description under ## Related — N/A: no feature matrix rows touched
  • No new external network dependencies introduced (mock backend used per Testing Strategy)
  • Manual smoke checklist updated if this touches release-cut surfaces (docs/RELEASE-MANUAL-SMOKE.md) — N/A: smoke checklist already covers visual icon verification at install/DMG stages; no new surface introduced
  • Linked issue closed via Closes #NNN in the ## Related section — N/A: standalone branding refresh, no tracking issue

Impact

  • Desktop (macOS/Windows/Linux): dock, taskbar, Finder/Explorer, About dialog, DMG mounted-volume icon, and MSIX Store tiles all pick up the new mark on next build.
  • Performance / security / migration: none.
  • Compatibility: no change to filenames, formats, or paths referenced by tauri.conf.json — bundler picks them up transparently.

Related

  • Closes:
  • Follow-up PR(s)/TODOs:

AI Authored PR Metadata (required for Codex/Linear PRs)

Linear Issue

  • Key: N/A
  • URL: N/A

Commit & Branch

  • Branch: feat/icon-refresh
  • Commit SHA: 69d130f

Validation Run

  • pnpm --filter openhuman-app format:check — N/A: no TS/JS/CSS changed
  • pnpm typecheck — N/A: no TS/JS changed
  • Focused tests: N/A: asset-only diff
  • Rust fmt/check (if changed): N/A: no Rust changed
  • Tauri fmt/check (if changed): N/A: tauri.conf.json unchanged

Validation Blocked

  • command: N/A
  • error: N/A
  • impact: N/A

Behavior Changes

  • Intended behavior change: visual branding only
  • User-visible effect: new app icon on dock, taskbar, DMG, Store tiles

Parity Contract

  • Legacy behavior preserved: yes — same filenames, same formats, same Tauri config wiring
  • Guard/fallback/dispatch parity checks: N/A

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>
@oxoxDev oxoxDev requested a review from a team May 12, 2026 15:53
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • app/src-tauri/icons/icon.icns
⛔ Files ignored due to path filters (15)
  • app/src-tauri/icons/128x128.png is excluded by !**/*.png
  • app/src-tauri/icons/128x128@2x.png is excluded by !**/*.png
  • app/src-tauri/icons/32x32.png is excluded by !**/*.png
  • app/src-tauri/icons/Square107x107Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square142x142Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square150x150Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square284x284Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square30x30Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square310x310Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square44x44Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square71x71Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square89x89Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/StoreLogo.png is excluded by !**/*.png
  • app/src-tauri/icons/icon.ico is excluded by !**/*.ico
  • app/src-tauri/icons/icon.png is excluded by !**/*.png
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 307ab54c-2c16-47ac-aacd-f6ce32ccbf79

📥 Commits

Reviewing files that changed from the base of the PR and between 15c7442 and 04b12ed.

⛔ Files ignored due to path filters (15)
  • app/src-tauri/icons/128x128.png is excluded by !**/*.png
  • app/src-tauri/icons/128x128@2x.png is excluded by !**/*.png
  • app/src-tauri/icons/32x32.png is excluded by !**/*.png
  • app/src-tauri/icons/Square107x107Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square142x142Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square150x150Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square284x284Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square30x30Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square310x310Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square44x44Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square71x71Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/Square89x89Logo.png is excluded by !**/*.png
  • app/src-tauri/icons/StoreLogo.png is excluded by !**/*.png
  • app/src-tauri/icons/icon.ico is excluded by !**/*.ico
  • app/src-tauri/icons/icon.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • app/src-tauri/icons/icon.icns

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

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 senamakel merged commit af4d231 into tinyhumansai:main May 12, 2026
16 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants