You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a user sets a nickname in their wallet and subsequently applies for a domain name, the wallet interface does not display the domain name. This behavior can confuse users, as they may assume their domain name is not active. Moreover, there is no dedicated entry point in the wallet for users to view their applied domain name, which exacerbates the issue. This problem does not occur if the user has not set a nickname.
It can only be done as follows:
delete the account and re-import it, but this is a very dangerous operation.
Set the nickname to null value in the place of modifying the nickname, because the display priority is Nickname > Domain > Address, but this way may not be too friendly for common users.
yjshi2015
changed the title
Sui Feature Request - Minor bug with domain display in wallet
[Wallet] Feature Request - Minor Bug with Sui Name Service Display
Dec 7, 2024
Steps to Reproduce Issue
Currently, if a user sets a nickname in their wallet and subsequently applies for a domain name, the wallet interface does not display the domain name. This behavior can confuse users, as they may assume their domain name is not active. Moreover, there is no dedicated entry point in the wallet for users to view their applied domain name, which exacerbates the issue. This problem does not occur if the user has not set a nickname.
It can only be done as follows:
delete the account and re-import it, but this is a very dangerous operation.
Set the nickname to null value in the place of modifying the nickname, because the display priority is Nickname > Domain > Address, but this way may not be too friendly for common users.
Expected Result
Added a new UI entry point under the “EDIT NICKNAME” menu for users to view and manage their domain names.
When modifying nicknames, display the domain name, and users can choose whether to use the domain name or continue to use the nickname. like this:
Actual Result
The text was updated successfully, but these errors were encountered: