| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -1/+2 |
* | Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo... | Frankie | 2016-09-13 | 1 | -39/+11 |
* | Show loading indication during unlocking. | Dan Finlay | 2016-09-09 | 1 | -0/+2 |
* | Show conf screen after send request | Dan Finlay | 2016-09-02 | 1 | -2/+1 |
* | Add a back button on lock screen to go back to init menu | Frankie | 2016-08-26 | 1 | -0/+18 |
* | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 1 | -1/+1 |
* | Merge branch 'master' into shapeshiftTx | Frankie | 2016-08-19 | 1 | -0/+19 |
|\ |
|
| * | linting and ignoring. | Kevin Serrano | 2016-08-17 | 1 | -5/+0 |
| * | Merge master. | Kevin Serrano | 2016-08-16 | 1 | -0/+161 |
| |\ |
|
| * | | Did not previously call functions before! | Kevin Serrano | 2016-08-10 | 1 | -0/+3 |
| * | | Fix default value. Add loading indication for async. | Kevin Serrano | 2016-08-10 | 1 | -0/+4 |
| * | | currency now selectable and save-able. | Kevin Serrano | 2016-08-05 | 1 | -2/+0 |
| * | | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load. | Kevin Serrano | 2016-07-23 | 1 | -0/+35 |
| |\ \ |
|
| * | | | Linting! | Kevin Serrano | 2016-07-23 | 1 | -2/+2 |
| * | | | Add date access throughout the data flow. | Kevin Serrano | 2016-07-22 | 1 | -0/+1 |
| * | | | Add data field to pass up parameters up to reducer. | Kevin Serrano | 2016-07-22 | 1 | -1/+5 |
| * | | | Add fiat actions to metamask controllere and actions. | Kevin Serrano | 2016-07-22 | 1 | -0/+14 |
* | | | | WIP: ShapeShift tx | Frankie | 2016-08-19 | 1 | -0/+29 |
| |_|/
|/| | |
|
* | | | Remove ethereum classic provider | Dan Finlay | 2016-08-15 | 1 | -2/+1 |
* | | | Add multi message capability to Qr view for market info | Frankie | 2016-08-13 | 1 | -3/+4 |
* | | | Change buy forms so that they are their own view and add Qr-code | Frankie | 2016-08-13 | 1 | -9/+37 |
* | | | Fix merge mess | Frankie | 2016-08-11 | 1 | -1/+0 |
* | | | Merge branch 'master' into buyForm | Frankie | 2016-08-11 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Buy button (#474) | Frankie | 2016-07-22 | 1 | -0/+35 |
| |/ |
|
* / | Create "buy form" add shape shift | Frankie | 2016-08-11 | 1 | -0/+169 |
|/ |
|
* | Move main drop-down state to component state | Dan Finlay | 2016-07-02 | 1 | -19/+0 |
* | Fix broken action reference | Dan Finlay | 2016-07-01 | 1 | -0/+5 |
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -7/+21 |
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -57/+56 |
* | Fix disclaimer approving action | Dan Finlay | 2016-06-17 | 1 | -1/+2 |
* | Add disclaimer consent action | Dan Finlay | 2016-06-17 | 1 | -0/+13 |
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 1 | -1/+26 |
|\ |
|
| * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -1/+26 |
* | | network status getting set upon start-up and showing in title bar but not aut... | Zac Mitton | 2016-06-02 | 1 | -0/+8 |
|/ |
|
* | Add clicking txs in list shows tx conf screen | Dan Finlay | 2016-05-27 | 1 | -0/+9 |
* | actions - remove use of 'this' | kumavis | 2016-05-26 | 1 | -70/+70 |
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -0/+18 |
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 1 | -0/+15 |
* | Add dynamic list item styles | Dan Finlay | 2016-05-19 | 1 | -0/+9 |
* | Add animated sandwich button | Dan Finlay | 2016-05-19 | 1 | -0/+11 |
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 1 | -11/+13 |
* | Fix more transition bugs | Dan Finlay | 2016-05-12 | 1 | -6/+7 |
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 1 | -0/+10 |
* | Fix transition bugs after vault restore | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
* | Restored signTx action | Dan Finlay | 2016-05-07 | 1 | -0/+15 |
* | Fix routing bug | Dan Finlay | 2016-05-05 | 1 | -1/+0 |
* | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 1 | -1/+0 |
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -6/+12 |
* | Fix outdated transitions | Dan Finlay | 2016-04-30 | 1 | -12/+6 |
* | Persist selected account | Dan Finlay | 2016-04-26 | 1 | -7/+11 |
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -10/+15 |
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+418 |