Updated context keys, remove logs (#680)
* 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:
Callil Capuozzo <callil.capuozzo@gmail.com>
Showing
... | @@ -44,7 +44,8 @@ | ... | @@ -44,7 +44,8 @@ |
"react-use-gesture": "^6.0.14", | "react-use-gesture": "^6.0.14", | ||
"rebass": "^4.0.7", | "rebass": "^4.0.7", | ||
"styled-components": "^4.2.0", | "styled-components": "^4.2.0", | ||
"typescript": "^3.7.5" | "typescript": "^3.7.5", | ||
"use-media": "^1.4.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | ... |
src/assets/images/link.svg
0 → 100644
src/assets/svg/wordmark.svg
0 → 100644
Please register or sign in to comment