Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'i328-MultiVault-v1' into i715-AddImportMenu | Dan Finlay | 2017-01-18 | 15 | -74/+368 |
|\ | |||||
| * | Develop import subviews | Dan Finlay | 2016-11-05 | 5 | -17/+86 |
| * | Add import account placeholder template | Dan Finlay | 2016-11-05 | 3 | -30/+71 |
| * | Linted | Dan Finlay | 2016-11-05 | 3 | -12/+8 |
| * | Add account adding subview placeholders | Dan Finlay | 2016-11-05 | 4 | -39/+121 |
| * | Remove unused class | Dan Finlay | 2016-11-05 | 1 | -1/+1 |
| * | Convert buy subview to new tab bar component | Dan Finlay | 2016-11-05 | 1 | -36/+47 |
| * | Scaffold new account view | Dan Finlay | 2016-11-05 | 7 | -1/+125 |
* | | Add "import account" menu item + template view | Dan Finlay | 2017-01-18 | 4 | -0/+63 |
* | | Fix message signing UI rendering | Dan Finlay | 2017-01-17 | 1 | -5/+10 |
* | | Merge branch 'master' into dev | Dan Finlay | 2017-01-17 | 4 | -8/+7 |
|\ \ | |||||
| * | | update coinbase info and view | Frankie | 2017-01-11 | 2 | -5/+5 |
| * | | remove network Id 2 from explorer link and Add network Id 3 | Frances Pangilinan | 2016-12-21 | 2 | -3/+2 |
* | | | Dont render conf-tx if their are no txParams to show | Frankie | 2017-01-15 | 1 | -2/+4 |
* | | | remove orphaned comment | Frankie | 2017-01-14 | 1 | -1/+0 |
* | | | lint | Frankie | 2017-01-14 | 1 | -1/+1 |
* | | | Clean up code | Frankie | 2017-01-14 | 3 | -33/+37 |
* | | | Fix sorting and instances where something could be undefined | Frankie | 2017-01-12 | 3 | -4/+5 |
* | | | Merge branch 'dev' into integrateTxManagerUI | Frankie | 2017-01-12 | 1 | -5/+4 |
|\ \ \ | |||||
| * | | | Send update to UI when changing selected account | Dan Finlay | 2017-01-12 | 1 | -5/+4 |
* | | | | Fix wording and icon of failed txs | Frankie | 2017-01-12 | 1 | -0/+6 |
* | | | | Take some of the tx Logic out of the UI and create a visble state for pending... | Frankie | 2017-01-12 | 6 | -45/+40 |
|/ / / | |||||
* | | | quick typo fix. | Kevin Serrano | 2017-01-07 | 1 | -2/+2 |
* | | | Switch order of header and indicator. | Kevin Serrano | 2017-01-06 | 1 | -1/+1 |
* | | | Linting. | Kevin Serrano | 2017-01-05 | 2 | -2/+1 |
* | | | Make network somewhat more modular, add new network indicator. | Kevin Serrano | 2017-01-05 | 4 | -17/+24 |
* | | | Convert more actions to new simple pattern | Dan Finlay | 2017-01-04 | 1 | -18/+2 |
* | | | Restore missing line | Dan Finlay | 2017-01-04 | 1 | -0/+1 |
* | | | Corrected instances of showWarning to displayWarning | Dan Finlay | 2017-01-04 | 1 | -3/+3 |
* | | | Apply new pattern to repetitive functions | Dan Finlay | 2017-01-04 | 1 | -19/+2 |
* | | | Update account list after adding account | Dan Finlay | 2017-01-04 | 1 | -10/+24 |
* | | | Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManager | Dan Finlay | 2017-01-03 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'dev' into TxManager | Frankie | 2016-12-24 | 4 | -16/+57 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'dev' into TxManager | Frankie | 2016-12-22 | 12 | -49/+255 |
| |\ \ \ \ | |||||
| * | | | | | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 1 | -2/+2 |
* | | | | | | Fix rendering of loose accounts | Dan Finlay | 2016-12-24 | 2 | -3/+5 |
* | | | | | | Show a "LOOSE" warning on accounts not belonging to HD Seed phrase | Dan Finlay | 2016-12-23 | 3 | -7/+42 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #948 from MetaMask/RecoverLostAccounts | Dan Finlay | 2016-12-23 | 4 | -16/+57 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Rename function to be an action | Dan Finlay | 2016-12-23 | 1 | -2/+2 |
| * | | | | Linted | Dan Finlay | 2016-12-21 | 3 | -5/+3 |
| * | | | | Make notices confirmation configurable | Dan Finlay | 2016-12-21 | 4 | -13/+56 |
* | | | | | Lint. | Kevin Serrano | 2016-12-21 | 1 | -1/+1 |
* | | | | | Validate URIs before entering them in. | Kevin Serrano | 2016-12-21 | 1 | -2/+26 |
|/ / / / | |||||
* | | | | Merge pull request #937 from MetaMask/i900-forgot-password-flow | Dan Finlay | 2016-12-20 | 5 | -22/+28 |
|\ \ \ \ | |||||
| * | | | | Modify actions to support better transition. | Kevin Serrano | 2016-12-20 | 3 | -1/+18 |
| * | | | | Lint. | Kevin Serrano | 2016-12-20 | 1 | -2/+2 |
| * | | | | Redirect to seed word screen for forgotten passwords. | Kevin Serrano | 2016-12-20 | 4 | -20/+9 |
* | | | | | Merged master into dev | Dan Finlay | 2016-12-20 | 9 | -25/+201 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Clean up first notice | Dan Finlay | 2016-12-17 | 1 | -2/+1 |
| * | | | Add date to notices display. | Kevin Serrano | 2016-12-17 | 1 | -1/+15 |
| * | | | clean - code style | kumavis | 2016-12-17 | 1 | -4/+0 |
| * | | | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 2 | -1/+5 |
| * | | | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 6 | -0/+187 |
| * | | | Remove morden testnet provider | Dan Finlay | 2016-12-16 | 4 | -25/+1 |
* | | | | Revert "Interface enhancements" | Dan Finlay | 2016-12-17 | 11 | -54/+101 |
* | | | | Fixed header h1 alignment and network name | Luis Iván Cuende | 2016-12-15 | 2 | -5/+3 |
* | | | | Better account details view | Luis Iván Cuende | 2016-12-15 | 5 | -42/+14 |
* | | | | Better editable label | Luis Iván Cuende | 2016-12-15 | 5 | -40/+15 |
* | | | | Better buttons | Luis Iván Cuende | 2016-12-14 | 2 | -4/+9 |
* | | | | Beautified disclaimer | Luis Iván Cuende | 2016-12-14 | 3 | -11/+14 |
| |/ / |/| | | |||||
* | | | Fix vault encrypting & unlocking bug | Dan Finlay | 2016-12-01 | 2 | -7/+32 |
* | | | Add integration tests for logging out and back in | Dan Finlay | 2016-12-01 | 1 | -1/+2 |
* | | | Made integration test create a first vault | Dan Finlay | 2016-12-01 | 1 | -1/+2 |
* | | | Fix tx adding code | Dan Finlay | 2016-11-30 | 1 | -25/+0 |
* | | | Merge branch 'master' into dev | Dan Finlay | 2016-11-24 | 1 | -3/+3 |
|\| | | |||||
| * | | Merge branch 'master' into new-faucet | Dan Finlay | 2016-11-23 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Add temporary morden explorer link support | Dan Finlay | 2016-11-22 | 1 | -1/+1 |
| | * | | Add ropsten link support | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| * | | | Ropsten has sole access to the faucet. | Kevin Serrano | 2016-11-23 | 1 | -3/+3 |
| * | | | Add to changelog. | Kevin Serrano | 2016-11-23 | 1 | -1/+1 |
| |/ / | |||||
* | | | Cosmetic changes, rename links. | Kevin Serrano | 2016-11-24 | 1 | -9/+9 |
* | | | Add link back to unlock. | Kevin Serrano | 2016-11-24 | 1 | -0/+16 |
* | | | Fix proper behavior for restoring accounts when password forgotten. | Kevin Serrano | 2016-11-24 | 2 | -0/+2 |
* | | | Modify forgot password flow to go back to init screen. | Kevin Serrano | 2016-11-24 | 2 | -36/+1 |
* | | | Fix undefined provider menu item | Dan Finlay | 2016-11-23 | 1 | -2/+5 |
* | | | Linted | Dan Finlay | 2016-11-23 | 1 | -1/+1 |
* | | | Merge pull request #858 from MetaMask/i842-WaitForSeedWord | kumavis | 2016-11-23 | 2 | -5/+7 |
|\ \ \ | |||||
| * | | | Restore ropsten link support | Dan Finlay | 2016-11-23 | 1 | -3/+3 |
| * | | | Merge branch 'dev' into i842-WaitForSeedWord | Dan Finlay | 2016-11-23 | 1 | -2/+2 |
| |\ \ \ | |||||
| * | | | | Use callback in placeSeedWord method. | Dan Finlay | 2016-11-22 | 1 | -2/+4 |
* | | | | | Merge branch 'dev' into dev-cleanup | Kevin Serrano | 2016-11-23 | 1 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Make ropsten faucet button point at the correct url. | Kevin Serrano | 2016-11-23 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Fix camel casing on setSelectedAccount action. | Dan Finlay | 2016-11-22 | 3 | -4/+4 |
* | | | | Change fauceting to become a response of an emit. | Kevin Serrano | 2016-11-22 | 1 | -2/+2 |
* | | | | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 9 | -21/+20 |
* | | | | Remove entropy from encryption and project. | Kevin Serrano | 2016-11-22 | 2 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #837 from MetaMask/FixMenuItem | Kevin Serrano | 2016-11-22 | 1 | -7/+8 |
|\ \ \ | |||||
| * | | | Fix custom provider menu item | Dan Finlay | 2016-11-22 | 1 | -7/+8 |
* | | | | Merge branch 'dev' into i831-AddRopsten-Dev | Dan Finlay | 2016-11-22 | 31 | -509/+6078 |
|\| | | | |/ / |/| | | |||||
| * | | Convert conversion util to pure json. | Kevin Serrano | 2016-11-19 | 3 | -6/+5731 |
| * | | Revert one cb to previous state. | Kevin Serrano | 2016-11-16 | 1 | -1/+1 |
| * | | Minimize dispatches by using emitters and relying on state updates. | Kevin Serrano | 2016-11-16 | 1 | -19/+6 |
| * | | Re-enable disclaimer screen. Rename variables to reflect role more clearly. | Kevin Serrano | 2016-11-15 | 2 | -4/+4 |
| * | | Fix lint rules for ternary operator placement. | Kevin Serrano | 2016-11-12 | 1 | -18/+18 |
| * | | Typo fix. | Kevin Serrano | 2016-11-12 | 1 | -9/+9 |
| * | | Linting to the max. | Kevin Serrano | 2016-11-12 | 16 | -51/+36 |
| * | | Merge branch 'master' into i328-MultiVault | kumavis | 2016-11-11 | 2 | -2/+6 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into i328-MultiVault | kumavis | 2016-11-11 | 1 | -0/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into i328-MultiVault | Frankie | 2016-11-11 | 3 | -16/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-11-08 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Remove insane actions hash | Dan Finlay | 2016-11-05 | 1 | -6/+2 |
| * | | | | | Add reveal of seed words. | Kevin Serrano | 2016-11-02 | 3 | -0/+43 |
| * | | | | | Make identicon tolerant of changing state | Dan Finlay | 2016-11-02 | 1 | -0/+17 |
| * | | | | | Fixed bugs related to clearing caches when restoring to a new vault | Dan Finlay | 2016-11-02 | 3 | -3/+6 |
| * | | | | | Make forgot password button. | Dan Finlay | 2016-11-02 | 3 | -32/+23 |
| * | | | | | Fix seed phrase restore | Dan Finlay | 2016-11-02 | 2 | -4/+3 |
| * | | | | | Made progress on parity for MultiVault | Kevin Serrano | 2016-11-02 | 6 | -171/+43 |
| * | | | | | Linted | Kevin Serrano | 2016-11-01 | 1 | -1/+0 |
| * | | | | | Implement seed word confirmation page. | Kevin Serrano | 2016-11-01 | 5 | -0/+392 |
| * | | | | | Make case condition more consistent. Remove extra action. Fix incorrect displ... | Kevin Serrano | 2016-10-31 | 2 | -2/+3 |
| * | | | | | Add focus to password field. | Kevin Serrano | 2016-10-31 | 1 | -0/+4 |
| * | | | | | Add password warning div. | Kevin Serrano | 2016-10-31 | 1 | -2/+7 |
| * | | | | | Modify first-screen design to match docs. | Kevin Serrano | 2016-10-31 | 1 | -2/+3 |
| * | | | | | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3... | Kevin Serrano | 2016-10-29 | 5 | -21/+124 |
| |\ \ \ \ \ | |||||
| | * | | | | | Configure BIP44 Keychain as default one | Dan Finlay | 2016-10-29 | 2 | -4/+19 |
| | * | | | | | Fix identicon rendering | Dan Finlay | 2016-10-28 | 1 | -7/+6 |
| | * | | | | | Update first screen to match design. | Dan Finlay | 2016-10-28 | 2 | -10/+99 |
| * | | | | | | Merge branch 'master' into i328-MultiVault | Kevin Serrano | 2016-10-29 | 2 | -9/+8 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Phase out extra warning screen. | Kevin Serrano | 2016-10-26 | 6 | -128/+1 |
| * | | | | | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-10-22 | 2 | -1/+12 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix duplicate provider menu item bug | Dan Finlay | 2016-10-22 | 1 | -6/+1 |
| * | | | | | | | Improved simple account generation | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| * | | | | | | | Began adding first basic keyring | Dan Finlay | 2016-10-21 | 3 | -4/+19 |
| * | | | | | | | Fix tests | Dan Finlay | 2016-10-21 | 1 | -2/+2 |
| * | | | | | | | Linted & added salting to vault | Dan Finlay | 2016-10-21 | 3 | -8/+4 |
| * | | | | | | | Fix state updating after vault creation and unlocking | Dan Finlay | 2016-10-21 | 2 | -2/+9 |
| * | | | | | | | Commented out useless advanced not on init screen | Dan Finlay | 2016-10-21 | 1 | -0/+2 |
| * | | | | | | | Change actions reference to keyringController to background | Dan Finlay | 2016-10-21 | 2 | -25/+25 |
| * | | | | | | | Linted | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| * | | | | | | | Git merge resolution. | Kevin Serrano | 2016-10-20 | 4 | -38/+179 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Intermediary commit. | Kevin Serrano | 2016-10-20 | 2 | -25/+25 |
| * | | | | | | | | Initial work on UI side | Kevin Serrano | 2016-10-16 | 4 | -1/+56 |
| * | | | | | | | | Add minimal method signatures to new keyring controller | Dan Finlay | 2016-10-13 | 1 | -1/+2 |
| * | | | | | | | | Remove additional deprecated action | Dan Finlay | 2016-10-13 | 1 | -15/+0 |
| * | | | | | | | | Remove opinionated seed word code | Dan Finlay | 2016-10-13 | 7 | -486/+4 |
* | | | | | | | | | Begin adding Ropsten support | Dan Finlay | 2016-11-22 | 5 | -3/+34 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | lint fix | Frankie | 2016-11-11 | 1 | -1/+2 |
* | | | | | | | | Fix funny looking errors in conf-tx | Frankie | 2016-11-11 | 2 | -2/+5 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | detect tx error - show warning and fix gasLimit | kumavis | 2016-11-11 | 1 | -0/+9 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Unify warning functions. | Kevin G. Serrano | 2016-11-08 | 3 | -17/+12 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix github link on info page | Dan Finlay | 2016-11-01 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Fix provider menu selection indication | Dan Finlay | 2016-10-26 | 2 | -9/+8 |
| |_|/ |/| | | |||||
* | | | Change regex in isHex function | Frankie | 2016-10-22 | 1 | -4/+1 |
* | | | clean up the isHex function | Frankie | 2016-10-22 | 1 | -3/+4 |
* | | | Add test and ability for isHex to handle hex strings with hex-prefix | Frankie | 2016-10-20 | 1 | -0/+1 |
* | | | Fix up wording | Frankie | 2016-10-20 | 1 | -1/+1 |
* | | | Add valdations to txData param | Frankie | 2016-10-20 | 2 | -0/+12 |
| |/ |/| | |||||
* | | Create callback and Clean-up details | Frankie | 2016-10-14 | 3 | -10/+12 |
* | | fix spelling | Frankie | 2016-10-14 | 1 | -4/+2 |
* | | Specify base 10 in bignumber | Frankie | 2016-10-14 | 1 | -1/+1 |
* | | Fix gasPrice range | Frankie | 2016-10-14 | 4 | -16/+12 |
* | | Merge branch 'master' into i#495CustomGasField | Frankie | 2016-10-12 | 6 | -16/+73 |
|\| | |||||
| * | Merge branch 'master' into i721-ScrollAccountList | Dan Finlay | 2016-10-12 | 5 | -15/+72 |
| |\ | |||||
| | * | Remove logs. | Kevin Serrano | 2016-10-12 | 1 | -3/+0 |
| | * | Cleanup. | Kevin Serrano | 2016-10-12 | 2 | -1/+4 |
| | * | Move tos hash logic to build phase. Create dynamic global variables based on ... | Kevin Serrano | 2016-10-12 | 1 | -1/+1 |
| | * | Prevent back/login buttons from appearing on the terms of service. | Kevin Serrano | 2016-10-07 | 1 | -0/+1 |
| | * | Rewritten to react standards. Way easier. | Kevin Serrano | 2016-10-05 | 1 | -9/+8 |
| | * | Linting. | Kevin Serrano | 2016-10-05 | 1 | -3/+3 |
| | * | Rename drop menu item to be consistent with naming. | Kevin Serrano | 2016-10-05 | 1 | -1/+1 |
| | * | Add relevant legal links to help page. | Kevin Serrano | 2016-10-05 | 1 | -8/+41 |
| | * | Make config page title consistent with menu item. | Kevin Serrano | 2016-10-05 | 1 | -1/+1 |
| | * | Add links to relevant legal pages on user agreement page. | Kevin Serrano | 2016-10-05 | 1 | -2/+6 |
| | * | Add conditional logic for adding listener. | Kevin Serrano | 2016-10-05 | 1 | -3/+5 |
| | * | Add padding to markdown paragraphs. | Kevin Serrano | 2016-10-05 | 1 | -0/+4 |
| | * | Merge branch 'master' into tos | Kevin Serrano | 2016-10-05 | 2 | -3/+7 |
| | |\ | |||||
| | * | | Add CSS rules for proper formatting. | Kevin Serrano | 2016-10-05 | 1 | -1/+7 |
| | * | | Implemented scroll-to-bottom functionality for button activation. | Kevin Serrano | 2016-10-05 | 1 | -2/+10 |
| * | | | Remove flex class from account list container | Dan Finlay | 2016-10-12 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'master' into i#495CustomGasField | Frankie | 2016-10-11 | 2 | -3/+7 |
|\| | | |||||
| * | | Merge branch 'master' into SmallerCopiedButton | Frankie | 2016-10-05 | 1 | -3/+6 |
| |\ \ | |||||
| | * | | Removed hex prefix from private key export | Dan Finlay | 2016-10-05 | 1 | -3/+6 |
| | |/ | |||||
| * / | Make seed word confirmation button font smaller | Dan Finlay | 2016-10-05 | 1 | -0/+1 |
| |/ | |||||
* / | Add custom gas field to send page | Frankie | 2016-10-11 | 3 | -33/+178 |
|/ | |||||
* | Space out purchase details on ShapeShift form | Dan Finlay | 2016-09-16 | 2 | -6/+5 |
* | Merge branch 'master' into i675-LoadingBuy | Dan Finlay | 2016-09-16 | 1 | -4/+15 |
|\ | |||||
| * | Fix CHANGELOG.md and restructure onClick events | Frankie | 2016-09-16 | 1 | -17/+12 |
| * | linting | Frankie | 2016-09-16 | 1 | -21/+22 |
| * | Merge branch 'master' into tx-viz | Frankie | 2016-09-16 | 8 | -17/+84 |
| |\ | |||||
| * | | add tx-viz link to transaction history | Frankie | 2016-09-16 | 1 | -12/+27 |
* | | | Show loading indication when selecting ShapeShift | Dan Finlay | 2016-09-16 | 3 | -11/+12 |
| |/ |/| | |||||
* | | Clean up some of the code | Frankie | 2016-09-16 | 2 | -28/+18 |
* | | 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 | 2 | -37/+49 |
* | | Merge branch 'master' into i#519buyButtonTxConf | Frankie | 2016-09-16 | 1 | -1/+3 |
|\| | |||||
| * | Do not show user rejection errors within our UI. | Dan Finlay | 2016-09-15 | 1 | -1/+3 |
* | | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 7 | -13/+71 |
|/ | |||||
* | Merge branch 'master' into qrCode | Frankie | 2016-09-14 | 5 | -32/+12 |
|\ | |||||
| * | PendingTxDetails - partially remove imagify support | kumavis | 2016-09-14 | 1 | -26/+11 |
| * | Merge branch 'library' of github.com:MetaMask/metamask-plugin into library | kumavis | 2016-09-13 | 3 | -10/+8 |
| |\ | |||||
| * | | ui - remove unused currentDomain prop | kumavis | 2016-09-13 | 4 | -6/+1 |
* | | | Remove unused code in qr actions | Frankie | 2016-09-13 | 1 | -2/+0 |
* | | | Merge branch 'master' into qrCode | Frankie | 2016-09-13 | 3 | -10/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | Ensure loading indication covers fox | Dan Finlay | 2016-09-13 | 1 | -0/+1 |
| * | | Fix single account list formatting | Dan Finlay | 2016-09-13 | 2 | -5/+2 |
| * | | Add accounts back to metamask state | Dan Finlay | 2016-09-13 | 1 | -5/+5 |
| |/ | |||||
* / | Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo... | Frankie | 2016-09-13 | 6 | -45/+47 |
|/ | |||||
* | Revert "Add new eth-lightwallet salting to vault." | Frankie | 2016-09-13 | 5 | -15/+18 |
* | Fix account list formatting when only a single item. | Dan Finlay | 2016-09-12 | 2 | -10/+7 |
* | Camelcase dataset key for react | Dan Finlay | 2016-09-11 | 3 | -8/+8 |
* | Merge branch 'master' into FixLogoPasswordFollow | Kevin Serrano | 2016-09-10 | 1 | -0/+2 |
|\ | |||||
| * | Show loading indication during unlocking. | Dan Finlay | 2016-09-09 | 1 | -0/+2 |
* | | Fix fox logo password following | Dan Finlay | 2016-09-09 | 1 | -2/+1 |
|/ | |||||
* | Merge branch 'master' into FixLogoLeak | Dan Finlay | 2016-09-09 | 6 | -9/+16 |
|\ | |||||
| * | Merge branch 'i#589pendingTxsIssue' of https://github.com/MetaMask/metamask-p... | Frankie | 2016-09-09 | 1 | -14/+3 |
| |\ | |||||
| | * | Merge branch 'master' into i#589pendingTxsIssue | Frankie | 2016-09-09 | 1 | -14/+3 |
| | |\ | |||||
| * | | | Fix wording in changelog and bug | Frankie | 2016-09-09 | 1 | -1/+1 |
| |/ / | |||||
| * | | Remove console.log | Frankie | 2016-09-09 | 1 | -1/+0 |
| * | | Add to CHANGELOG.md and Remove unnecessary catch | Frankie | 2016-09-09 | 1 | -9/+0 |
| * | | Merge branch 'master' into i#589pendingTxsIssue | Frankie | 2016-09-09 | 12 | -176/+111 |
| |\ \ | |||||
| * | | | Add network checks for unconfirmed Txs | Frankie | 2016-09-09 | 5 | -8/+25 |
| * | | | Filter out pending txs based on network from tx history | Frankie | 2016-09-08 | 1 | -1/+1 |
* | | | | Fix new logo related errors | Dan Finlay | 2016-09-09 | 1 | -3/+6 |
| |_|/ |/| | | |||||
* | | | Merge branch 'master' into AddNewLogo | Dan Finlay | 2016-09-09 | 11 | -175/+110 |
|\ \ \ | | |/ | |/| | |||||
| * | | Restore broken variable reference | Dan Finlay | 2016-09-09 | 1 | -0/+1 |
| * | | Merge branch 'ModularFiatBalance' of github.com:MetaMask/metamask-plugin into... | Dan Finlay | 2016-09-09 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into ModularFiatBalance | Dan Finlay | 2016-09-09 | 1 | -1/+1 |
| | |\ \ | |||||
| * | | | | Fix double tooltip | Dan Finlay | 2016-09-09 | 1 | -10/+1 |
| |/ / / | |||||
| * | | | Merge branch 'master' into ModularFiatBalance | Dan Finlay | 2016-09-07 | 3 | -6/+5 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Linted | Dan Finlay | 2016-09-07 | 1 | -23/+22 |
| * | | | Add fiat balances to tx conf view | Dan Finlay | 2016-09-07 | 2 | -9/+7 |
| * | | | Got basic fiat display modularized | Dan Finlay | 2016-09-07 | 3 | -22/+26 |
| * | | | Fix fiat-value | Dan Finlay | 2016-09-07 | 1 | -1/+0 |
| * | | | Nearly finished factoring fiat value into eth-balance | Dan Finlay | 2016-09-07 | 9 | -109/+19 |
| * | | | Continuing fiat balance modularization | Dan Finlay | 2016-09-04 | 3 | -73/+106 |
* | | | | Fix logo usage for metamask-logo v2.0.0 | Dan Finlay | 2016-09-09 | 1 | -14/+3 |
| |_|/ |/| | | |||||
* | | | Fix typo | John Weldon | 2016-09-08 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix capitalization. | Kevin Serrano | 2016-09-07 | 1 | -1/+1 |
* | | Fix typos and refine wording. | Kevin Serrano | 2016-09-07 | 2 | -5/+4 |
|/ | |||||
* | Show conf screen after send request | Dan Finlay | 2016-09-02 | 1 | -2/+1 |
* | Skip loading indication from send screen | Dan Finlay | 2016-09-02 | 1 | -1/+0 |
* | Make element enumeration Edge compatible | Dan Finlay | 2016-08-30 | 1 | -10/+7 |
* | Add tolerance for failed form persisting | Dan Finlay | 2016-08-30 | 1 | -0/+7 |
* | Show custom rpc menu item always | Dan Finlay | 2016-08-30 | 1 | -6/+9 |
* | Fix spelling error | Dan Finlay | 2016-08-27 | 1 | -1/+1 |
* | make the back button its own function | Frankie | 2016-08-27 | 1 | -21/+22 |
* | Merge branch 'master' into i#563forgotPassword | Frankie | 2016-08-26 | 7 | -14/+110 |
|\ | |||||
| * | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-26 | 4 | -11/+97 |
| |\ | |||||
| | * | Linted | Dan Finlay | 2016-08-26 | 1 | -3/+1 |
| | * | Persist shapeshift form input values | Dan Finlay | 2016-08-26 | 1 | -3/+12 |
| | * | Persist send tx form field values | Dan Finlay | 2016-08-26 | 1 | -5/+14 |
| | * | Remove log | Dan Finlay | 2016-08-26 | 1 | -1/+0 |
| | * | Make restore vault form persist | Dan Finlay | 2016-08-26 | 1 | -3/+14 |
| | * | Add persistent form class | Dan Finlay | 2016-08-26 | 1 | -0/+60 |
| * | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-25 | 2 | -7/+4 |
| |\| | |||||
| * | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-24 | 2 | -7/+14 |
| |\ \ | |||||
| * | | | Linted | Dan Finlay | 2016-08-24 | 1 | -1/+0 |
| * | | | Close notification on opening main UI | Dan Finlay | 2016-08-24 | 1 | -7/+1 |
| * | | | Close popup even if last tx is dismissed from main UI | Dan Finlay | 2016-08-24 | 1 | -7/+8 |