Skip to content

Commit

Permalink
feat(web): add extension promo events (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbachmeier authored Jul 9, 2024
1 parent 1458912 commit 378e694
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interface/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export enum InterfaceSectionName {
/** Known modals for analytics purposes. */
export enum InterfaceModalName {
CONFIRM_SWAP = 'confirm-swap-modal',
EXTENSION_LAUNCH_PROMOTIONAL_MODAL = 'extension-launch-promotional-modal',
GETTING_STARTED_MODAL = 'getting-started-modal',
NFT_LISTING = 'nft-listing-modal',
NFT_TX_COMPLETE = 'nft-tx-complete-modal',
TOKEN_SELECTOR = 'token-selector-modal',
Expand All @@ -54,17 +56,21 @@ export enum InterfaceElementName {
AUTOROUTER_VISUALIZATION_ROW = 'expandable-autorouter-visualization-row',
BLOG_LINK = 'blog-link',
CAREERS_LINK = 'careers-link',
CLOSE_BUTTON = 'close-button',
COMMON_BASES_CURRENCY_BUTTON = 'common-bases-currency-button',
CONFIRM_SWAP_BUTTON = 'confirm-swap-or-send',
CONNECT_WALLET_BUTTON = 'connect-wallet-button',
CONTINUE_BUTTON = 'continue-button',
DISCONNECT_WALLET_BUTTON = 'disconnect-wallet-button',
DOCS_LINK = 'docs-link',
DOWNLOAD_BUTTON = 'download-button',
EXPLORE_BANNER = 'explore-banner',
EXPLORE_POOLS_TAB = 'explore-pools-tab',
EXPLORE_SEARCH_INPUT = 'explore_search_input',
EXPLORE_TOKENS_TAB = 'explore-tokens-tab',
EXPLORE_TRANSACTIONS_TAB = 'explore-transactions-tab',
EXTENSION_DOWNLOAD_BUTTON = 'extension-download-button',
EXTENSION_DOWNLOAD_CONNECTOR = 'extension-download-connector',
FIAT_ON_RAMP_BUY_BUTTON = 'fiat-on-ramp-buy-button',
FIAT_ON_RAMP_LEARN_MORE_LINK = 'fiat-on-ramp-learn-more-link',
IMPORT_TOKEN_BUTTON = 'import-token-button',
Expand Down

0 comments on commit 378e694

Please sign in to comment.