chore: Add OG images for new apps & protocols#226
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughTen app and protocol definitions receive identical metadata additions: ChangesSocial Media Preview Metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Adds per-app / per-protocol Open Graph image configuration for recently introduced apps and protocols, so social previews can use the provided custom assets instead of fallbacks.
Changes:
- Added
ogImagePathandtwitterOgImagePathentries for new wallet + DeFi apps. - Added
ogImagePathandtwitterOgImagePathentries for new DeFi + DAO protocols.
Reviewed changes
Copilot reviewed 11 out of 33 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ensawards.org/data/protocols/superfluid-defi/index.ts | Adds OG + Twitter OG image paths for the Superfluid DeFi protocol entry. |
| ensawards.org/data/protocols/kleros-dao/index.ts | Adds OG + Twitter OG image paths for the Kleros DAO protocol entry. |
| ensawards.org/data/apps/zerion-wallet/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/worldapp-wallet/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/uniswap-defi/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/status-wallet/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/safe-wallet/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/readyx-wallet/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/rabby-wallet/index.ts | Adds OG + Twitter OG image paths. |
| ensawards.org/data/apps/aave-defi/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
| ensawards.org/data/apps/1inch-defi/index.ts | Replaces OG TODO with OG + Twitter OG image paths. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryThis PR completes the OG image setup for 9 apps and 2 protocols that were added in prior PRs (#215, #223, #224, #225) by replacing
Confidence Score: 5/5This is a purely additive change — new image files and their path references — with no logic or schema modifications. All changes follow the identical pattern already used by existing entries. Every referenced image file is present in the repository, the path format matches the convention, and no logic or shared infrastructure is modified. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Update Safe's name on OG images" | Re-trigger Greptile |
Lite PR → Add OG images for new apps & protocols
Summary
Why
Testing
typecheck,lint, andtestcommands locally to ensure that the migration didn't break anything, and later confirmed that in our CI workflowNotes for Reviewer (Optional)
Trust,PhantomandLido. They can easily be added after I add the new batch of apps (exachanges) to the pagePre-Review Checklist (Blocking)