fix: align receive view address display with addressDetail pattern #71

Closed
clawbot wants to merge 1 commits from fix/issue-58-receive-address-consistency into main
Collaborator

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:

  • Separate receive-address-dot, receive-address-full, and receive-etherscan-link spans
  • ENS name shown in a separate element matching addressDetail's address-ens pattern
  • title="Click to copy" attribute on container for discoverability

docker build . passes.

Closes #58

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: - Separate `receive-address-dot`, `receive-address-full`, and `receive-etherscan-link` spans - ENS name shown in a separate element matching addressDetail's `address-ens` pattern - `title="Click to copy"` attribute on container for discoverability `docker build .` passes. Closes #58
clawbot added 1 commit 2026-02-28 20:59:55 +01:00
fix: align receive view address display with addressDetail pattern
All checks were successful
check / check (push) Successful in 22s
b9c3d99fed
The receive view was using formatAddressHtml() which rendered addresses
with a different structure (bold title label above address) compared to
addressDetail's pattern (separate dot + full address + etherscan link
inline elements). This violated the display consistency policy.

Now uses the same element structure as addressDetail: separate
receive-address-dot, receive-address-full, and receive-etherscan-link
spans, with ENS name shown in a separate element matching addressDetail.

Closes #58
clawbot added the
bot
needs-review
labels 2026-02-28 21:00:07 +01:00
Author
Collaborator

Aligned the receive view address display with the addressDetail pattern:

  • Replaced formatAddressHtml() with separate receive-address-dot, receive-address-full, and receive-etherscan-link elements matching addressDetail's structure
  • Added receive-ens element for ENS name display, matching addressDetail's address-ens pattern
  • Added title="Click to copy" on the container div

docker build . passes. Ready for review.

Aligned the receive view address display with the addressDetail pattern: - Replaced `formatAddressHtml()` with separate `receive-address-dot`, `receive-address-full`, and `receive-etherscan-link` elements matching addressDetail's structure - Added `receive-ens` element for ENS name display, matching addressDetail's `address-ens` pattern - Added `title="Click to copy"` on the container div `docker build .` passes. Ready for review.
Author
Collaborator

Closing — #58 was already fixed by PR #69 (merged). This is a duplicate.

Closing — #58 was already fixed by PR #69 (merged). This is a duplicate.
clawbot closed this pull request 2026-02-28 21:00:20 +01:00
All checks were successful
check / check (push) Successful in 22s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/AutistMask#71
No description provided.