Giveth / giveth-next

Giveth 2.0 implementation in NextJS
https://next.giveth.io
GNU General Public License v3.0
20 stars 13 forks source link

project create/edit wallet address bugs #333

Open RamRamez opened 2 years ago

RamRamez commented 2 years ago

Bugs in project creation and edition forms:

  1. ENS names can't be used as wallet address
  2. If user puts an empty wallet address, app would go through next steps
  3. Wallet address input is too large

image

RamRamez commented 2 years ago

Resolved in PR #325

MoeNick commented 2 years ago

@DonnaOftadeh (both frontend-side / graphql)

divine-comedian commented 2 years ago

testing on next.giveth.io testing inputting a wallet address on project creation / edit

If I put an empty address and try to proceed I receive a toast notification error telling me to put in an address

If I put in an ENS address it resolves into an ethereum address and if the address is already taken by a project I receive an error, otherwise I can proced

wallet address input size looks to be correct

looks to be resolved!

WhyldWanderer commented 2 years ago

I am still able to type in waaay too many characters in the ETH address box.

Is there a way to limit the amount of characters to 42? or to make sure it can only be entered in the correct format?