token contract display on 'confirm-tx' page is inconsistent with token contract display elsewhere #70
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#70
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
we strive for UI data consistency in all things. please identify any other places where the same types of data (such as contract addresses - we use a well) are displayed inconsistently on different views.
Inconsistency Audit & Fix
Primary issue (confirm-tx)
The confirm-tx page displayed token contract addresses as plain text with just an etherscan link, while addressToken used a styled
bg-hover rounded-mdcontainer with:addressDotHtml)Fixed: confirm-tx now uses the same styled container pattern with all of the above.
Full view audit
No additional inconsistencies found that warrant changes.
PR: #74