1. 19 Apr, 2023 4 commits
  2. 18 Apr, 2023 4 commits
  3. 17 Apr, 2023 1 commit
    • Zach Pomerantz's avatar
      build: utilize the node_modules/.cache (#6364) · 7ab6a17b
      Zach Pomerantz authored
      * build: add caching to eslint
      
      * build: add caching to jest
      
      * build: add caching to tsc
      
      * build: add caching to actions
      
      * fix: upgrade upload-artifact to v3
      
      * build: update craco eslint cacheLocation
      
      * fix: pr nits
      7ab6a17b
  4. 14 Apr, 2023 7 commits
  5. 13 Apr, 2023 4 commits
  6. 12 Apr, 2023 9 commits
  7. 11 Apr, 2023 5 commits
  8. 10 Apr, 2023 5 commits
  9. 07 Apr, 2023 1 commit
    • lynn's avatar
      feat: adding analytics for fiat on ramp buy button feature (#6272) · b852e4e6
      lynn authored
      * init
      
      * testing if it works
      
      * wip
      
      * tooltip still not working correctly
      
      * modal still not triggered after initial buy click
      
      * remove invalid import
      
      * region check fixed
      
      * add disabled buy button treatment
      
      * simplify and fix toggle twice bug
      
      * no more state mgmt bugs finally
      
      * rename vars for clarity and add todos
      
      * add feature flag, remove toast
      
      * keep wallet drawer open upon repeated buy clicks
      
      * remove from feature flag modal for now
      
      * unused vars
      
      * first round respond to tina comments
      
      * respond to tina padding comments, fix padding in response to cal feedback
      
      * last round tina comments
      
      * init pending element names being added to analytics events repo
      
      * update event names
      
      * add tooltip delay requested by fred and cal
      
      * middle of revisions, fiat buy flow readability wip
      
      * hook logic refactor done + added basic unit test
      
      * rename enum and add todo for unit tests
      
      * mouseover tooltip disable properly
      
      * fix mouseover tooltip not working, ensure dot working as expected, rename buyFiatClicked to buyFiatFlowCompleted
      
      * change developer doc comment
      
      * respond comments
      
      * update snapshot test
      
      * lint fix
      
      * remove unnecessary changes
      b852e4e6