-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat: ui demo user card reflects 7702 delegation status #1294
Conversation
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e04037a
to
867fcd3
Compare
8f0d8e1
to
bbf90df
Compare
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.
Looks good, had a few comments. Approving to unblock!
examples/ui-demo/src/components/shared/user-connection-avatar/RenderUserConnectionAvatar.tsx
Outdated
Show resolved
Hide resolved
examples/ui-demo/src/components/shared/user-connection-avatar/RenderUserConnectionAvatar.tsx
Outdated
Show resolved
Hide resolved
examples/ui-demo/src/components/shared/user-connection-avatar/RenderUserConnectionAvatar.tsx
Outdated
Show resolved
Hide resolved
examples/ui-demo/src/components/shared/user-connection-avatar/UserConnectionDetails.tsx
Outdated
Show resolved
Hide resolved
…nftTransferred status changes
* feat: have user avatar reflect if account has been delegated * feat: reflects delegation status in user details card * fix: forces delegation status query to refetch until available * chore: updates comment * refactor: uses viem public client and refetches delegation addr when nftTransferred status changes * refactor: uses defined url constant * chore: removes unnecessary check
feat: update 7702 mint flow to actually use 7702 feat: partial recurring transfer support feat: ui progress feat: react state management feat: add permission hooks to session key fix: add templates to demo build fix: declare env var in turbo feat: ui demo user card reflects 7702 delegation status (#1294) * feat: have user avatar reflect if account has been delegated * feat: reflects delegation status in user details card * fix: forces delegation status query to refetch until available * chore: updates comment * refactor: uses viem public client and refetches delegation addr when nftTransferred status changes * refactor: uses defined url constant * chore: removes unnecessary check fix: coalesce undefined code result fix: forces delegation query to refetch until available feat: updated 7702 info blurb chore: cleanup
feat: update 7702 mint flow to actually use 7702 feat: partial recurring transfer support feat: ui progress feat: react state management feat: add permission hooks to session key fix: add templates to demo build fix: declare env var in turbo feat: ui demo user card reflects 7702 delegation status (#1294) * feat: have user avatar reflect if account has been delegated * feat: reflects delegation status in user details card * fix: forces delegation status query to refetch until available * chore: updates comment * refactor: uses viem public client and refetches delegation addr when nftTransferred status changes * refactor: uses defined url constant * chore: removes unnecessary check fix: coalesce undefined code result fix: forces delegation query to refetch until available feat: updated 7702 info blurb chore: cleanup
feat: update 7702 mint flow to actually use 7702 feat: partial recurring transfer support feat: ui progress feat: react state management feat: add permission hooks to session key fix: add templates to demo build fix: declare env var in turbo feat: ui demo user card reflects 7702 delegation status (#1294) * feat: have user avatar reflect if account has been delegated * feat: reflects delegation status in user details card * fix: forces delegation status query to refetch until available * chore: updates comment * refactor: uses viem public client and refetches delegation addr when nftTransferred status changes * refactor: uses defined url constant * chore: removes unnecessary check fix: coalesce undefined code result fix: forces delegation query to refetch until available feat: updated 7702 info blurb chore: cleanup
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR enhances the
UserConnectionDetails
component and its usage in theRenderUserConnectionAvatar
component by adding delegation address handling and integrating new functionality for hybrid accounts.Detailed summary
delegationAddress
prop toUserConnectionDetails
andRenderUserConnectionAvatar
.ODYSSEY_EXPLORER_URL
for linking to delegation addresses.RenderPopoverMenu
andRenderDialogMenu
to passdelegationAddress
toUserConnectionDetails
.