Add address highlight provider to transaction page and lists #3266
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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).
AddressHighlightProviderso addresses in token transfers and related sections are highlightable and the flow is easier to follow.AddressHighlightProvider: deposit/withdrawal tables (Beacon Chain, Optimistic L2, Scroll L2, Shibarium, ZkEvmL2), clusters directory, name domains, user ops; refactorsAddressEntityZetaChainto use shared base components.Proposed Changes
AddressHighlightProvider.AddressHighlightProviderto deposit/withdrawal tables, clusters directory, name domains table, and user ops table.AddressEntityZetaChainto use shared entity base components; remove redundant local layout code.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