1. 14 May, 2020 5 commits
  2. 13 May, 2020 12 commits
  3. 12 May, 2020 6 commits
    • Noah Zinsmeister's avatar
      add v1 slippage checks (only for mainnet) (#746) · b28ad286
      Noah Zinsmeister authored
      * add v1 slippage checks (only for mainnet)
      
      * Add v1 trade notification UI
      
      * Design tweaks
      
      * add minimum delta
      
      * remove dark theme toggle from menu
      
      * only render view on etherscan if an address exists
      
      * fix weird spacing on logged-in header
      
      * lint error
      
      * remove mainnet
      Co-authored-by: default avatarCallil Capuozzo <callil.capuozzo@gmail.com>
      b28ad286
    • Ian Lapham's avatar
      Ui changes (#747) · 0d410893
      Ian Lapham authored
      * copy changes
      
      * remove unused input on toggle
      
      * comparison fix
      0d410893
    • Moody Salem's avatar
      Introduce redux for one of the state stores (#742) · 6da8e2c8
      Moody Salem authored
      * Introduce redux for one of the state stores
      
      * Remove unused state
      
      * Clean up hooks
      
      * Add types for react-redux and fix error from any type on useSelector
      
      * Strongly type the web3 provider
      
      * Make the popup content into a POJO
      
      * Lint errors
      
      * Clean up method call
      
      * Fix lint error
      
      * Fix lint error
      
      * Lint
      6da8e2c8
    • Moody Salem's avatar
      ea015d16
    • 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
  4. 11 May, 2020 2 commits
  5. 09 May, 2020 10 commits
  6. 08 May, 2020 5 commits
    • Moody Salem's avatar
      Final typescript migration push · 17eceebc
      Moody Salem authored
      17eceebc
    • Moody Salem's avatar
      a word · 6112c8a2
      Moody Salem authored
      6112c8a2
    • Moody Salem's avatar
      Ts almost everywhere (#736) · 2adb0a3d
      Moody Salem authored
      * First 2
      
      * More typescript
      
      * More and more
      
      * Almost there
      
      * More
      
      * More typescript
      
      * Fix remove liquidity button
      
      * Make the error chain more readable
      
      * Slippage tabs
      2adb0a3d
    • Moody Salem's avatar
      Types for react-router-dom, stop lazy loading each route (#735) · 86fa969d
      Moody Salem authored
      * Types for react-router-dom, stop lazy loading each route
      
      * Couple small fixes to README.md
      86fa969d
    • Moody Salem's avatar
      Cypress (#734) · 28b24036
      Moody Salem authored
      * Add some basic integration tests and CI in GitHub
      
      * Add push trigger
      
      * Add badge for tests to readme
      
      * Unit tests
      
      * Just use the development infura URL in the tests
      
      * Remove unused webpack config
      
      * Make integration test run on the same port as yarn start
      
      * make test a little bit better
      
      * rename describe
      28b24036