Skip to content

chore: Add OG images for tranche 3 apps#249

Merged
Y3drk merged 5 commits into
mainfrom
y3drk/chore/add-og-images-for-t3-apps
Jun 29, 2026
Merged

chore: Add OG images for tranche 3 apps#249
Y3drk merged 5 commits into
mainfrom
y3drk/chore/add-og-images-for-t3-apps

Conversation

@Y3drk

@Y3drk Y3drk commented Jun 29, 2026

Copy link
Copy Markdown
Member

Lite PR → Add OG images for tranche 3 apps

Summary

  • Added OG images for all apps added to ENSAwards in tranche 3

Why


Testing

  • Ran typecheck, lint, and test commands locally to ensure that the migration didn't break anything, and later confirmed that in our CI workflow
  • Verified that the UI didn't break after introducing changes using a local and Vercel previews

Pre-Review Checklist (Blocking)

  • This PR does not introduce significant changes and is low-risk to review quickly.

@Y3drk Y3drk self-assigned this Jun 29, 2026
Copilot AI review requested due to automatic review settings June 29, 2026 15:42
@Y3drk Y3drk requested a review from a team as a code owner June 29, 2026 15:42
@Y3drk Y3drk added the ensawards ENSAwards related label Jun 29, 2026
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ensawards.org Ready Ready Preview, Comment Jun 29, 2026 3:42pm

@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c186183f-ac5b-43e2-bb42-bd6610e05886

📥 Commits

Reviewing files that changed from the base of the PR and between fe32067 and 2ac9f4b.

⛔ Files ignored due to path filters (10)
  • ensawards.org/data/apps/exodus-wallet/og.png is excluded by !**/*.png
  • ensawards.org/data/apps/exodus-wallet/twitter-og.png is excluded by !**/*.png
  • ensawards.org/data/apps/hyperliquid-defi/og.png is excluded by !**/*.png
  • ensawards.org/data/apps/hyperliquid-defi/twitter-og.png is excluded by !**/*.png
  • ensawards.org/data/apps/pendle-defi/og.png is excluded by !**/*.png
  • ensawards.org/data/apps/pendle-defi/twitter-og.png is excluded by !**/*.png
  • ensawards.org/data/apps/polymarket-defi/og.png is excluded by !**/*.png
  • ensawards.org/data/apps/polymarket-defi/twitter-og.png is excluded by !**/*.png
  • ensawards.org/data/apps/taho-wallet/og.png is excluded by !**/*.png
  • ensawards.org/data/apps/taho-wallet/twitter-og.png is excluded by !**/*.png
📒 Files selected for processing (5)
  • ensawards.org/data/apps/exodus-wallet/index.ts
  • ensawards.org/data/apps/hyperliquid-defi/index.ts
  • ensawards.org/data/apps/pendle-defi/index.ts
  • ensawards.org/data/apps/polymarket-defi/index.ts
  • ensawards.org/data/apps/taho-wallet/index.ts

📝 Walkthrough

Walkthrough

Five app configuration objects (ExodusWallet, HyperliquidDeFi, PendleDeFi, PolymarketDeFi, TahoWallet) each gain ogImagePath and twitterOgImagePath fields pointing to their respective image assets, replacing prior TODO placeholder comments.

Changes

OG Image Path Additions

Layer / File(s) Summary
OG image fields across 5 app configs
ensawards.org/data/apps/exodus-wallet/index.ts, ensawards.org/data/apps/hyperliquid-defi/index.ts, ensawards.org/data/apps/pendle-defi/index.ts, ensawards.org/data/apps/polymarket-defi/index.ts, ensawards.org/data/apps/taho-wallet/index.ts
Each app config adds ogImagePath and twitterOgImagePath string fields (e.g., exodus-wallet/og.png, taho-wallet/twitter-og.png), removing the // TODO: Add OG images comments.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • namehash/ensawards#178: Same pattern of adding ogImagePath and twitterOgImagePath to exported config objects, applied to the SSVNetworkDao protocol.
  • namehash/ensawards#197: Identical field additions (ogImagePath, twitterOgImagePath) to app config objects in the same data/apps/*/index.ts structure.
  • namehash/ensawards#226: Same OG/Twitter metadata wiring applied to other exported app/protocol configuration objects.

Poem

🐇 Five apps were missing their picture-perfect face,
No OG images found — what a barren space!
I hopped through the configs, added path by path,
og.png and twitter-og now line the aftermath.
TODO? No more! The rabbit has spoken. 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: adding OG images for tranche 3 apps.
Description check ✅ Passed The description is directly related and matches the changes to add OG images for the listed apps.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch y3drk/chore/add-og-images-for-t3-apps

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds per-app Open Graph (OG) and Twitter OG images for the tranche 3 apps introduced in #232, enabling richer link previews for their app pages across social platforms.

Changes:

  • Added ogImagePath and twitterOgImagePath for tranche 3 app definitions.
  • Removed placeholder “TODO: Add OG images” comments in those app entries.

Reviewed changes

Copilot reviewed 5 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
ensawards.org/data/apps/taho-wallet/index.ts Adds OG + Twitter OG image paths for Taho Wallet.
ensawards.org/data/apps/polymarket-defi/index.ts Adds OG + Twitter OG image paths for Polymarket DeFi.
ensawards.org/data/apps/pendle-defi/index.ts Adds OG + Twitter OG image paths for Pendle DeFi.
ensawards.org/data/apps/hyperliquid-defi/index.ts Adds OG + Twitter OG image paths for Hyperliquid DeFi.
ensawards.org/data/apps/exodus-wallet/index.ts Adds OG + Twitter OG image paths for Exodus Wallet.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@greptile-apps

greptile-apps Bot commented Jun 29, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds social preview images for tranche 3 ENSAwards apps. The main changes are:

  • OG image paths for Exodus Wallet, Hyperliquid, Pendle, Polymarket, and Taho.
  • Twitter OG image paths for the same apps.
  • New og.png and twitter-og.png assets under each app folder.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
ensawards.org/data/apps/exodus-wallet/index.ts Adds OG and Twitter OG image paths for Exodus Wallet.
ensawards.org/data/apps/hyperliquid-defi/index.ts Adds OG and Twitter OG image paths for Hyperliquid.
ensawards.org/data/apps/pendle-defi/index.ts Adds OG and Twitter OG image paths for Pendle.
ensawards.org/data/apps/polymarket-defi/index.ts Adds OG and Twitter OG image paths for Polymarket.
ensawards.org/data/apps/taho-wallet/index.ts Adds OG and Twitter OG image paths for Taho.
ensawards.org/data/apps/*/{og.png,twitter-og.png} Adds the referenced PNG assets for the updated app metadata.

Reviews (1): Last reviewed commit: "Add OG images for Pendle" | Re-trigger Greptile

@Y3drk Y3drk merged commit c01decf into main Jun 29, 2026
12 checks passed
@Y3drk Y3drk deleted the y3drk/chore/add-og-images-for-t3-apps branch June 29, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ensawards ENSAwards related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants