1. 30 Jan, 2020 1 commit
  2. 27 Jan, 2020 2 commits
  3. 25 Jan, 2020 1 commit
    • Ian Lapham's avatar
      Token check (#610) · e05be71e
      Ian Lapham authored
      * update market rate calculation and input parsing for 0 decimal tokens
      
      * remove style bump and revert tokens
      
      * add custom warning for pasted tokens
      
      * update centering
      
      * upload dark theme
      
      * update copy and loading state
      
      * copy edits
      
      * update color
      
      * multiple cards
      e05be71e
  4. 22 Jan, 2020 1 commit
  5. 21 Jan, 2020 2 commits
  6. 14 Jan, 2020 1 commit
  7. 08 Jan, 2020 2 commits
  8. 07 Jan, 2020 1 commit
  9. 03 Jan, 2020 1 commit
  10. 02 Jan, 2020 2 commits
  11. 01 Jan, 2020 3 commits
  12. 31 Dec, 2019 1 commit
  13. 24 Dec, 2019 2 commits
  14. 19 Dec, 2019 1 commit
  15. 18 Dec, 2019 1 commit
  16. 17 Dec, 2019 1 commit
  17. 16 Dec, 2019 2 commits
  18. 13 Dec, 2019 3 commits
  19. 12 Dec, 2019 6 commits
  20. 10 Dec, 2019 2 commits
  21. 06 Dec, 2019 4 commits
    • Noah Zinsmeister's avatar
      bump injected connector version (#538) · 22e859be
      Noah Zinsmeister authored
      22e859be
    • Noah Zinsmeister's avatar
      fix dapp browsers hanging · fb4b4fd3
      Noah Zinsmeister authored
      fb4b4fd3
    • Noah Zinsmeister's avatar
      hot fix for dapp browsers · 790fe3f3
      Noah Zinsmeister authored
      790fe3f3
    • Noah Zinsmeister's avatar
      merge prod into beta (#535) · 4ef30cc8
      Noah Zinsmeister authored
      * block some countries (#534)
      
      * Adds min-width to custom slippage input. (#533)
      
      On Firefox (maybe other browsers as well) the lack of min-width results in the default `input` element min-width which is ~92px.  This results in the flex container overflowing the bounding element.  By setting min-width to 20px, the box will instead grow to fill the available space, which is defined by its parent that has the pink border.  This avoids the overflow issue (as long as the parent doesn't get too small, which it won't at the moment since it is fixed size).
      4ef30cc8