Skip to content

Conversation

@tom2drum
Copy link
Collaborator

Description and Related Issue(s)

Resolves #2976

This PR adds support for displaying protocol tags in transaction lists, similar to the functionality implemented in issue #2912. Protocol tags are now shown in transaction list views to help users quickly identify protocol-related transactions.

Proposed Changes

  • Added protocol tag display in transaction list components:
    • Table view: Protocol tag appears in the Method column below the method name (when a method is present)
    • List/Mobile views: Protocol tag appears alongside other transaction tags (type, status, watchlist tags)
  • Updated transaction list components to extract and display protocol tags from tx.to?.metadata?.tags where tagType === 'protocol'
  • Added protocol tag support to LatestTxsItem, TxsListItem, and TxsTableItem components
  • Updated mocks to include protocol tag data for testing
  • Updated Playwright test snapshots to reflect the new UI changes

Breaking or Incompatible Changes

None.

Additional Information

The implementation follows the design specified in issue #2976, where protocol tags are displayed in the Method column below the method name for table views. In list and mobile views, protocol tags appear alongside other transaction tags for consistency with the existing tag display pattern.

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, 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 merged commit e540c01 into main Jan 5, 2026
19 checks passed
@tom2drum tom2drum deleted the tom2drum/issue-2976 branch January 5, 2026 10:33
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.

Public tags: protocol tag for transaction list

3 participants