1. 19 Apr, 2021 2 commits
  2. 16 Apr, 2021 2 commits
  3. 12 Apr, 2021 1 commit
  4. 04 Apr, 2021 1 commit
  5. 31 Mar, 2021 2 commits
  6. 28 Mar, 2021 1 commit
  7. 26 Mar, 2021 4 commits
  8. 18 Mar, 2021 2 commits
  9. 16 Mar, 2021 1 commit
  10. 11 Mar, 2021 1 commit
  11. 25 Feb, 2021 1 commit
  12. 24 Feb, 2021 1 commit
  13. 18 Feb, 2021 3 commits
  14. 17 Feb, 2021 1 commit
  15. 14 Feb, 2021 1 commit
  16. 10 Feb, 2021 1 commit
  17. 09 Feb, 2021 3 commits
  18. 03 Feb, 2021 2 commits
  19. 01 Feb, 2021 3 commits
  20. 22 Jan, 2021 1 commit
  21. 21 Jan, 2021 1 commit
  22. 18 Jan, 2021 2 commits
  23. 14 Jan, 2021 1 commit
    • Ian Lapham's avatar
      Improvement(lists): Switch to multiple active lists (#1237) 路 267204d9
      Ian Lapham authored
      
      * basic support for multiple active lists
      
      * start search across inactive lists
      
      * store card before list update
      
      * basic import flow for inactive tokens
      
      * update supported lists
      
      * update import flow for address pasting
      
      * basic mvp
      
      * hide filter if no results
      
      * update min heights
      
      * update manage view, index tokens on page load
      
      * start routing fix for multi hops
      
      * switch to input amount comparison on exactOut
      
      * start list import view
      
      * updated list UI, token search updates, list import flow, surpress popups and warnings
      
      * add unsupported tokens
      
      * show warning if logged out
      
      * update to opyn list
      
      * show token details on warning;
      
      * make percent logic more clear
      
      * remove uneeded comaprisons
      
      * move logic to functions for testing
      
      * test updates
      
      * update list reducer tests
      
      * remove unused locals
      
      * code cleanup
      
      * add unsupported local list
      
      * add multi hop disable switch
      
      * add GA
      
      * fix bug to return multihop no single
      
      * update swap details
      
      * copy updates
      
      * Visual refinements
      
      * Further tweaks
      
      * copy updates, actual list order
      
      * Move settings button
      
      * Update all trade views with settings cog
      
      * Add better tips, remove darkmode toggle from dropdown
      
      * Clean up routing UI
      
      * UI tweaks
      
      * minor tweaks
      
      * copy updates
      
      * add local default list, use existing function for trade comparison, disable v1 helper, show inactive/active at once
      
      * updated inactive view
      
      * remove slippage fix
      
      * update output amount return
      
      * center button, update search to character threshold
      
      * reset add state on back navigation
      
      * style tweak on add button
      
      * fix bug on search results
      Co-authored-by: default avatarCallil Capuozzo <callil.capuozzo@gmail.com>
      267204d9
  24. 13 Jan, 2021 1 commit
  25. 12 Jan, 2021 1 commit
    • Ian Lapham's avatar
      Routing updates only (#1265) 路 a70aa41d
      Ian Lapham authored
      * start routing fix for multi hops
      
      * switch to input amount comparison on exactOut
      
      * make percent logic more clear
      
      * remove uneeded comaprisons
      
      * move logic to functions for testing
      
      * add multi hop disable switch
      
      * add GA
      
      * fix bug to return multihop no single
      
      * update swap details
      
      * code clean
      
      * routing only
      a70aa41d