1. 03 May, 2023 3 commits
    • Vignesh Mohankumar's avatar
      fix: filter chrome-extension errors (#6475) · c2a972eb
      Vignesh Mohankumar authored
      * fix: filter chrome-extension errors in Sentry
      
      * check stack
      c2a972eb
    • eddie's avatar
      chore: remove unused feature flags (#6484) · 47a2768d
      eddie authored
      47a2768d
    • eddie's avatar
      feat: use Swap Component on TDP (#6332) · ca60caf6
      eddie authored
      * test: swap flow cypress tests
      
      * fix: use default parameter
      
      * feat: use Swap Component on TDP
      
      * feat: auto nav for TDP tokens
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * chore: merge
      
      * fix: remove extra inputCurrency URL parsing logic
      
      * fix: undo last change
      
      * fix: pass expected chain id to swap component
      
      * fix: search for default tokens on unconnected networks if needed
      
      * test: e2e test for l2 token
      
      * fix: delete irrelevant tests
      
      * fix: address comments
      
      * fix: lint error
      
      * test: update TDP e2e tests
      
      * fix: use pageChainId for filter
      
      * fix: rename chainId
      
      * fix: typecheck
      
      * fix: chainId bug
      
      * fix: chainId required fixes
      
      * fix: bad merge in e2e test
      
      * fix: remove unused test util
      
      * fix: remove unnecessary variable
      
      * fix: token defaults
      
      * fix: address comments
      
      * fix: address comments and fix tests
      
      * fix: e2e test formatting, remove Maybe<>
      
      * fix: remove unused variable
      
      * fix: use feature flag for swap component on TDP
      
      * fix: back button
      ca60caf6
  2. 02 May, 2023 4 commits
  3. 01 May, 2023 4 commits
  4. 29 Apr, 2023 2 commits
    • cartcrom's avatar
      refactor: activation hook w/ global state (#6413) · d0a10fcf
      cartcrom authored
      * feat: moved tryActivation to global hook/state
      
      * test: activation hook
      
      * fix: merge conflicts
      
      * fix: update file path for render utils in activate.test.ts
      
      * fix: add await for connector deactivation
      
      * fix: pr comment fixes
      
      * fix: update tests
      
      * refactor: use stronger activation state type
      
      * refactor: use global state instead of props in ConnectionErrorView
      
      * fix: re-add uri availability check
      
      * fix: lint
      
      * fix: nits
      
      * fix: css regression
      
      * fix: update test enum usage
      
      * fix: use native disabled attribute
      
      * test: add snapshot tests for different Option states
      
      * fix: zach's PR comments
      
      * test: update snapshots/unit tests
      
      * style: pending boolean names
      
      * fix: updated test import
      
      * docs: added comment explaining analytics difference in wallet connection
      
      * test: assert console.debug calls and fix act() issues
      
      * test: drawer close
      
      * test: import specific drawer fn instead of whole module
      d0a10fcf
    • Jordan Frankfurt's avatar
      fix: spoof origin and referer (#6468) · 7a1a476e
      Jordan Frankfurt authored
      * fix: spoof origin and referer
      
      * comments, chaining, and an accurate replication of amplitude response bodies
      7a1a476e
  5. 28 Apr, 2023 9 commits
  6. 27 Apr, 2023 5 commits
  7. 26 Apr, 2023 11 commits
  8. 25 Apr, 2023 2 commits
    • Charles Bachmeier's avatar
      feat: [DetailsV2] more shared component content (#6420) · 63d0290a
      Charles Bachmeier authored
      * add page break and placeholder files
      
      * container layout
      
      * description tabs
      
      * add table tabs
      
      * mobile wrap
      
      * remove todo
      
      * adaptive padding
      
      * add extensible tabbed component
      
      * add new file
      
      * add snapshot test for empty data page
      
      * update snapshot
      
      * add new snapshot
      
      * undo unrelated snapshot change
      
      * draft: details v2 containers
      
      * Revert "draft: details v2 containers"
      
      This reverts commit 7c6580c974a7c749490c909778757a51a13b8e07.
      
      * uniform padding and single tab styling
      
      * update snapshot
      
      * update default tab behaviour
      
      * add trait bubble
      
      * working chevrons
      
      * shared bubble tab title
      
      * add placeholder nums for offers and listings
      
      * remove styles and update snapshot
      
      * remove chevron and update snapshot
      
      * use test asset for snapshot
      
      * max width
      
      * convert to map with keys
      
      * remove bubbletext helper
      
      * remove extra brace
      
      * use styled components and memo
      
      * update trait component height
      
      * update snapshot
      
      * Add count field to Tab
      
      * add comment
      
      * update snapshot
      
      * move styled component to shared folder
      
      * update snapshot
      
      ---------
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      Co-authored-by: default avatarJack Short <john.short.tj@gmail.com>
      63d0290a
    • Zach Pomerantz's avatar
      test: prevent async debounce updates (#6427) · 963121f1
      Zach Pomerantz authored
      * test: prevent async debounce updates
      
      * lint
      
      * fix: actually fix
      
      * fix: rm unused act
      
      * fix: synchronously update popper
      
      * lint
      
      * way better
      963121f1