frankiebee
8bb57f33b1
add a `x` close button to gas calc loding screen on conf-tx
7 years ago
frankiebee
d5c311b13e
add a loading spinner to conf-tx view
7 years ago
Dan
5fe3c5aae6
Lint fixes.
7 years ago
Dan
bf4043c59b
Adds updateTransaction to background and used it to update after editing in send-v2.
7 years ago
Alexander Tseung
5d1187c37b
Add route for signature request
7 years ago
Alexander Tseung
e226b10a89
Add react-router to allow use of the browser back button
7 years ago
Dan
56e9f98bd0
More lint fixes
7 years ago
Dan
5a94775b3f
Lint fixes for NewUI-flat.
7 years ago
Dan
ddf11011c9
Signature request fixes.
7 years ago
Dan
78836b0ead
Signature Request
7 years ago
Alexander Tseung
5a93ec0252
Fix loading animation not showing on network change
7 years ago
Sergey Ukustov
82d1f39198
Respect code style
7 years ago
Sergey Ukustov
c2b8dada91
Add eth_signTypedData handler
7 years ago
Dan
5c86194c0a
Show loading on conf-tx until the pending tx is available.
7 years ago
Dan Finlay
a01921758b
Add computed balance to account detail view
7 years ago
Dan Finlay
0ba6493175
Use computed balance for tx confirmation
7 years ago
Kevin Serrano
27ba7f6ed3
Show reject all only when tx count is > 1
7 years ago
Kevin Serrano
41e9904d9b
Convert icon to button.
7 years ago
Dan
7d6ad48f15
Touch up transaction list item styles, remove main-content scroll bars, align buttons with main-content..
7 years ago
Dan
e7b3ef0708
Lint fixes
7 years ago
DavidNinja
399c51c048
cancel all txs
7 years ago
sdtsui
65327dd11f
Cleanup unnecessary pending tx-switching logic
7 years ago
Dan Finlay
0ea6749dbc
Lots of flex rearrangement on account detail view
...
Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
7 years ago
Dan Finlay
38dccab12e
Fix reference
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
e285f2cae9
Get duplicate UI template working
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
frankiebee
bb6e41963d
Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000
8 years ago
Kevin Serrano
2b7d842498
Update gasblocklimit params with every block.
8 years ago
Dan Finlay
31c7daee73
Fix bug where edited gas parameters did not take effect
...
Fixes #1407
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
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
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
frankiebee
1eda55c85a
Fix issue where stopPropagation didnt stop submitting the tx when clicking buy button
8 years ago
Dan Finlay
81d3658343
Improve UI gas calculation logic
...
- Now striping hex prefixed gas values, which may have been causing mis-estimation.
- Unified calculation logic to be entirely functional.
- Greatly simplified how the pending-tx form keeps updated form state.
Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.
8 years ago
Dan Finlay
5cc934f18c
Fix tx selecting bug
8 years ago
Dan Finlay
612bace17d
Prevent default for reset and reject buttons
8 years ago
Dan Finlay
77907038ff
Got basic validations working
8 years ago
Dan Finlay
6f598570d8
Fix loading indication for conf-tx view
8 years ago
Dan Finlay
f908aaafbc
Use correct action to update and submit tx
8 years ago
Dan Finlay
2e16e1eb94
Fixed bug that made send screen sometimes transition to account detail
8 years ago
Dan Finlay
45138af6c6
Fix infinite loop bug
8 years ago
Dan Finlay
04df5c1f2d
Fix reference
8 years ago
Dan Finlay
3ddfdfff98
Emit updated tx values on accept click
8 years ago
Dan Finlay
961a83769b
Fix cancel msg signing behavior.
8 years ago
Dan Finlay
4697aca02c
Got personal_sign working
...
Also fixed bug where signing would not close popup.
8 years ago
Dan Finlay
7ec25526b7
Add alternate UI for pending personal_sign messages
8 years ago
Dan Finlay
564f920ae0
Add personal sign actions and template
8 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
Dan Finlay
6b56d6ba98
Broke hex decimal input into its own component
...
Also added a new state to try to make UI dev mode work again, but it has other issues, like #1128 , that need to be addressed before UI dev mode can be used again.
8 years ago