Skip to content

feat(dapp): add tradeport link to name options#1192

Draft
VmMad wants to merge 5 commits intodevelopfrom
tooling-dapp/add-tradeport-link
Draft

feat(dapp): add tradeport link to name options#1192
VmMad wants to merge 5 commits intodevelopfrom
tooling-dapp/add-tradeport-link

Conversation

@VmMad
Copy link
Copy Markdown
Member

@VmMad VmMad commented Mar 25, 2026

Close #1191

@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been deployed to Vercel.

Latest commit: c9429f5
✅ Preview: https://iota-names-ol0nvj6lk-iota1.vercel.app
🔍 Inspect: https://vercel.com/iota/iota-names/5BkQsJBo4kXcty7r848C1owtph2S

View Workflow Logs

Copy link
Copy Markdown
Contributor

@KeitoTadashi KeitoTadashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks good, left few comments

isDisabled: !namePermissions.allowChildCreation,
},
{
isHidden: !nft.isRenewable || nft.isSubname,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please align this file with the new property isRenewable, we have nft.isRenewable and isNameGracePeriodExpired

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually we should do it like:
isHidden: nft.isExpired || nft.isSubname
otherwise expired names in grace period could be listed

Comment on lines +32 to +33
"@iota/apps-ui-icons": "0.0.0-experimental-20260325094734",
"@iota/apps-ui-kit": "0.0.0-experimental-20260325094734",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably wait until we can bump to a proper version, we shouldnt release with this experimental release

}
}

export class HowToListNameClicked implements BaseEvent {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We dont need this, we have autocapture clicks enabled in amplitude for this project so this click should be already tracked by default.
Please revert everything related to amplitude 🙏🏼

@VmMad VmMad marked this pull request as draft March 25, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add listing item to names dropdown menu

4 participants