1. 12 May, 2020 2 commits
    • Noah Zinsmeister's avatar
      noah changes (#739) · d40d81ca
      Noah Zinsmeister authored
      * remove duplicated prettier from dependencies
      
      * use swr for allowances
      
      * slight improvements to error cascading
      
      * fetch totalsupply with SWR
      
      fetch pairs with SWR (except persistent pairs, will be refactored later)
      
      * fix lint error
      
      * stop using pair context, instead store per-user pairs in local storage
      
      * add more pairs to the default list
      
      remove unnecessary isWETH
      
      fix lint error
      
      * add more bases to trade consideration
      
      * fix lint warnings
      
      * get SWR data on same schedule
      
      * don't pass value if it's 0
      
      fix WETH equality checks
      
      * clean up fixed/significant formatting
      
      * fix slippage calculation bug in swap
      
      add slippage to remove
      
      * fix token logos
      
      * show fewer sig figs
      
      * lint error
      
      * remove unused signer
      
      * add calculateSlippageAmount safety check and tests
      
      * fix useAllBalances type
      
      stop spuriously sorting token amounts of different tokens
      
      use slightly better comparisons for slippage calculations
      
      * improve priceSlippage comparison logic
      
      * useReserves -> usePair
      
      * use checksum for DAI logo address
      d40d81ca
    • Callil Capuozzo's avatar
      UI/UX tweaks (#740) · dba6abad
      Callil Capuozzo authored
      * Prepare for V2 testing
      
      * Bug fixes and tweaks
      
      * Add form link
      
      * Design tweaks
      
      * higher quality favicon
      
      * Favicon... again.
      
      * Start dark mode
      
      * Add dark toggle
      
      * New dark theme unicorn
      
      * fix connect wallet ui
      
      * Titles for fields && small UI/UX tweaks
      
      * Fix ts linter errors
      
      * UI/UX tweaks
      
      * rebass and change color names
      
      * v1/v2 toggle and color tweaks
      
      * Small header tweaks
      
      * fix account input mobile padding
      
      * remove unused imports
      
      * Fix header link
      
      * Theme toggle for mobile & fix
      
      * no acount? hide maxes
      
      * Use system theme unless toggled
      
      * Remove unused styles
      
      * Fix missing hooks dependencies
      
      * Fix linting errors
      
      * improve system dark mode listener
      
      * add listener
      
      * fix hook dependency
      Co-authored-by: default avatarIan Lapham <ianlapham@gmail.com>
      Co-authored-by: default avatarNoah Zinsmeister <noahwz@gmail.com>
      dba6abad
  2. 11 May, 2020 2 commits
  3. 09 May, 2020 10 commits
  4. 08 May, 2020 12 commits
  5. 07 May, 2020 5 commits
  6. 06 May, 2020 3 commits
  7. 05 May, 2020 2 commits
  8. 01 May, 2020 1 commit
  9. 29 Apr, 2020 2 commits
  10. 23 Apr, 2020 1 commit
    • Ian Lapham's avatar
      Updated context keys, remove logs (#680) · 006fe9b3
      Ian Lapham authored
      * updated keys in pair context
      
      * fix bug on imported liquidity
      
      * Add price bar and spacing tweaks
      
      * Header tweaks
      
      * Base for token import, query params, styling updates
      
      * remove unused imports
      
      * query params, create flow
      
      * set ETH as default for create
      
      * Style tweaks and price bar location
      
      * add mobile popups, mobile styling on header
      
      * updated mobile styles
      
      * style updates mobile, fix build
      Co-authored-by: default avatarCallil Capuozzo <callil.capuozzo@gmail.com>
      006fe9b3