aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/conf-tx.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve UI gas calculation logicDan Finlay2017-03-291-29/+1
| | | | | | | | - Now striping hex prefixed gas values, which may have been causing mis-estimation. - Unified calculation logic to be entirely functional. - Greatly simplified how the pending-tx form keeps updated form state. Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.
* Fix tx selecting bugDan Finlay2017-03-251-2/+2
|
* Prevent default for reset and reject buttonsDan Finlay2017-03-241-0/+1
|
* Got basic validations workingDan Finlay2017-03-231-8/+14
|
* Fix loading indication for conf-tx viewDan Finlay2017-03-011-1/+1
|
* Use correct action to update and submit txDan Finlay2017-03-011-1/+1
|
* Fixed bug that made send screen sometimes transition to account detailDan Finlay2017-03-011-1/+2
|
* Fix infinite loop bugDan Finlay2017-03-011-0/+1
|
* Fix referenceDan Finlay2017-03-011-1/+1
|
* Emit updated tx values on accept clickDan Finlay2017-02-281-1/+13
|
* Merge branch 'master' into i765-gaslimitsDan Finlay2017-02-281-13/+37
|\
| * Fix cancel msg signing behavior.Dan Finlay2017-02-241-1/+7
| |
| * Got personal_sign workingDan Finlay2017-02-241-1/+13
| | | | | | | | Also fixed bug where signing would not close popup.
| * Add alternate UI for pending personal_sign messagesDan Finlay2017-02-241-5/+12
| |
| * Add personal sign actions and templateDan Finlay2017-02-231-21/+20
| |
* | Merge github.com:MetaMask/metamask-plugin into i765-gaslimitsKevin Serrano2017-02-241-0/+5
|\|
| * Fix UI Dev Mode for Tx ApprovalDan Finlay2017-02-211-0/+5
| | | | | | | | | | | | | | | | | | | | 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.
* | Broke hex decimal input into its own componentDan Finlay2017-02-181-1/+0
| | | | | | | | 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.
* | Change state to props, add modifiable fields.Kevin Serrano2017-02-181-19/+21
|/
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-4/+4
|\
| * rename selectedAccount to selectedAddresskumavis2017-01-311-4/+4
| |
* | Clean up message manger includes:Frankie2017-01-291-5/+5
|/ | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern
* fix baseFrankie2017-01-251-2/+2
|
* Fix issue where ConfTx view lets you approve txs when the account has ↵Frankie2017-01-251-1/+1
| | | | insufficient balance
* 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