Skip to content

Conversation

@tom2drum
Copy link
Collaborator

@tom2drum tom2drum commented Feb 4, 2026

Description and Related Issue(s)

Resolves #3243

This PR standardizes tag styling across table views and address transaction lists. Bright, per-tag colors in lists are replaced with a single default tag style. The tag icon is removed in these contexts. For incoming transactions on an address page, the protocol tag is no longer shown; tags are always derived from the recipient (contract) address.

Proposed Changes

  • EntityTags / EntityTag / EntityTagIcon: Introduced a noColors prop so tables can render tags with a unified default style (no custom background/text colors) and without the tag icon.
  • Table and list items: Transaction tables and lists (TxsTableItem, TxsListItem, LatestTxsItem, LatestTxsItemMobile), hot contracts (HotContractsTableItem, HotContractsListItem), and search results (SearchResultEntityTag) now pass noColors and, where applicable, addressHash so tags use the default style and, for address tx lists, reflect the recipient address only.

Breaking or Incompatible Changes

None.

Additional Information

Implements the design from the Figma component referenced in the issue.

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 requested a review from isstuev February 4, 2026 18:12
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.

UI: Tags in tables

1 participant