-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Edit Mode Toggle and Permission Checking
Parent Issue
Description
Implement edit mode toggle and permission checking for the agent detail page to determine if the current user can edit the agent.
Requirements
- Add "Edit" button to agent detail page (only visible when user is owner)
- Check if connected wallet is the agent owner using SDK's
isAgentOwner()method - Toggle between view mode and edit mode
- Show appropriate messaging if user is not the owner
- Handle wallet connection state (show "Connect Wallet" if not connected)
- Wallet connection: Depends on Create Universal Wallet Connection Interface #33 (Universal Wallet Connection Interface)
Technical Notes
- Check ownership on page load and when wallet connection changes
- Should work across different chains
- Handle loading states while checking ownership
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request