Kenny Tran
3bcecfd01c
Merge pull request #104 from kennyt/check-for-web3
...
Check for web3 because accessing utils
2018-10-29 20:38:20 -07:00
Kenny Tran
c4ff87cd19
Check for web3 because accessing utils
2018-10-29 20:37:29 -07:00
Daniel Tsui
4fb916a72d
Fix max_tokens for first liquidity provider case ( #101 )
2018-10-29 13:01:35 -07:00
Chi Kei Chan
3709139466
Check web3 for existence
2018-10-28 13:26:29 -07:00
Chi Kei Chan
d5643469bb
Fix exchange rate calc
2018-10-28 13:07:40 -07:00
Chi Kei Chan
22b6c0b0d1
Copy changes and add Create Exchange button
2018-10-28 12:32:21 -07:00
Chi Kei Chan
bbe6410a7d
Check web3 for existence
2018-10-28 04:54:31 -07:00
Chi Kei Chan
f0ddff5326
Check web3 for existence
2018-10-28 04:50:40 -07:00
Chi Kei Chan
2189ac926c
Fix networkId default value
2018-10-28 04:37:38 -07:00
Chi Kei Chan
d69acdcb93
Turn off GA in dev
2018-10-28 04:12:59 -07:00
Chi Kei Chan
7db118e841
Add GA
2018-10-28 04:05:08 -07:00
Chi Kei Chan
c33adf5158
Fix header
2018-10-28 03:16:05 -07:00
Chi Kei Chan
bd28ef8dd8
Add Warning Messages and various fixes ( #100 )
...
* Fix summary panel in Remove Liquidity
* Add warning message
* Add wrong network warning and env vars
2018-10-28 03:06:53 -07:00
Chi Kei Chan
c798045590
Add Remove Liquidity ( #98 )
2018-10-27 19:32:11 -07:00
Chi Kei Chan
14b70eebeb
Fix routes for assets path
2018-10-27 16:57:16 -07:00
Chi Kei Chan
6b5621fe29
Remove Drizzle; Header MediaQuery
2018-10-27 16:43:16 -07:00
Callil Capuozzo
a8b3fda0cf
CSS design adjustments ( #92 )
...
* CSS design adjustments
* Desktop CSS (layouts and modals)
2018-10-27 15:44:04 -07:00
Chi Kei Chan
f86f1948aa
Add Create Exchange ( #94 )
...
* MinLiquidity to zero in new exchange
* Add Create Exchange; Fix Generic Logo size
* Fix pool page routing
2018-10-27 15:40:31 -07:00
Chi Kei Chan
2be295d1fd
Remove ZRX from Rinkeby
2018-10-27 12:34:59 -07:00
Chi Kei Chan
5ee3c90ba3
Add Arbitrary Token ( #90 )
2018-10-27 12:34:03 -07:00
Chi Kei Chan
39248a0f6b
Handle first liquidity deposit and add warning message ( #88 )
2018-10-27 11:46:58 -07:00
Kenny Tran
43244fece7
Merge pull request #87 from kennyt/fix-approvals
...
Fix approvals
2018-10-27 07:13:37 -07:00
Kenny Tran
112a5b07ec
Fix approvals
2018-10-27 07:12:36 -07:00
Chi Kei Chan
63440fd83f
Update Addresses for Main Net; Update TokenLogo; Connect Web3Status ( #86 )
2018-10-27 00:54:52 -07:00
Kenny Tran
3e299ff243
Merge pull request #85 from kennyt/design-feedback
...
Design feedback
2018-10-26 18:10:33 -07:00
Kenny Tran
ae9fa92546
Do approvals correctly
2018-10-26 17:24:09 -07:00
Kenny Tran
d15a3ceccc
Update summary to react to lastEditedField and add summary modal for all pages
2018-10-26 15:53:47 -07:00
Kenny Tran
9d8c5330b8
Implement feedback
2018-10-26 13:51:36 -07:00
Kenny Tran
5987095eea
Merge pull request #84 from kennyt/refactor-send
...
Refactor send to use web3connect
2018-10-26 09:07:39 -07:00
Kenny Tran
09e7002152
Check for recipient for isValid
2018-10-26 08:42:43 -07:00
Kenny Tran
9fc59c4ffa
Refactor send to use web3connect
2018-10-26 08:41:03 -07:00
Chi Kei Chan
a28d0f0b96
Add Approvals ( #81 )
...
* Add Approvals; no watching pending tx yet
* Various fixes
* Basic Desktop mode for now
2018-10-25 06:19:26 -07:00
Chi Kei Chan
dadbc4e441
Refactor Swap ( #80 )
...
* Refactor calculateInput for ETH-TOKEN swap
* Refactor Swap Input to not use drizzle
* Refactor Swap Output
2018-10-25 03:46:46 -07:00
Kenny Tran
6464e44310
Create QrCode component and use for recipient ( #78 )
2018-10-25 03:46:11 -07:00
Kenny Tran
4cb00d9528
Handle errors in send page and add summary ( #79 )
...
* Handle errors in send page and add summary
* Remove output balance check
* Remove unused variables and methods
2018-10-25 03:28:43 -07:00
Chi Kei Chan
509ddaeaa0
Implement Add Liquidity ( #77 )
...
* CSS fixes
* Add Liquidity UI and Validation
* Finish Add Liquidity
2018-10-23 15:19:49 -07:00
Kenny Tran
a4e0d11cef
Connect send page with exchange utils ( #75 )
...
* Connect send page with exchange utils
* Add exchangeRate and fix txId
2018-10-23 09:19:21 -07:00
Kenny Tran
b1a5a6c867
Create send/transfer utils ( #71 )
2018-10-22 13:48:38 -07:00
Kenny Tran
4738629887
Reset after confirmed swap ( #70 )
2018-10-22 13:47:20 -07:00
Chi Kei Chan
6ea7b6ac0a
Add Web3Connect Watcher to replace drizzle ( #74 )
...
* Implement Basic web3connect
* Web3 Connect balance watching
* Partial refactor of Swap; Finish calc for AddLiquidity
2018-10-22 13:42:29 -07:00
Chi Kei Chan
57a05471e5
Refactor CurrencyInputPanel
2018-10-21 18:07:03 -07:00
Chi Kei Chan
f44d074907
Fix Approval and Unlocks integration ( #73 )
2018-10-20 22:52:55 -07:00
Kenny Tran
ade904d22e
Approve / unlock functionality ( #66 )
...
* Initial approve / unlock functionality
* Refactor out getdecimal/getbalance. Add in approval limit
* Change validateBalance to shouldValidateBalance
* Add deepEqual and shouldComponentUpdate
* Use web3 toHex util
* Add pending icon and use
2018-10-19 22:53:14 -07:00
Kenny Tran
370d9e1009
Pending transactions modal ( #67 )
...
* Create pending transactions modal
* Add pending icon
2018-10-19 22:52:30 -07:00
Kenny Tran
9db8851518
Add focus-within border ( #68 )
2018-10-19 22:49:42 -07:00
Kenny Tran
204313f6f0
Implement inactive state for Swap CTA ( #42 )
...
* Implement inactive state for Swap CTA
* Disable Swap CTA if not valid
* Have isValid return a bool
* Use mercury gray for inactive CTA
* Check for input/output errors in validSwap
2018-10-18 11:42:11 -07:00
Kenny Tran
6c168635ff
Create error state for currency input ( #43 )
...
* Create error state for currency input
* Create error functionality for redux
* Add proptypes and convert to float before compare
* Use big number for balance comparison
2018-10-17 18:13:48 -07:00
Chi Kei Chan
c691cfabe8
Handle frontend route in Netlify ( #46 )
...
* Add Netlify route
* Add route handling to netlify
2018-10-17 03:42:41 -07:00
Chi Kei Chan
c465d2d0d8
Add all smart trade methods to swap ( #45 )
...
* wip
* ETH to ERC20 swap input
* ERC20 to ETH swap input
* Add ERC20 to ETH swapInput
* Add ETH to ERC20 swapOutput
* Add ERC20 to ETH swapOutput
* Add ERC20 to ERC20 swapInput
* Add ERC20 to ERC20 swapOutput
* Remove console.log
2018-10-17 01:43:13 -07:00
Kenny Tran
b6ad0dbb3e
Redirect to /swap and add (estimated) to last edit ( #40 )
2018-10-16 18:26:33 -07:00