Skip to content

[xc-admin] add approve/reject/execute/cancel buttons #576

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

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

cctdaniel
Copy link
Contributor

  • add approve/reject/execute/cancel buttons
  • fix useMultisig hook not returning correct isLoading value

@vercel
Copy link

vercel bot commented Feb 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
xc-admin-frontend ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 10, 2023 at 1:21PM (UTC)
1 Ignored Deployment
Name Status Preview Comments Updated
example-oracle-amm ⬜️ Ignored (Inspect) Feb 10, 2023 at 1:21PM (UTC)

@@ -144,7 +146,9 @@ export const useMultisig = (wallet: Wallet): MultisigHookData => {
}
})()

return () => {}
return () => {
cancelled = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this doing?

Copy link
Contributor

@guibescos guibescos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇

@guibescos guibescos merged commit 0e00fb0 into main Feb 10, 2023
@guibescos guibescos deleted the xc-admin-approve-reject branch February 10, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants