1. 07 Oct, 2021 2 commits
  2. 06 Oct, 2021 6 commits
  3. 05 Oct, 2021 3 commits
  4. 04 Oct, 2021 4 commits
  5. 30 Sep, 2021 2 commits
  6. 29 Sep, 2021 2 commits
  7. 28 Sep, 2021 4 commits
  8. 27 Sep, 2021 3 commits
  9. 26 Sep, 2021 3 commits
  10. 25 Sep, 2021 1 commit
  11. 24 Sep, 2021 9 commits
  12. 23 Sep, 2021 1 commit
    • Zach Pomerantz's avatar
      perf(swap): initialize swap inputs from url (#2402) · 8de6bb6d
      Zach Pomerantz authored
      * fix(swap): use undefined as initial currencyId state
      
      Null should be used for a selection state, not an unknown state. undefined may signify that a currency was passed in the URL but not yet parsed.
      
      * perf(swap): initialize swap with url
      
      Initializes SwapState with URL parameters so that currency input may be rendered on the first frame.
      
      * test(swap): update hooks tests
      
      * test: fix casing
      
      * fix: check nullish to allow eg 0
      8de6bb6d