| Commit message (Expand) | Author | Age | Files | Lines |
* | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -3/+7 |
* | Update max amount behaviour to meet new specs. | Dan | 2017-12-07 | 1 | -14/+10 |
* | Allow editing of token transactions. | Dan | 2017-11-15 | 1 | -3/+4 |
* | Fix lint errors. | Dan | 2017-11-15 | 1 | -3/+1 |
* | Allow editing of send ether. | Dan | 2017-11-15 | 1 | -17/+37 |
* | Linting | Thomas Huang | 2017-11-11 | 1 | -3/+3 |
* | Calculate max amount for send ether based on minimum gas total. | Dan | 2017-11-08 | 1 | -2/+1 |
* | Fix amount max for sending token. | Dan | 2017-11-08 | 1 | -3/+5 |
* | Add currency-input component to correct send amount behaviour and move curren... | Dan | 2017-11-08 | 1 | -4/+2 |
* | Lint fixes. | Dan | 2017-11-07 | 1 | -10/+1 |
* | Allow sending 0 eth or tokens | Dan | 2017-11-07 | 1 | -3/+3 |
* | Adds max amount feature for send token | Dan | 2017-11-07 | 1 | -5/+12 |
* | Adds max amount feature for send-ether | Dan | 2017-11-07 | 1 | -1/+38 |
* | Token balance in send state; validating sufficient tokens, validation updates... | Dan | 2017-11-07 | 1 | -23/+108 |
* | More lint fixes | Dan | 2017-11-02 | 1 | -4/+4 |
* | Lint fixes for NewUI-flat. | Dan | 2017-11-02 | 1 | -8/+0 |
* | From and To field cannot be the same | Chi Kei Chan | 2017-10-25 | 1 | -2/+8 |
* | Remove memo input | Chi Kei Chan | 2017-10-25 | 1 | -3/+11 |
* | Merge pull request #2435 from danjm/NewUI-flat-disable-send-next-in-error | Chi Kei Chan | 2017-10-25 | 1 | -8/+3 |
|\ |
|
| * | Merge branch 'NewUI-flat' into NewUI-flat-disable-send-next-in-error | Daniel Tsui | 2017-10-24 | 1 | -21/+12 |
| |\ |
|
| * | | Disable send-v2 next button if in error | Dan | 2017-10-24 | 1 | -3/+10 |
* | | | Style dropdown of to-autocomplete. | Dan | 2017-10-25 | 1 | -10/+14 |
| |/
|/| |
|
* | | Use classnames library and disabled attribute on 'Next' button in send-v2 | Dan | 2017-10-24 | 1 | -3/+8 |
* | | Improve customize gas modal error handling | Dan | 2017-10-24 | 1 | -21/+12 |
* | | Disable send-v2 next button if in error | Dan | 2017-10-24 | 1 | -3/+10 |
|/ |
|
* | Clear send state on cancelling and signing. | Dan | 2017-10-24 | 1 | -2/+8 |
* | Fix Conversions bugs; Fiat value bugs | Chi Kei Chan | 2017-10-21 | 1 | -3/+4 |
* | Get currency from state in account details, send and confirm screens. | Dan | 2017-10-20 | 1 | -2/+4 |
* | Min and default gas price, limit, total; comments out code for gas slider. | Dan | 2017-10-20 | 1 | -3/+4 |
* | Amount field shows insufficient funds error based on amoutn + gas total. | Dan | 2017-10-20 | 1 | -3/+14 |
* | Fixes mobile styling. | Dan | 2017-10-20 | 1 | -44/+61 |
* | Handling to and amount errors. | Dan | 2017-10-19 | 1 | -8/+89 |
* | Move all of send state to metamask state. | Dan | 2017-10-19 | 1 | -42/+34 |
* | Get from and update addressBook in send-v2 | Dan | 2017-10-19 | 1 | -4/+15 |
* | Breaks send-v2 down into renderable functions. | Dan | 2017-10-19 | 1 | -102/+159 |
* | Enable send-v2 functionality. | Dan | 2017-10-18 | 1 | -2/+37 |
* | Customize Gas connected to state | Dan | 2017-10-16 | 1 | -8/+4 |
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state... | Dan J Miller | 2017-10-14 | 1 | -57/+146 |
* | Adds amount and gas field to sendV2. | Dan | 2017-10-13 | 1 | -7/+48 |
* | Send v2 to autocomplete. | Dan | 2017-10-11 | 1 | -2/+23 |
* | Refactor 'rendersingleidentity' to a stand alone account-list-item component. | Dan | 2017-10-10 | 1 | -6/+5 |
* | UI for readonly from component. From dropdown opening and closing. Mockdata. | Dan | 2017-10-10 | 1 | -1/+37 |
* | UI for send screen container without form rows. | Dan | 2017-10-09 | 1 | -0/+61 |