fix: align receive view address display with addressDetail pattern #71
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#71
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/issue-58-receive-address-consistency"
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?
The receive view used
formatAddressHtml()which rendered addresses with a different structure (bold title label above address) than addressDetail's pattern (separate dot + full address + etherscan link inline). This violated the display consistency policy.Now uses the same element structure as addressDetail:
receive-address-dot,receive-address-full, andreceive-etherscan-linkspansaddress-enspatterntitle="Click to copy"attribute on container for discoverabilitydocker build .passes.Closes #58
Aligned the receive view address display with the addressDetail pattern:
formatAddressHtml()with separatereceive-address-dot,receive-address-full, andreceive-etherscan-linkelements matching addressDetail's structurereceive-enselement for ENS name display, matching addressDetail'saddress-enspatterntitle="Click to copy"on the container divdocker build .passes. Ready for review.Closing — #58 was already fixed by PR #69 (merged). This is a duplicate.
Pull request closed