Kevin Serrano
b8d312f8b9
Linting.
8 years ago
Kevin Serrano
a8a37e4d40
Make network somewhat more modular, add new network indicator.
8 years ago
Dan Finlay
c05e04c611
Fix rendering of loose accounts
8 years ago
Frances Pangilinan
6e78494846
First pass at revision requests
8 years ago
Dan Finlay
11c1004a41
Linted
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
4a8bc63c8d
Better account details view
8 years ago
Luis Iván Cuende
c65db9290d
Better editable label
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
17669e4af8
Make ropsten faucet button point at the correct url.
8 years ago
Kevin Serrano
8d2afccdc0
Ropsten has sole access to the faucet.
8 years ago
Kevin Serrano
88ed1f191f
Add to changelog.
8 years ago
Kevin Serrano
f5b0795ac5
change all instances of selectedAddress to selectedAccount.
8 years ago
Dan Finlay
e8a8302624
Begin adding Ropsten support
...
Ropsten links will still not work until Etherscan publishes their ropsten link format.
At that time we will need to update ui/lib/account-link.js
Otherwise, fixes #831
8 years ago
Kevin Serrano
0c23925c23
Fix lint rules for ternary operator placement.
8 years ago
Kevin Serrano
23263bec7d
Linting to the max.
8 years ago
Frankie
b60992b446
Fix funny looking errors in conf-tx
8 years ago
kumavis
536cab0687
detect tx error - show warning and fix gasLimit
8 years ago
Kevin G. Serrano
7b3f1ecc41
Unify warning functions.
8 years ago
Dan Finlay
f2bfdd7f8c
Make identicon tolerant of changing state
8 years ago
Kevin Serrano
25c46a1636
Make case condition more consistent. Remove extra action. Fix incorrect display of network.
8 years ago
Dan Finlay
ed3814bff8
Fix identicon rendering
8 years ago
Dan Finlay
b1fb8da3b0
Fix provider menu selection indication
8 years ago
Frankie
aace26c4bd
Create callback and Clean-up details
8 years ago
Frankie
67eba9f542
Specify base 10 in bignumber
8 years ago
Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Frankie
e1b78da3e6
Add custom gas field to send page
8 years ago
Dan Finlay
769bd8e2ee
Removed hex prefix from private key export
...
For compatibility with Jaxx, MEW, and Geth.
Fixes #687
8 years ago
Dan Finlay
1f771f30e4
Space out purchase details on ShapeShift form
8 years ago
Dan Finlay
4eef2c57cf
Show loading indication when selecting ShapeShift
8 years ago
Frankie
77ef71448d
Fix CHANGELOG.md and restructure onClick events
8 years ago
Frankie
3682a2a1f9
linting
8 years ago
Frankie
9c982a4bd6
add tx-viz link to transaction history
8 years ago
Frankie
cf484d735f
Clean up some of the code
8 years ago
kumavis
1325990726
css - smaller balance warning
8 years ago
kumavis
f0d83813d6
confTx - add insufficient balance warning message
8 years ago
kumavis
5005fc143b
confTx - show disabled accept btn + add colors
8 years ago
Frankie
ef0b535d94
Drop the buy button in the confTx view if account does not have enough eth
8 years ago
kumavis
f7794d9949
PendingTxDetails - partially remove imagify support
8 years ago
Frankie
218f380d87
Add qrcode-npm to package.json and swap out Qr Code generator api for node-module
8 years ago
Frankie
c37c050c8a
Revert "Add new eth-lightwallet salting to vault."
8 years ago
Dan Finlay
6d6130e2a6
Camelcase dataset key for react
8 years ago
Dan Finlay
a4e4c85453
Fix fox logo password following
...
The new lightweight svg logo was not following text quite right.
The new `lookAt` method was not using the same logic the module was using internally on mouse movement.
I simply used that logic and exposed it via the old (expected) API, and got it behaving the way I like.
8 years ago
Dan Finlay
6c05c221cd
Fix new logo related errors
...
Fixed logo deallocation related bugs, had to patch the logo repo itself to add a stopAnimating method.
Also tuned up the logo to more closely resemble the old behavior.
- Overlaps the title text
- Points nose at cursor, not just front of eyes
- Cursor is more "distant" from fox, to avoid extreme angles on edges.
8 years ago
Dan Finlay
20ae4c2689
Fix logo usage for metamask-logo v2.0.0
...
- No longer need to check for webGL compliance (svg rendered!)
- logo.canvas has been replaced with logo.container, since svg doesn't render to canvas but to an element.
Otherwise, worked with very little effort!!
Fixes #624
8 years ago
Dan Finlay
ab3b409438
Restore broken variable reference
8 years ago
Dan Finlay
c3dbcb5b02
Fix double tooltip
8 years ago
Dan Finlay
0186e05a0d
Linted
8 years ago
Dan Finlay
1537e3f5da
Add fiat balances to tx conf view
8 years ago