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

remove reload signer button for hot signers #1398

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

mholtzman
Copy link
Collaborator

No description provided.


// TODO: create well-defined signer states that drive these UI features
const canReconnect =
this.props.type !== 'trezor' || status === 'disconnected' || status.includes('reconnect')
// const canReconnect =
Copy link
Owner

Choose a reason for hiding this comment

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

cleanup?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

wanted to leave this piece just as guidance for future changes. can easily get rid of it too though

Copy link
Owner

Choose a reason for hiding this comment

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

yeah, don't mind at all if it's purposeful 👍

@mholtzman mholtzman merged commit b2558db into develop Feb 1, 2023
@mholtzman mholtzman deleted the hide-reload branch February 1, 2023 21:58
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