Dan Finlay
77bd010543
Add "import account" menu item + template view
8 years ago
Dan Finlay
54c536e72c
Fix message signing UI rendering
...
[A recent PR](https://github.com/MetaMask/metamask-plugin/pull/1004 ) removed logic that rendered pending messages for approval.
This commit fixes that.
8 years ago
Frankie
6481f9ced4
Dont render conf-tx if their are no txParams to show
8 years ago
Frankie
b72987405e
remove orphaned comment
8 years ago
Frankie
c1656aff19
lint
8 years ago
Frankie
5ed52eed68
Clean up code
8 years ago
Frankie
34081c8cb2
Fix sorting and instances where something could be undefined
8 years ago
Frankie
576e2ad64d
Fix wording and icon of failed txs
8 years ago
Dan Finlay
d87a7b2a76
Send update to UI when changing selected account
...
Fixes #981
8 years ago
Frankie
0fae263a9a
Take some of the tx Logic out of the UI and create a visble state for pending and unaproved transactions
8 years ago
Frankie
29060acb72
update coinbase info and view
8 years ago
Kevin Serrano
3a6159080e
quick typo fix.
8 years ago
Kevin Serrano
af61bb9065
Switch order of header and indicator.
8 years ago
Kevin Serrano
b8d312f8b9
Linting.
8 years ago
Kevin Serrano
a8a37e4d40
Make network somewhat more modular, add new network indicator.
8 years ago
Dan Finlay
2c2cdc4475
Convert more actions to new simple pattern
8 years ago
Dan Finlay
10c818abac
Restore missing line
8 years ago
Dan Finlay
013e6a608f
Corrected instances of showWarning to displayWarning
8 years ago
Dan Finlay
8b7b097034
Apply new pattern to repetitive functions
8 years ago
Dan Finlay
3ebf029c04
Update account list after adding account
...
Fixed by finally making a function generator for a pattern we use frequently, communicating to the background process.
Fixes #961
8 years ago
Dan Finlay
c05e04c611
Fix rendering of loose accounts
8 years ago
Dan Finlay
1f15499046
Show a "LOOSE" warning on accounts not belonging to HD Seed phrase
8 years ago
Dan Finlay
d3b2698f34
Rename function to be an action
8 years ago
Frances Pangilinan
6e78494846
First pass at revision requests
8 years ago
Kevin Serrano
aea263a80d
Lint.
8 years ago
Kevin Serrano
572980402d
Validate URIs before entering them in.
8 years ago
Dan Finlay
11c1004a41
Linted
8 years ago
Dan Finlay
931ae5f64a
Make notices confirmation configurable
...
- Confirm button will now dismiss the lost accounts array.
8 years ago
Frances Pangilinan
4910e2f9bd
remove network Id 2 from explorer link and Add network Id 3
8 years ago
Kevin Serrano
9c8345467c
Modify actions to support better transition.
8 years ago
Kevin Serrano
e9bea92ac3
Lint.
8 years ago
Kevin Serrano
20c043a4c2
Redirect to seed word screen for forgotten passwords.
8 years ago
Dan Finlay
a5024aa372
Clean up first notice
...
Remove redundant title from notice component.
Make link color the same orange as the rest of the UI.
8 years ago
Kevin Serrano
8d0f4c2799
Add date to notices display.
8 years ago
kumavis
4c390a6221
clean - code style
8 years ago
Kevin Serrano
851ba66cdd
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
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
Dan Finlay
6d13ef691f
Revert "Interface enhancements"
8 years ago
Dan Finlay
83880a5c92
Remove morden testnet provider
...
Instances configured to point at Morden will now point at Ropsten.
8 years ago
Luis Iván Cuende
3969526403
Fixed header h1 alignment and network name
8 years ago
Luis Iván Cuende
4a8bc63c8d
Better account details view
8 years ago
Luis Iván Cuende
c65db9290d
Better editable label
8 years ago
Luis Iván Cuende
b8ee336f0d
Better buttons
8 years ago
Luis Iván Cuende
233094e19d
Beautified disclaimer
8 years ago
Dan Finlay
1880cda9b9
Fix vault encrypting & unlocking bug
...
This is only a bug in dev, but was committed yesterday.
Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults.
To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always.
8 years ago
Dan Finlay
049e351c9d
Add integration tests for logging out and back in
8 years ago
Dan Finlay
549bbfd05f
Made integration test create a first vault
8 years ago
Dan Finlay
85d5b12f8d
Fix tx adding code
...
Broken in this commit:
bc39cd7b89
Synchronous methods were added to an `async.waterfall` array.
This commit also removes the delegate call checking, since we concluded it was misinformed.
8 years ago
Kevin Serrano
8dd298238d
Cosmetic changes, rename links.
8 years ago
Kevin Serrano
3a503d2ac2
Add link back to unlock.
8 years ago