Skip to content

Commit

Permalink
feat(web): currency and language selector elements (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackShort authored May 17, 2024
1 parent c35b4ec commit b147cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interface/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,11 @@ export enum InterfaceElementName {
POOLS_TABLE_ROW = 'pools-table-row',
PRICE_UPDATE_ACCEPT_BUTTON = 'price-update-accept-button',
SEND_BUTTON = 'send-button',
SEND_FIAT_TOGGLE = 'send-fiat-toggle',
SEND_MAX_BUTTON = 'send-max-button',
SEND_REVIEW_BUTTON = 'send-review-button',
SETTINGS_CURRENCY_OPTION = 'settings-currency-option',
SETTINGS_LANGUAGE_OPTION = 'settings-language-option',
SUPPORT_LINK = 'support-link',
SWAP_BUTTON = 'swap-button',
SWAP_DETAILS_DROPDOWN = 'swap-details-dropdown',
Expand Down

0 comments on commit b147cde

Please sign in to comment.