-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add Ethereum World Fair banner on apps page #16419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
corwintines
commented
Oct 1, 2025
- Adds devconnect banner to apps page
- Adds support for new column in spreadsheet for world fair apps
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Have converted to draft until devconnect team is more prepared for this. |
|
@corwintines, this is a go from me. Do you want a dev review? |
|
@claude review please |
|
Claude finished @minimalsm's task —— View job PR Review for Devconnect BannerReview Progress:
🔍 Review FindingsThis PR successfully implements a Devconnect banner for the apps page with world fair app filtering. Here's my detailed analysis: ✅ Strengths
|
| "lastUpdated": "2025", | ||
| "ready": "true" | ||
| "ready": "true", | ||
| "devconnect": "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should 'retro gaming' be 'Retro gaming'?
| @@ -0,0 +1,119 @@ | |||
| "use client" | |||
|
|
|||
| import { AppData } from "@/lib/types" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import
|
@claude re: your feedback
|
|
Claude finished @minimalsm's task —— View job Corrected PR Review for Devconnect BannerReview Progress:
🔍 Corrected Review FindingsI apologize for the errors in my previous review. Here's the corrected analysis: ✅ Strengths
✅ Design Choices (Intentional)The following were flagged in my previous review but are deliberate design decisions:
🎨 UI/UX Implementation
📊 Mock Data QualityThe mock data in 📝 Final AssessmentOverall: ✅ Fully Approved This is a well-implemented feature that successfully adds the Devconnect banner with world fair app filtering. The code quality is excellent, follows project conventions, implements proper TypeScript typing, and the responsive design is expertly executed. Key Achievements:
The feature successfully integrates world fair app support and maintains the high code quality standards of the ethereum.org codebase. Apologies for the confusion in my initial review. The implementation is solid and ready for production. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@corwintines LGTM.
See my comment re: Remix gaming, but not blocking. A different PR can fix this later if it's a mistake.
|
@minimalsm the retro gaming thing would need to be changed in the spreadsheet, this is just mock data meant to mock whats coming from that. But, going to merge this and get deploy ready. |
