feat(pwa): statically integrate woodwire-icon.svg and commit pre-generated PNG fallbacks - #95
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Integrate woodwire-icon.svg and add PNG fallbacks
feat(pwa): statically integrate woodwire-icon.svg and commit pre-generated PNG fallbacks
Jul 25, 2026
move icon into h1
logo first actually
efischer19
force-pushed
the
copilot/feat-pwa-integrate-woodwire-icon
branch
from
July 25, 2026 16:47
c29277c to
9f68b71
Compare
Owner
|
@copilot I only see the |
Contributor
Author
Done! I've regenerated both |
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
Integrated the master vector brand icon into the PWA while maintaining the zero-build-pipeline architecture. Generated static PNG fallbacks for mobile OS launchers (iOS/Android) without introducing build scripts or npm dependencies, and configured HTML, manifest, and documentation to reference icon assets consistently with proper metadata.
Changes
PNG Fallback Generation (one-off, not saved to package.json)
icon-180.png(180x180) — iOS Apple Touch Iconicon-192.png(192x192) — Android/PWA standardicon-512.png(512x512) — PWA splash screennpx -y sharp-clifrom src/assets/woodwire-icon.svgHTML Updates (src/index.html)
<link rel="icon" href="/assets/woodwire-icon.svg" type="image/svg+xml"><link rel="apple-touch-icon" href="/assets/icon-180.png">Web Manifest (src/manifest.json)
Documentation
Final Checklist
Definition of Donecriteria from the linked issue have been met.