1. 26 Jan, 2022 1 commit
    • Zach Pomerantz's avatar
      feat: update summary view with real values (#3179) · ffe334cc
      Zach Pomerantz authored
      * refactor: isolate approval callback hooks
      
      * fix: use approval callback from trade
      
      * chore: pass optimized trade to summary
      
      * start review screen UI updates
      
      * chore: pass optimized trade to summary
      
      * fix: pass Trade to summary
      
      * remove uneeded value type
      
      * remove uneeded styling
      
      * code cleanup
      
      * code styling, update props
      
      * fix fixture bug, code style updates
      
      * bug fix in details array
      
      * update logic in details
      Co-authored-by: default avatarianlapham <ianlapham@gmail.com>
      ffe334cc
  2. 25 Jan, 2022 7 commits
  3. 24 Jan, 2022 2 commits
  4. 23 Jan, 2022 2 commits
  5. 22 Jan, 2022 3 commits
  6. 21 Jan, 2022 6 commits
  7. 20 Jan, 2022 4 commits
  8. 19 Jan, 2022 4 commits
    • Crowdin Bot's avatar
    • Jordan Frankfurt's avatar
      feat(widgets): add error reporting component, INTEGRATION ERROR type, and... · 8e3b2cb4
      Jordan Frankfurt authored
      feat(widgets): add error reporting component, INTEGRATION ERROR type, and Missing provider error (#3110)
      
      * add error reporting component, INTEGRATION ERROR type, and Missing provider error
      
      * rename reporter to generator
      
      * pr feedback
      
      * refactor provider check
      
      * add chainId, convenienceFee, and width errors
      
      * pr feedback and convenienceFeeRecipient address enforcement
      
      * fix imports for utils
      8e3b2cb4
    • Zach Pomerantz's avatar
      fix: memoize more swap (#2950) · d54783a3
      Zach Pomerantz authored
      * fix: memoize derived swap info
      
      * fix: memoize current block timestamp
      
      * fix: memoize price impact
      
      * fix: memoize debounced value updates
      
      * fix: nits
      d54783a3
    • Zach Pomerantz's avatar
      feat: include native currency in widget select (#3124) · 850a20f6
      Zach Pomerantz authored
      * fix: token image for chains / natives
      
      * feat: include native currency in select
      
      - Updates widgets swap state to use Currency (and deals with downstream updates)
      - Refactors logoURI code to a new lib/hooks/useCurrencyLogoURIs
      - Adds native currency to useQueryTokenList
      
      NB: This does not build because tests must be updated to use Currency (they currently use mock tokens)
      
      * test: update fixtures to use real currency
      
      * fix: data uri color extraction
      
      * fix: token img state
      
      * fix: use new array
      850a20f6
  9. 15 Jan, 2022 4 commits
  10. 14 Jan, 2022 4 commits
  11. 13 Jan, 2022 3 commits