Skip to content
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

Add signers #59

Merged
merged 5 commits into from
Oct 12, 2023
Merged

Add signers #59

merged 5 commits into from
Oct 12, 2023

Conversation

GHesericsu
Copy link
Collaborator

@GHesericsu GHesericsu commented Oct 11, 2023

Changed currentAccount to currentWalletAccount
Changed type Multisig to MulticliqueAccount
Added Settings functions
Hooked up add signer and remove signer
Added create jwt

@vercel
Copy link

vercel bot commented Oct 11, 2023

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

Name Status Preview Comments Updated (UTC)
multiclique-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 12, 2023 6:29pm

@@ -7,12 +8,14 @@ interface ILoadingModalProps {
}

const LoadingModal = ({ isVisible = true, children }: ILoadingModalProps) => {
const [isTxnProcessing] = useMCStore((s) => [s.isTxnProcessing]);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @GHesericsu , just wondering if this is for hiding the modal when user rejects a sign?

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