Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tx selecting bug | Dan Finlay | 2017-03-25 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary log | Dan Finlay | 2017-03-25 | 1 | -2/+0 |
| | |||||
* | Disable accept button when gas limit is too low | Dan Finlay | 2017-03-25 | 1 | -8/+5 |
| | |||||
* | Make gas calculations on render more consistent | Dan Finlay | 2017-03-24 | 1 | -10/+16 |
| | |||||
* | Fix initial tx fee estimation | Dan Finlay | 2017-03-24 | 1 | -3/+5 |
| | |||||
* | Fix a couple things | Dan Finlay | 2017-03-24 | 1 | -10/+18 |
| | | | | | | | | Sorry apparently the gas fixes weren't in the last commit, but are in this one. As reported in previous commit, fixes a bug where initial estimate is not derived from the network. Also fixes a bug where clicking "reset" does not clear our custom validation warnings. | ||||
* | Make reset button clear errors | Dan Finlay | 2017-03-24 | 1 | -0/+1 |
| | |||||
* | Fix initial gas price estimate | Dan Finlay | 2017-03-24 | 1 | -4/+5 |
| | |||||
* | Prevent default for reset and reject buttons | Dan Finlay | 2017-03-24 | 1 | -1/+2 |
| | |||||
* | Fix some broken refs | Dan Finlay | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | Combine pending-tx-details component into pending-tx-details | Dan Finlay | 2017-03-24 | 1 | -6/+346 |
| | | | | | | | | These were only separated originally so we could make the notification-based TX approval work, which provided its own buttons. This two templates are logically highly coupled, and keeping them working while separate has been difficult at times, and has even required resorting to dubious practices, like using React's `refs` pattern. This combines them into one fairly large component, but I think it's ok, we can still break this up into components, just not the separation that it had previously. | ||||
* | Got basic validations working | Dan Finlay | 2017-03-23 | 1 | -56/+77 |
| | |||||
* | Prevent submission of invalid gas parameters. | Kevin Serrano | 2017-03-02 | 1 | -2/+16 |
| | |||||
* | Various improvements to gas input. | Kevin Serrano | 2017-03-02 | 1 | -8/+8 |
| | |||||
* | Add reset button to reset gas fields. | Kevin Serrano | 2017-03-01 | 1 | -1/+9 |
| | |||||
* | Linted | Dan Finlay | 2017-02-28 | 1 | -5/+0 |
| | |||||
* | Move input boxes into table and into details component. | Kevin Serrano | 2017-02-28 | 1 | -16/+0 |
| | |||||
* | Make gasPrice accessible to the UI. | Kevin Serrano | 2017-02-25 | 1 | -2/+1 |
| | |||||
* | Broke hex decimal input into its own component | Dan Finlay | 2017-02-18 | 1 | -24/+22 |
| | | | | 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 Serrano | 2017-02-18 | 1 | -9/+33 |
| | |||||
* | Fix funny looking errors in conf-tx | Frankie | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | detect tx error - show warning and fix gasLimit | kumavis | 2016-11-11 | 1 | -0/+9 |
| | |||||
* | Clean up some of the code | Frankie | 2016-09-16 | 1 | -21/+4 |
| | |||||
* | css - smaller balance warning | kumavis | 2016-09-16 | 1 | -1/+6 |
| | |||||
* | confTx - add insufficient balance warning message | kumavis | 2016-09-16 | 1 | -4/+6 |
| | |||||
* | confTx - show disabled accept btn + add colors | kumavis | 2016-09-16 | 1 | -32/+28 |
| | |||||
* | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -5/+32 |
| | |||||
* | Restore button naming consistency | Dan Finlay | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Refined tx confirmation button styles | Dan Finlay | 2016-07-08 | 1 | -7/+19 |
| | |||||
* | Implement tx confirmation style refinements | Dan Finlay | 2016-07-08 | 1 | -8/+0 |
| | |||||
* | Linted | Dan Finlay | 2016-07-07 | 1 | -4/+2 |
| | |||||
* | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 1 | -1/+5 |
| | |||||
* | Unify wording for transaction options (#369) | Kevin Serrano | 2016-06-30 | 1 | -3/+3 |
| | | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing. | ||||
* | clean - appease the linting machine | kumavis | 2016-06-25 | 1 | -21/+8 |
| | |||||
* | svg notif now work for msg signatures | kumavis | 2016-06-25 | 1 | -9/+1 |
| | |||||
* | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -28/+6 |
| | |||||
* | pending-tx pass the identicon pref on | kumavis | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | tx-conf add non-interactive mode for notification | kumavis | 2016-06-24 | 1 | -8/+17 |
| | |||||
* | svg notifications - remove unneeded deps and clean code | kumavis | 2016-06-24 | 1 | -5/+5 |
| | |||||
* | initial svg notifications | kumavis | 2016-06-23 | 1 | -5/+11 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -1/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -5/+4 |
| | |||||
* | Improve tx UI | Dan Finlay | 2016-05-04 | 1 | -0/+7 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -0/+71 |
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. |