fix: consistent contract address display across views (closes #70) #74
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#74
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/70-confirm-tx-contract-display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The confirm-tx page displayed token contract addresses as plain text while other views (addressToken) used a styled container with color dot, copy-on-click, etherscan link, and token metadata.
Changes
bg-hover rounded-mdcontainer with bold header, matching addressToken styleaddressDotHtmlcolor dot, dashed-underline copy-on-click span, etherscan link, and optional name/symbol metadata. Added click-to-copy handler.tokenNameto confirmTx for richer contract info display. ImportTOKEN_BY_ADDRESSfor name resolution.Audit Results
Audited all views for display inconsistencies:
No other contract address display inconsistencies found that warrant changes in this PR.
Closes #70
Closing as duplicate of #73.
Pull request closed