Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix base | Frankie | 2017-01-25 | 1 | -2/+2 |
| | |||||
* | Fix issue where ConfTx view lets you approve txs when the account has ↵ | Frankie | 2017-01-25 | 1 | -1/+1 |
| | | | | insufficient balance | ||||
* | Fix message signing UI rendering | Dan Finlay | 2017-01-17 | 1 | -5/+10 |
| | | | | | | [A recent PR](https://github.com/MetaMask/metamask-plugin/pull/1004) removed logic that rendered pending messages for approval. This commit fixes that. | ||||
* | Dont render conf-tx if their are no txParams to show | Frankie | 2017-01-15 | 1 | -2/+4 |
| | |||||
* | lint | Frankie | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Fix sorting and instances where something could be undefined | Frankie | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | Take some of the tx Logic out of the UI and create a visble state for ↵ | Frankie | 2017-01-12 | 1 | -10/+2 |
| | | | | pending and unaproved transactions | ||||
* | quick typo fix. | Kevin Serrano | 2017-01-07 | 1 | -2/+2 |
| | |||||
* | Switch order of header and indicator. | Kevin Serrano | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Make network somewhat more modular, add new network indicator. | Kevin Serrano | 2017-01-05 | 1 | -0/+7 |
| | |||||
* | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -4/+4 |
| | |||||
* | lint fix | Frankie | 2016-11-11 | 1 | -1/+2 |
| | |||||
* | Fix funny looking errors in conf-tx | Frankie | 2016-11-11 | 1 | -1/+4 |
| | |||||
* | Clean up some of the code | Frankie | 2016-09-16 | 1 | -7/+14 |
| | |||||
* | Merge branch 'master' into i#519buyButtonTxConf | Frankie | 2016-09-16 | 1 | -1/+3 |
|\ | |||||
| * | Do not show user rejection errors within our UI. | Dan Finlay | 2016-09-15 | 1 | -1/+3 |
| | | |||||
* | | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -1/+21 |
|/ | |||||
* | Add network checks for unconfirmed Txs | Frankie | 2016-09-09 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-25 | 1 | -1/+1 |
|\ | |||||
| * | Fix empty sign message bug | Dan Finlay | 2016-08-25 | 1 | -1/+1 |
| | | |||||
* | | Fix back button hiding on popup | Dan Finlay | 2016-08-23 | 1 | -1/+2 |
| | | |||||
* | | MVP Popup Notifications Working | Dan Finlay | 2016-08-17 | 1 | -2/+3 |
|/ | | | | | | | | | I'm unsure which will be more performant: A notification using a trimmed down version of the UI, or using them both, letting the browser cache them both. In any case, here I've modified the normal UI to recognize when it's a popup, and change the UX accordingly in a few ways: - Hide the menu bar - Hide the back button from the notifications view. - When confirming the last tx, close the window. | ||||
* | Implement tx confirmation style refinements | Dan Finlay | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -3/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -11/+9 |
| | |||||
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 1 | -1/+2 |
| | |||||
* | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 1 | -1/+2 |
| | | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead. | ||||
* | Improve tx UI | Dan Finlay | 2016-05-04 | 1 | -2/+2 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -53/+58 |
| | | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+140 |