aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/conf-tx.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix message signing UI renderingDan Finlay2017-01-171-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 showFrankie2017-01-151-2/+4
|
* lintFrankie2017-01-141-1/+1
|
* Fix sorting and instances where something could be undefinedFrankie2017-01-121-1/+1
|
* Take some of the tx Logic out of the UI and create a visble state for ↵Frankie2017-01-121-10/+2
| | | | pending and unaproved transactions
* quick typo fix.Kevin Serrano2017-01-071-2/+2
|
* Switch order of header and indicator.Kevin Serrano2017-01-061-1/+1
|
* Make network somewhat more modular, add new network indicator.Kevin Serrano2017-01-051-0/+7
|
* change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-4/+4
|
* lint fixFrankie2016-11-111-1/+2
|
* Fix funny looking errors in conf-txFrankie2016-11-111-1/+4
|
* Clean up some of the codeFrankie2016-09-161-7/+14
|
* Merge branch 'master' into i#519buyButtonTxConfFrankie2016-09-161-1/+3
|\
| * Do not show user rejection errors within our UI.Dan Finlay2016-09-151-1/+3
| |
* | Drop the buy button in the confTx view if account does not have enough ethFrankie2016-09-161-1/+21
|/
* Add network checks for unconfirmed TxsFrankie2016-09-091-1/+3
|
* Merge branch 'master' into PopupNotificationsDan Finlay2016-08-251-1/+1
|\
| * Fix empty sign message bugDan Finlay2016-08-251-1/+1
| |
* | Fix back button hiding on popupDan Finlay2016-08-231-1/+2
| |
* | MVP Popup Notifications WorkingDan Finlay2016-08-171-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 refinementsDan Finlay2016-07-081-2/+2
|
* breakout pending-tx-detailskumavis2016-06-251-2/+2
|
* Manually lintedDan Finlay2016-06-221-3/+0
|
* Auto lintedDan Finlay2016-06-221-11/+9
|
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-141-1/+2
|
* Show any pending txs when unlockingDan Finlay2016-05-041-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 UIDan Finlay2016-05-041-2/+2
|
* Add UI for Signing MessagesDan Finlay2016-05-041-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 stackDan Finlay2016-04-141-0/+140