brunobar79
e9a0feb9e9
fixed issue with input
6 years ago
brunobar79
710b4e294f
added crossbrowser support and error handling
6 years ago
brunobar79
edb154749d
send to fullscreen if no permission from popup
6 years ago
brunobar79
74fd6d1d12
working without injection
6 years ago
brunobar79
d5929e5c42
added qr code scanner icon in send transaction
6 years ago
brunobar79
f7ad978474
camera working back and forth
6 years ago
Dan
b3d78ed8a1
Remove send_ directory, revert to just having send
...
Revert accidentally changed constants.
Require defaults in ens-input, gas-fee-display and confirm screens.
6 years ago
trejgun
c94f639de5
convert contextType to static prop for refactored components
6 years ago
Dan
0796fc58e4
Improve send token error ux.
6 years ago
Dan
ac7c0277b5
On send screen amount change, updateGas call now includes current to address.
6 years ago
Alexander Tseung
5685c4bafe
Estimate gas limit when the token amount changes. Fix amount input
6 years ago
Dan
1b879f45bc
Fix calculation of data property for gas estimation on token transfers.
7 years ago
Dan
0f20fce9b7
Auto update gas estimate when to changes.
7 years ago
Dan
4f0b4eef50
Estimate gas using same algorithm as backend.
7 years ago
Dan
166fda5877
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
7 years ago
Dan
6d8344d0d0
Update amount error on update of send screen.
7 years ago
Dan
5bb399e55a
Display correct titles and subtitles on send token and editing send transaction screens.
7 years ago
Dan
c4e48d9263
Send refactor: fix amount max button for tokens.
7 years ago
Dan
44679f6cda
Import defaults in send_/
7 years ago
Dan
5529ec6efd
Fix close button on send screen
7 years ago
Dan
26f965bcce
Further refactors; includes refactor of send-v2.js and associated container
7 years ago
Dan
284dd85a99
first commit
7 years ago
Dan Finlay
05080d1c50
Fix UI Dev Mode for Tx Approval
...
The state object had been changed, but our mock states for tx approval were using the old keys.
Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project.
We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things.
Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
8 years ago