feat(brand): bunny logo across favicon, README banner, and social preview#81
Conversation
Drops the inline-emoji 🔀 placeholder and the unused purple-bolt favicon.svg. The new favicon reuses the canvas's bunny actor sprite (public/sprites/user_node.svg) — same character + palette as the animation, so the tab icon previews what the app actually renders. The source viewBox is 640x624; padded to 640x640 for a square favicon. Index.html now references /favicon.svg by URL instead of inlining the SVG, so Vite's base-prefix rewriting works on the Pages deploy.
- Insert pixel-art OpenHop logo (bunny + carrots) as a centered banner right after the README title, above the existing flow screenshot. - Add the same image at .github/social-preview.png as the source asset for GitHub's Settings → Social preview upload. - Repair PascalCase repo URLs that had crept back into the README (CI badge, stargazers link). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughTwo independent changes: README.md repository links and branding rebranded from ChangesBranding and Repository Link Updates
Favicon Configuration
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly Related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
The previous logo was generated by flattening the RGBA source onto an
implicit gray (~120,120,120) canvas via .convert('RGB'), making the
background opaque gray on dark themes. Re-crop and resize while keeping
the alpha channel so the corners stay alpha=0.
File size also drops 808 KB → 257 KB (RGBA-with-sparse-pixels compresses
better than fully-opaque RGB).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Brand-pass adding the pixel-art bunny + carrots logo (OPENHOP wordmark) across every visual surface that didn't yet have it:
OpenHop
` title, above the existing flow screenshot. Matches the layout pattern of comparable dev-tool repos (Storybook, Tailwind, Remotion).Linked context
Testing notes
Checklist
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores