Skip to content

Conversation

@tom2drum
Copy link
Collaborator

@tom2drum tom2drum commented Feb 5, 2026

Description and Related Issue(s)

Adds address highlight support on the transaction page and in list/table views so users can see which addresses are the same across token transfers, actions, and lists (e.g. deposits, withdrawals, user ops).

  • Transaction page: Wraps the main TxInfo content (details, token transfers, state, internals, authorizations, etc.) with AddressHighlightProvider so addresses in token transfers and related sections are highlightable and the flow is easier to follow.
  • Lists and tables: Wraps address-heavy tables with AddressHighlightProvider: deposit/withdrawal tables (Beacon Chain, Optimistic L2, Scroll L2, Shibarium, ZkEvmL2), clusters directory, name domains, user ops; refactors AddressEntityZetaChain to use shared base components.

Proposed Changes

  • Wrap transaction page main content with AddressHighlightProvider.
  • Add AddressHighlightProvider to deposit/withdrawal tables, clusters directory, name domains table, and user ops table.
  • Refactor AddressEntityZetaChain to use shared entity base components; remove redundant local layout code.
  • No environment variable changes.

Breaking or Incompatible Changes

None.

Additional Information

Address highlighting was already used in some tables (e.g. TxsTable, TokenTransferTable). This PR extends it to the transaction page content and the listed tables so behavior is consistent where addresses appear.

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added a feature or functionality that is not privacy-compliant (e.g., tracking, analytics, third-party services), I have disabled it for private mode.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@tom2drum tom2drum force-pushed the tom2drum/issue-3168 branch from d862d4f to af1187d Compare February 6, 2026 06:45
@tom2drum tom2drum requested a review from isstuev February 6, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add address highlight provider to the transaction info Table views: highlight same addresses on hover fix

1 participant