Dan Finlay
e07e4b7bc7
Linted
8 years ago
Kevin Serrano
486583e203
lint
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
Kevin Serrano
acfb6ff0f8
Hide gas options behind an advanced options checkbox.
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
Kevin Serrano
666044d417
Add margins to align.
8 years ago
Dan Finlay
04df5c1f2d
Fix reference
8 years ago
Dan Finlay
0e817c9e7f
Reorder rows for better table logic
8 years ago
Dan Finlay
3ddfdfff98
Emit updated tx values on accept click
8 years ago
Dan Finlay
2e80e8f722
Remove unused function
8 years ago
Dan Finlay
d844769c92
Add action for updating and approving a tx in one action
8 years ago
Dan Finlay
4370ca0cef
Got gas live re-estimating
8 years ago
Kevin Serrano
2b0e939abd
Align input fields for gas.
8 years ago
Kevin Serrano
5d1a4db5e5
Further styling to get hex component working. Fix some typos.
8 years ago
Dan Finlay
c4e9354575
Linted
8 years ago
Dan Finlay
57fec36a7d
Add non-working gas recalculating logic to tx-details view
8 years ago
Kevin Serrano
a77a5f0ab3
Move input boxes into table and into details component.
8 years ago
Dan Finlay
ca5cf06ae9
Concatenate custom RPC labels that are too long
8 years ago
Kevin Serrano
dfc89d6c6d
Make gasPrice accessible to the UI.
8 years ago
Dan Finlay
42c2c3df37
Improve pending tx blue dot style
8 years ago
Dan Finlay
961a83769b
Fix cancel msg signing behavior.
8 years ago
Dan Finlay
1d1d296a1e
Make personal sign view look nice
8 years ago
Dan Finlay
4697aca02c
Got personal_sign working
...
Also fixed bug where signing would not close popup.
8 years ago
Kevin Serrano
62854398f1
Tested against code to play nice with unit tests.
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
Kevin Serrano
3be6ee5f6c
Make the UI play nice with empty RPC lists.
8 years ago
Kevin Serrano
1d0f5fb51c
Linto
8 years ago
Kevin Serrano
7a0ce31bd3
Implemented functionality for displaying recent custom RPCs
8 years ago
Kevin Serrano
17a7436602
Connect to actions.
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
Kevin Serrano
e54b73679c
Notices must be scrolled down to proceed from.
8 years ago
Dan Finlay
8aca5bf4b5
Add debug logging to ui routing logic.
8 years ago
Kevin Serrano
415b9b245c
Fix typo.
8 years ago
Kevin Serrano
c934f96651
Re-enable notices on dev.
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
Kevin Serrano
89af0ef408
Change state to props, add modifiable fields.
8 years ago
Kevin Serrano
9aa70fbaba
Remove custom RPC option when on lock screen.
8 years ago
Kevin Serrano
fbabcf6191
Change networks from lock screen.
8 years ago
Kevin Serrano
8f72748732
fix debug
8 years ago
Kevin Serrano
8b38719a7c
Prevent notices from opening in test and debug mode.
8 years ago
Kevin Serrano
65c84ac4b2
Delete all code related to disclaimers.
8 years ago
Frankie
de6455151e
Revert old style message sighing
8 years ago
Dan Finlay
b529017149
Remove egregious alert
8 years ago
Dan Finlay
13ee92909c
Mostly got shapeshift tx management into its own controller
...
Rendering the list is still having issues, so this isn't done yet.
8 years ago
kumavis
9e4ef45b6a
migration #9 - break out CurrencyController substate
8 years ago
kumavis
99fa9ab13a
migration 7 - break off TransactionManager substate
8 years ago
kumavis
296b278592
actions - dont expect background to provide newState, manually update
8 years ago
Frankie
6eb6057118
default a return of an empty array
8 years ago