-
Notifications
You must be signed in to change notification settings - Fork 7
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
DAO Creation Token configuration fixes #2248
Conversation
… imported token is votes token or not. Disable token name and symbol inputs if imported token is votes token
✅ Deploy Preview for decent-interface-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -177,7 +179,7 @@ export function AzoriusTokenDetails(props: ICreationStepProps) { | |||
isRequired | |||
/> | |||
</LabelWrapper> | |||
{!isImportedVotesToken && !errors.erc20Token?.tokenImportAddress && ( | |||
{isImportedVotesToken === false && !errors.erc20Token?.tokenImportAddress && ( |
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.
Yes nice
Three things I spotted:
Browser metadata
|
I guess I see now after watching my recording back that we are wrapping the token. That is not clear at all that that is what is happening while |
When inputting an address for a wrapped token, I'm given that same Wrapped message and the name now says "wrapped wrapped" Browser metadata
|
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 like there is a GIthub Lint warning, but approved otherwise
Oh that's funny, I would expect that a Wrapped token @mudrila would you mind looking into that. |
@adamgall |
The Github Lint warning on this PR doesn't make any sense lol |
@mudrila new issues for those items sounds good to me. Please get those created then feel free to merge this. Thanks for your review @nicolaus-sherrill! |
@nicolaus-sherrill regarding
Yes all of this is expected.
Also understood, that you call into question the UX in general. |
@adamgall @nicolaus-sherrill Created couple of issues - one for further development and one for design So gonna merge this now |
Closes #2236
Closes #2237