1. 13 Apr, 2023 3 commits
  2. 12 Apr, 2023 9 commits
  3. 11 Apr, 2023 5 commits
  4. 10 Apr, 2023 5 commits
  5. 07 Apr, 2023 3 commits
    • 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
    • lynn's avatar
      feat: Web 2996 add fiat on ramp buy flow to swap modal on the interface (#6240) · 55bd3555
      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
      
      * 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
      
      * comments
      
      * small changes + unit tests
      
      * dedup
      
      * remove enzyme
      
      * Remove unecessary line
      
      * simplify
      
      * more cleanup
      
      * add missing await
      
      * more comments
      
      * more comment responses
      
      * more comment responses
      
      * delay show fixes and respond to comments
      
      * fix logic for show
      
      * remove tooltip delay, unit test changes
      
      * Update src/components/Popover/index.tsx
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      
      * remove delay on tooltip
      
      * missed one
      
      * Update src/components/swap/SwapBuyFiatButton.test.tsx
      Co-authored-by: default avatarTina <59578595+tinaszheng@users.noreply.github.com>
      
      * comments
      
      * .
      
      * lint error
      
      ---------
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      Co-authored-by: default avatarTina <59578595+tinaszheng@users.noreply.github.com>
      55bd3555
    • Zach Pomerantz's avatar
      972a6506
  6. 06 Apr, 2023 6 commits
  7. 05 Apr, 2023 2 commits
  8. 04 Apr, 2023 4 commits
  9. 31 Mar, 2023 3 commits
    • Jordan Frankfurt's avatar
      feat: reduce severity of phishing filter to allow url token names (#6282) · 7b9a23d9
      Jordan Frankfurt authored
      * feat: reduce severity of phishing filter to allow url token names
      
      * tests
      
      * remove unused var from test
      
      * test rendering mini portfolio pools list
      
      * update owner
      
      * update variable names to match cmcewen's suggestions
      
      * checkStringForURL -> hasURL
      7b9a23d9
    • Connor McEwen's avatar
      revert: "fix: mini portfolio layout fixes" (#6279) · 120ad935
      Connor McEwen authored
      Revert "fix: mini portfolio layout fixes (#6260)"
      
      This reverts commit fb05439d.
      120ad935
    • cartcrom's avatar
      fix: injection detection bug (#6276) · 4eaf16b6
      cartcrom authored
      * fix: use functions to check injection status rather than static vars
      
      * fix: unnused field
      
      * fix: don't prompt mm install for generics
      
      * fix: generic injector function
      
      * fix: display name for MM on cb browser
      
      * fix: re-add ios mobile check for uniswap wallet
      
      * fix: reword comment
      
      * fix: refactor delayed-injection test
      
      * feat: added comments
      
      * fix: revert to minimal changes
      
      * fix: update tests
      4eaf16b6