Description
Currently, the Create Token button changes text to “Creating...”, but the form fields remain active and the button is not properly disabled during token creation. This can confuse users and may allow repeated clicks while the transaction is processing.
Problem
When a user clicks Create Token, there is no strong visual feedback that the process is running. Users may click the button multiple times or edit inputs while the transaction is still pending.
Expected Improvement
Add better UI feedback during token creation:
Disable the Create Token button while loading
Disable form inputs during processing
Show a spinner inside the button
Change button text to Creating Token...
Prevent multiple transaction submissions
Show success/failure toast clearly
Benefits
Improves user experience
Prevents duplicate clicks
Makes transaction status clearer
Gives the app a more polished Web3 feel
Description
Currently, the Create Token button changes text to “Creating...”, but the form fields remain active and the button is not properly disabled during token creation. This can confuse users and may allow repeated clicks while the transaction is processing.
Problem
When a user clicks Create Token, there is no strong visual feedback that the process is running. Users may click the button multiple times or edit inputs while the transaction is still pending.
Expected Improvement
Add better UI feedback during token creation:
Disable the Create Token button while loading
Disable form inputs during processing
Show a spinner inside the button
Change button text to Creating Token...
Prevent multiple transaction submissions
Show success/failure toast clearly
Benefits
Improves user experience
Prevents duplicate clicks
Makes transaction status clearer
Gives the app a more polished Web3 feel