EthereumCommonwealth / etherwallet

Ethereum Classic blockchain interaction web tool.
https://ethereumproject.github.io/etherwallet/
BSD 4-Clause "Original" or "Old" License
14 stars 17 forks source link

"You don't have a name registered yet" is displayed prior to checking whether a user has a name or not. #219

Closed Dexaran closed 6 years ago

Dexaran commented 6 years ago

You don't have a name registered yet message is displayed by default. If a user has slow internet connection then the message will stay for couple of seconds and confuse a user if he has a name registered. Then the name details will be loaded,

This should work as follows:

  1. Display nothing by default.
  2. Check whether the address has an assigned Name. 3a. Display "You don't have a Name ... " message if the address does not have a Name assigned. 3b. Display Name details if the address has a Name assigned.