-
Notifications
You must be signed in to change notification settings - Fork 0
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 SolanaCreator page #63
Conversation
… performance with useMemo and useCallback
…e rendering logic
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.
The Form should have static height. The possible errors shouldn't extend the size of it.
The button should be disabled if any error occured in the fields above. The fields should be validated.
Name length <= 30 characters
Symbol <= 8 characters
decimals from range <0, 9> (the lower range should be easy to change, we may want to change it greater number in future)
relationship between supply and decimals.
The fields should be marked as optional and validated.
Description <= 500 characters
x,tlg,dc links should be validated if they are pointing to the corresponding platform
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.
Screencast from 2024-10-10 09-37-51.webm
Screencast from 2024-10-10 09-38-40.webm
The boxes height shouldnt 'jump' when error messages appear.
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.
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.
This pull request has been deployed to Vercel.
|
No description provided.