Dan Finlay
5d300f146a
Add computed balance to mock state
7 years ago
Dan Finlay
42f8f32a52
Remove bad state file
7 years ago
Dan Finlay
7202639b37
Add token-list dev state
8 years ago
Kevin Serrano
a7b7be8309
Add new development states for UI development.
8 years ago
Kevin Serrano
956482be96
Fix development to use new currency state.
8 years ago
Kevin Serrano
c46f3d59de
Fix state to render gasPrice for ui dev.
8 years ago
Dan Finlay
1077c79e25
Add personal_sign development ui state
8 years ago
Kevin Serrano
3be6ee5f6c
Make the UI play nice with empty RPC lists.
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
bf9d1f405f
add waits between notices.
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
092ec9096b
Fix integration tests.
8 years ago
Kevin Serrano
c7178af09d
Remove trailing comma in JSON.
8 years ago
Kevin Serrano
65c84ac4b2
Delete all code related to disclaimers.
8 years ago
Kevin Serrano
afb60b9061
modification of notices.
8 years ago
kumavis
d8a12c2ad0
tests - mockDev - fix first-time flow
8 years ago
kumavis
2fa60cfcbf
continue rename selectedAccount to selectedAddress
8 years ago
Dan Finlay
1ff4894b67
Allow importing of private key strings
...
Fixes #1021
A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string.
Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`.
8 years ago
Dan Finlay
f6748f043d
Add loose account development state
8 years ago
Dan Finlay
553f1769a0
Add lost accounts ui development state
8 years ago
Dan Finlay
2b1d821da3
Cleanup
8 years ago
Kevin Serrano
8819475a2e
Add ability to show notices to user & get confirmation.
...
Implement generation of markdown for notice files.
Create npm command. Enhance notice generation.
Add test files to test multiple notices.
Add basic markdown support to notices.
Interval checks for updates.
Add extensionizer and linker
Add terms and conditions state file
Add link support to disclaimer.
Changelog addition.
8 years ago
Kevin Serrano
f5b0795ac5
change all instances of selectedAddress to selectedAccount.
8 years ago
Dan Finlay
6ae2400ef2
Fix custom provider menu item
...
The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected.
8 years ago
Kevin Serrano
7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
8 years ago
Dan Finlay
1bbe0ed9e8
Scaffold new account view
8 years ago
Dan Finlay
8113eb4837
Add first-time state
8 years ago
Kevin Serrano
678301a20e
Phase out extra warning screen.
8 years ago
Dan Finlay
06910025ff
Add more accounts to account list ui state
8 years ago
Dan Finlay
0d11eab8cb
Add accounts back to metamask state
8 years ago
Dan Finlay
452ce14fda
Update locked state
8 years ago
Dan Finlay
16fe97676c
Add fiat conversion to pending tx development state
8 years ago
Dan Finlay
f5baf36c07
Make custom network dev state not loading
8 years ago
Dan Finlay
aa13f77d6c
Add shapeshift development state
8 years ago
Dan Finlay
3b594db316
Add send form development state
8 years ago
Dan Finlay
f30e4be1a6
Add restore vault development state
8 years ago
Dan Finlay
0fd955d636
Add pending sign msg development state
8 years ago
Frankie
f80b9b2693
Create a dev state with shapeshift tx
8 years ago
Dan Finlay
f3faec6509
Added buggy state file to states folder
8 years ago
Dan Finlay
20cfd1c9f3
Add network indicator class to loading image
8 years ago
Kevin Serrano
fd37f5db65
Add fix for zero balance shorten.
8 years ago
Kevin Serrano
260de6532c
Get fiat numbers rendering on tooltip. Need to find way to create line breaks.
8 years ago
Kevin Serrano
be76b05726
Holding off on select formatting for now. Renamed keys for options.
8 years ago
Kevin Serrano
ccd85d19e3
Create default values for metamask state for conversion. Fix config files for ui dev.
8 years ago
Dan Finlay
5b4e2ffeac
Add mock dev mode
8 years ago
Kevin Serrano
d7e6b752a3
Integrate changes back into eth-balance
8 years ago
Dan Finlay
3274bb78d7
Add coin sending tx state
8 years ago
Kevin Serrano
5343404d0d
Add new component for tx-history to avoid messing with other styles. Add fixed width specifically to this style.
8 years ago
Kevin Serrano
570d560932
Modified test views again. Added fixed length to center tx information.
8 years ago
Kevin Serrano
94c25ec26a
Modify development states to account for long domains.
8 years ago