-
Notifications
You must be signed in to change notification settings - Fork 7
Fix install all #17
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
Fix install all #17
Conversation
- Transform profile-search into onchain-user-search with three-way
resolution
- Support searching by Farcaster username, ENS name, or Ethereum
address
- Add ENS forward/reverse resolution with address as primary
identifier
- Implement Neynar bulk-by-address API for address lookups
- Create address-utils library for validation and formatting
- Add customizable onUserClick handler for flexible integration
The commit describes the changes to improve the registry installation process and dependency handling. The key changes include: 1. Adding install scripts for both normal and overwrite modes 2. Removing all-components.json in favor of shell scripts 3. Using relative paths for registry dependencies 4. Adding test NFTs and gitignore patterns for testing 5. Updating type comparisons to use consistent double quotes
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@claude please fix the build. Failed to compile.
|
|
Claude finished @hellno's task —— View job I've successfully fixed the TypeScript build error in the onchain-user-search component! Todo List:
Analysis:The error occurred because Changes Made:
Result:✅ Fixed TypeScript compilation error The build should now pass successfully! The fix ensures that |
Fix TypeScript error where ensName was type string < /dev/null | null but UnifiedUser expects ensName?: string. Convert null to undefined in all places where ensName is assigned to match expected type. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: hellno <hellno@users.noreply.github.com>
|
@claude upgrade farcaster sdk packages to latest versions and make sure we're using the sdk.actions.composeCast correctly ./registry/mini-app/blocks/share-bottom-sheet/share-bottom-sheet.tsx:47:39 45 | embeds: shareUrl ? [shareUrl] : [],
|
|
Claude finished @hellno's task —— View job Todo List:
Analysis:The TypeScript error occurred because Changes Made:
Result:✅ Fixed TypeScript compilation error The build should now pass! The fix uses proper typing and follows the same pattern as other working components in the codebase. |
- Update @farcaster/frame-core: ^0.0.40 → ^0.0.44 - Update @farcaster/frame-sdk: ^0.0.53 → ^0.0.56 - Update @farcaster/frame-wagmi-connector: ^0.0.39 → ^0.0.42 - Fix TypeScript error in share-bottom-sheet.tsx by using explicit tuple typing for embeds property Co-authored-by: hellno <hellno@users.noreply.github.com>
|
Claude finished @hellno's task —— View job PR Review - Fix install allI've completed my review of this pull request. Here's my comprehensive analysis: Todo List:
SummaryThis PR introduces significant improvements to the mini-app-ui registry including new components, Farcaster SDK upgrades, and enhanced installation infrastructure. The changes are substantial and well-structured, but there are several areas that need attention. 🔍 Code Quality Assessment✅ Strengths
|
|
Claude finished @hellno's task —— View job PR Review: Fix install allI've completed a comprehensive review of this pull request focusing on code quality, potential bugs, performance considerations, security concerns, and test coverage. Todo List:
Review SummaryThis PR significantly improves the registry with better user search functionality, new sharing components, and SDK upgrades. The code quality is generally good with proper TypeScript usage and adherence to repository patterns. Code Quality & Best Practices✅ Strengths:
|
|
Claude encountered an error —— View job PR Review: Fix install all
|

No description provided.