feat(icons): add hand-drawn tadpole + agrias butterfly — 9th and 10th in hand-drawn library#144
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new hand-drawn item icons (tadpole and agrias butterfly) and updates the icon extension manifest + changelog so the app resolves the new agrias asset as PNG.
Changes:
- Updated
public/icons/manifest.jsonto switchbugs/agrias-butterflyfromjpg→png. - Added
[Unreleased]changelog entries documenting the new hand-drawn tadpole and agrias butterfly icons.
Reviewed changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| public/icons/manifest.json | Updates agrias-butterfly’s extension to png so runtime icon resolution points at the new asset. |
| CHANGELOG.md | Documents the two new hand-drawn icons under [Unreleased]. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
136
to
139
| "great-purple-emperor": "png", | ||
| "emperor-butterfly": "jpg", | ||
| "agrias-butterfly": "jpg", | ||
| "agrias-butterfly": "png", | ||
| "moth": "jpg", |
…— 9th and 10th in hand-drawn library tadpole: 2048→768px, 24 KB. agrias-butterfly: replaces scraped jpg placeholder, 2048→768px, 62 KB. Manifest updated jpg→png for agrias-butterfly entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
c9f7bf2 to
80e4842
Compare
This was referenced May 24, 2026
Merged
jacuzzicoding
added a commit
that referenced
this pull request
May 29, 2026
- README.md: current-release line - CLAUDE.md: Project Overview current-release line + convert v0.9.6-beta roadmap section from "next milestone" to shipped entry (PRs #136, #140, #144) - docs/architecture.md + .claude/rules/architecture.md: header version string (kept in lockstep per docs/architecture.md convention)
5 tasks
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
fish/tadpole— hand-drawn 2048×2048 source committed toicon-sources/fish/tadpole.png; exported topublic/icons/fish/tadpole.pngat 768×768 (24 KB, 95.6% reduction). Replaces the 3 KB placeholder that was already in the manifest.bugs/agrias-butterfly— hand-drawn 2048×2048 source aticon-sources/bugs/agrias-butterfly.png; exported topublic/icons/bugs/agrias-butterfly.pngat 768×768 (62 KB, 95.3% reduction). Replaces the wiki-scraped.jpg; manifest entry updatedjpg → png.[Unreleased]section updated — these are the 9th and 10th pieces in the hand-drawn library.Both processed through the established
npm run icons:exportpipeline (sharp 768×768 resize → pngquant--quality=65-90 --speed=1 --strip), matching the settings locked in PR #115.Test plan
npm run icons:export -- --force— both items processed, sizes confirmednpm run icons:manifest— manifest regenerated (fish: 84, bugs: 95, fossils: 86, art: 40, sea_creatures: 32)npm run build— clean build, no errors