Dan
14bdc5a78c
Client side error handling for from, to and amount fields in send.js
2017-09-22 12:10:30 -07:00
Chi Kei Chan
83cda2b82e
Refactor Confirmation Tx to render different screen
2017-09-21 22:25:16 -07:00
Chi Kei Chan
3ec2f53463
Integrate Add Token
2017-09-21 18:44:52 -07:00
Dan
24fd16b1be
Abstract account modal.
2017-09-21 16:45:18 -07:00
Dan
39afbea7aa
Confirm screen shows amount plus gas in total field
2017-09-21 16:43:29 -07:00
Dan
4fa79ffc6e
Clean up code in send.js
2017-09-21 16:42:55 -07:00
Dan
97810acb53
Handles errors with to field and renders warnings from backend in send token.
2017-09-21 16:41:52 -07:00
Chi Kei Chan
04da22db08
Add Token UI - hover/select state; fetch token address
2017-09-20 22:57:36 -07:00
Chi Kei Chan
0204aa2001
Add Add Token UI; Add Fuzzy search for tokens
2017-09-19 21:18:36 -07:00
Chi Kei Chan
e7f1fc4436
Buy Modal Styling
2017-09-19 18:49:35 -07:00
Dan
566ffee8cd
Ensure conversion util does not return insignificant trailing zeroes.
2017-09-19 12:56:51 -07:00
Chi Kei Chan
a67d3ecd46
Merge branch 'master' into NewUI-flat
2017-09-18 18:13:15 -07:00
Dan Finlay
fa50bf9587
Merge pull request #2075 from MetaMask/mixed-case
...
Specific error for send screen: address checksum fails
2017-09-18 11:46:50 -07:00
Chi Kei Chan
190330db92
Merge branch 'master' into NewUI-flat
2017-09-18 11:41:46 -07:00
Chi Kei Chan
162a3827c7
Fix Merge Problems; update yarn lock
2017-09-18 11:34:07 -07:00
Chi Kei Chan
6c5865d564
Merge branch 'master' into nm
2017-09-18 11:28:10 -07:00
Dan Finlay
545cbbebb9
Merge branch 'master' into fix-tooltip
2017-09-18 11:20:00 -07:00
Dan Finlay
67accea693
Merge branch 'master' into mixed-case
2017-09-18 11:17:00 -07:00
Dan
54bbf8d859
Handle transaction totals in WEI in tx-list, send and pending.
2017-09-15 16:23:23 -07:00
Dan
b0f1fba2e5
Ensures that new accounts are only created from the modal, and not when clicking 'Create New Account'
2017-09-15 16:19:48 -07:00
Dan
feb90f2fc4
Clear token selection when changing account.
2017-09-15 16:18:48 -07:00
Dan
095d327140
Adds USD to token list.
2017-09-15 16:16:41 -07:00
Dan
ab77142c90
Show dollar sign before USD on account details page.
2017-09-15 16:10:34 -07:00
Dan
5c86194c0a
Show loading on conf-tx until the pending tx is available.
2017-09-14 15:45:18 -07:00
Chi Kei Chan
7d76e404f2
Make send token responsive; fix desktop send modal height
2017-09-14 11:45:59 -07:00
Chi Kei Chan
35d8671843
Add responsive UI to send ether modal
2017-09-14 09:56:40 -07:00
Chi Kei Chan
4bcc62500f
Style send ether screen
2017-09-14 01:32:24 -07:00
Chi Kei Chan
93a1089e08
Show token tx properly
2017-09-14 01:09:57 -07:00
Chi Kei Chan
d722c1045f
Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate
2017-09-13 19:57:33 -07:00
Dan
6bd71d6937
Fix send and pending.
2017-09-13 16:30:39 -07:00
Dan
ca46bd200b
Stop setting 'currentCurrency' and use local state for active currency in send.js
2017-09-13 14:25:20 -07:00
Dan
a5ab91e572
Enables Cancel button in confirmation screen.
2017-09-13 14:24:48 -07:00
Dan
e2dc9328fc
Send user to most recent pending transaction after sending a transaction.
2017-09-13 14:24:03 -07:00
Dan
09a4491bb1
Fix saving/sending of amounts in USD
2017-09-13 14:22:58 -07:00
Dan
55d62190e3
Fixes the saving of transactions in send and display in tx-list with conversion utility.
2017-09-13 14:22:58 -07:00
Dan
6fa1cd6225
Reapply conversion utility changes and fix calls to utility in pending-tx.
2017-09-13 14:22:30 -07:00
Kevin Serrano
a22a2586ab
Haha silly me, only when gas is estimated and not explicit.
2017-09-13 13:24:16 -07:00
Kevin Serrano
6e725b123b
Lower warning threshold for high tx fee to account for fluctuating blockGasLimits
2017-09-13 12:22:08 -07:00
Kevin Serrano
06153dd47d
Add warning of higher failure risk since app proposed gasLimit.
2017-09-13 12:17:42 -07:00
Chi Kei Chan
8f31b05ac5
Add token exchange rates
2017-09-13 01:25:39 -07:00
Chi Kei Chan
8b5f2a95df
Improve styling in Confirmation Screen; Show decoded send token data
2017-09-12 23:04:01 -07:00
Chi Kei Chan
b64471833f
Revert "Overhaul currency conversion utility and update calls to utility in pending-tx."
...
This reverts commit 080890a46e
.
2017-09-12 23:04:01 -07:00
Kevin Serrano
962794d025
fixed position of tooltips to avoid overflow.
2017-09-12 16:15:56 -07:00
Dan
080890a46e
Overhaul currency conversion utility and update calls to utility in pending-tx.
2017-09-12 16:05:59 -07:00
Dan Finlay
7ed1fe90f8
Fix support link
2017-09-12 15:07:08 -07:00
Dan J Miller
492507aa94
[NewUI] Color tx-list-item text depending on transaction status. ( #2050 )
...
* Color tx-list-item text depending on transaction status.
* Handle css change of text colour with scss instead on inline styles, add classnames package and helper function.
* Refactored to use classnames with component property className.
2017-09-12 14:59:33 -07:00
Kevin Serrano
ef6967325e
Check if all lower or upper before doing checksum.
2017-09-12 12:52:13 -07:00
Kevin Serrano
7810880f0c
Add specific error message for failed address checksum.
2017-09-12 12:23:21 -07:00
Kevin Serrano
ad14e9338d
Convert state logs into a download.
2017-09-12 09:34:48 -07:00
Chi Kei Chan
7eb6dae418
Added signTokenTx; Adding token confirmation screen
2017-09-12 02:22:23 -07:00