fix(app): converge dig-app on canonical branded icon, add diga icon (#2917) - #401
Draft
MichaelTaylor3d wants to merge 4 commits into
Draft
fix(app): converge dig-app on canonical branded icon, add diga icon (#2917)#401MichaelTaylor3d wants to merge 4 commits into
MichaelTaylor3d wants to merge 4 commits into
Conversation
Replaces crates/dig-app/icons/mark.ico (6 frames, pre-dates the 2026-08-14 cross-repo icon decision) with the canonical, byte-pinned assets/dig.ico (10 frames incl. <=32px alpha hardening), vendored at the repo root per the decided shape. dig-app keeps its own tested .res encoder (build/res.rs) -- embed-resource is deliberately NOT added here (L1 shape call: this is the most-privileged GUI binary and the encoder is already covered by tests/icon_resource.rs). diga gets an icon for the first time by mounting the same encoder via #[path], never a second copy. Adds scripts/check-icon.sh (sha256 pin) and its CI job so drift is loud. Bumps the workspace version 15.4.0 -> 15.4.1. Refs #2917
Only workspace-member version stamps move (15.4.0 -> 15.4.1); no third-party package name is added or removed (git diff origin/main -- Cargo.lock | grep '^[+-]name' is empty). Refs #2917
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.
DO NOT MERGE — gate round in progress. Refs #2917.