sdtsui
fec3e64d63
Add high-level css layout for Send Token
7 years ago
sdtsui
2a5f2c7f40
Add responsive container; add send token copy
7 years ago
sdtsui
c0483fc230
Add token logo to send screen
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Thomas Huang
77054e1fbb
Rename Send to Next
7 years ago
Thomas Huang
a352690661
Remove trailing periods and white space
7 years ago
frankiebee
0f69a09823
Fix linting error
8 years ago
frankiebee
653319be10
move address check to util.isValidAddress
8 years ago
frankiebee
bb6e41963d
Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000
8 years ago
Dan Finlay
b4e6ea9db7
Fix fiat rendering
...
Fixes #1439 .
When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.
This now passes it in wherever it's used.
8 years ago
kumavis
e28e0acaa8
lint - mandatory dangle
...
😛
8 years ago
kumavis
d5636080cf
ui - send - clean props assignment
8 years ago
Dan Finlay
19db11856b
Remove redux dependency from eth-balance and its dependent tree
...
For better unit testability of the conf-tx view.
8 years ago
Kevin Serrano
b34ee4daa1
Allow for adding recently used addresses to address book.
8 years ago
Kevin Serrano
1ca6fff317
Display owned addresses in datalist.
8 years ago
Dan Finlay
69d4aafc3e
Add ens recognition to send form input
...
Attempts to lookup `.eth` addresses on ENS.
Is currently failing.
I've written an isolation example of the problem here:
https://github.com/flyswatter/ens-test
8 years ago
Dan Finlay
e07e4b7bc7
Linted
8 years ago
Dan Finlay
da88481560
Remove gasMultiplier txMeta param
...
This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic.
Removed it and the logic that referred to this now-outdated parameter.
8 years ago
kumavis
f9b31fe2c3
rename selectedAccount to selectedAddress
8 years ago
Frankie
ac7dca22c3
Fix up wording
8 years ago
Frankie
5fb1e492fb
Add valdations to txData param
8 years ago
Frankie
aace26c4bd
Create callback and Clean-up details
8 years ago
Frankie
328f8b0cac
fix spelling
8 years ago
Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Frankie
e1b78da3e6
Add custom gas field to send page
8 years ago
Frankie
c37c050c8a
Revert "Add new eth-lightwallet salting to vault."
8 years ago
Dan Finlay
6d6130e2a6
Camelcase dataset key for react
8 years ago
Dan Finlay
1537e3f5da
Add fiat balances to tx conf view
8 years ago
Dan Finlay
7f947f8ab2
Skip loading indication from send screen
8 years ago
Dan Finlay
b39bd5333b
Persist send tx form field values
8 years ago
Thibaut SCHAEFFER
71250f0048
Fix typo
8 years ago
Frankie
3d9bedaeea
Fix it so you cant send a negitavie amount of ETH
8 years ago
kumavis
02dd1669e7
send-tx remove account select button
8 years ago
Dan Finlay
8fde8a8921
Manually linted
8 years ago
Dan Finlay
a08c3bc01b
Auto linted
8 years ago
Dan Finlay
47540ad0b3
Allow empty recipient fields on tx
9 years ago
Dan Finlay
60270de53d
Add full precision to send tx value field.
9 years ago
Dan Finlay
22a77b8041
Increase send value precision
9 years ago
Dan Finlay
c8deb355f7
Add address capitalization checksumming
9 years ago
Dan Finlay
685a1881b8
Allow txs with no recipient when they have a data field
9 years ago
kumavis
6eebda73cf
ui - sendTx - re-add warning and fix form parsing
9 years ago
kumavis
6ae0a90d7b
ui - redesign - ether amount component
9 years ago
kumavis
877648623e
ui - redesign - sendTransaction
9 years ago
kumavis
d6a8b0b90a
ui - redesign - send
9 years ago
Dan Finlay
b430cbd064
Fix send view selected account bug
9 years ago
Dan Finlay
d6ab6bb4fa
Fix floating point input bug
...
When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals!
Put this numeric normalization into a utility function with a test around it and got it working.
9 years ago
Dan Finlay
0a0a631af2
Improve some UI formatting
9 years ago
Dan Finlay
d814a45dff
Moved UI into repo with its own dependency stack
9 years ago