Skip to content

Commit

Permalink
feat(web): add Pools Table Row and Tokens Table Row elements (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiehuang authored Mar 20, 2024
1 parent 49c2463 commit bbb10fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export enum InterfaceElementName {
NFT_FILTER_BUTTON = 'nft-filter-button',
NFT_FILTER_OPTION = 'nft-filter-option',
NFT_TRENDING_ROW = 'nft-trending-row',
POOLS_TABLE_ROW = 'pools-table-row',
PRICE_UPDATE_ACCEPT_BUTTON = 'price-update-accept-button',
SUPPORT_LINK = 'support-link',
SWAP_BUTTON = 'swap-button',
Expand All @@ -94,6 +95,7 @@ export enum InterfaceElementName {
TAX_SERVICE_BANNER_CTA_BUTTON = 'tax-service-banner-learn-more-button',
TAX_SERVICE_COINTRACKER_BUTTON = 'tax-service-cointracker-link-button',
TAX_SERVICE_TOKENTAX_BUTTON = 'tax-service-tokentax-link-button',
TOKENS_TABLE_ROW = 'tokens-table-row',
TOKEN_SELECTOR_ROW = 'token-selector-row',
TWITTER_LINK = 'twitter-link',
UNISWAP_WALLET_BANNER_DOWNLOAD_BUTTON = 'uniswap-wallet-banner-download-button',
Expand Down

0 comments on commit bbb10fe

Please sign in to comment.