Add POAP support with extensible custom account records system#1083
Open
storywithoutend wants to merge 5 commits intomainfrom
Open
Add POAP support with extensible custom account records system#1083storywithoutend wants to merge 5 commits intomainfrom
storywithoutend wants to merge 5 commits intomainfrom
Conversation
Implements POAP (Proof of Attendance Protocol) as a social record type using a new custom account records pattern that provides a model for future extensibility. Key changes: - Add POAP icon and configuration to DynamicSocialIcon - Create customAccountRecordKeys.ts with registry pattern for type safety - Integrate custom accounts into getSocialData and profile categorization - Refactor getSocialData to use data-driven configuration map - Export SocialIconType for compile-time icon validation The custom account registry ensures bidirectional consistency between keys and configs at compile time, preventing common configuration bugs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add Farcaster (xyz.farcaster) with profile link support - Add Zora (co.zora) with @ prefix formatting and profile link support - Add grayscale SVG icons for both platforms - Extend CustomAccountConfig to support optional getValue formatter - Fix color typo in DynamicSocialIcon (##6A3CFF -> #6A3CFF) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Deploying ens-app-v3 with
|
| Latest commit: |
e754222
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9d134a6e.ens-app-v3.pages.dev |
| Branch Preview URL: | https://feature-fet-2603-add-poap-su.ens-app-v3.pages.dev |
|
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.



Implements POAP (Proof of Attendance Protocol) as a social record type using a new custom account records pattern that provides a model for future extensibility.
Key changes:
The custom account registry ensures bidirectional consistency between keys and configs at compile time, preventing common configuration bugs.
🤖 Generated with Claude Code