Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix provider menu selection indication | Dan Finlay | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | Create callback and Clean-up details | Frankie | 2016-10-14 | 1 | -3/+3 |
| | |||||
* | Specify base 10 in bignumber | Frankie | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Fix gasPrice range | Frankie | 2016-10-14 | 2 | -14/+9 |
| | |||||
* | Merge branch 'master' into i#495CustomGasField | Frankie | 2016-10-11 | 1 | -3/+6 |
|\ | |||||
| * | Removed hex prefix from private key export | Dan Finlay | 2016-10-05 | 1 | -3/+6 |
| | | | | | | | | | | | | For compatibility with Jaxx, MEW, and Geth. Fixes #687 | ||||
* | | Add custom gas field to send page | Frankie | 2016-10-11 | 2 | -0/+65 |
|/ | |||||
* | Space out purchase details on ShapeShift form | Dan Finlay | 2016-09-16 | 1 | -4/+3 |
| | |||||
* | 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 | 3 | -8/+30 |
| |\ | |||||
| * | | 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 | 2 | -0/+50 |
| |/ |/| | |||||
* | | 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 | 3 | -8/+44 |
|/ | |||||
* | Merge branch 'master' into qrCode | Frankie | 2016-09-14 | 1 | -26/+11 |
|\ | |||||
| * | PendingTxDetails - partially remove imagify support | kumavis | 2016-09-14 | 1 | -26/+11 |
| | | |||||
* | | Add qrcode-npm to package.json and swap out Qr Code generator api for ↵ | Frankie | 2016-09-13 | 1 | -3/+11 |
|/ | | | | node-module | ||||
* | Revert "Add new eth-lightwallet salting to vault." | Frankie | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | Camelcase dataset key for react | Dan Finlay | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | Fix fox logo password following | Dan Finlay | 2016-09-09 | 1 | -2/+1 |
| | | | | | | | | The new lightweight svg logo was not following text quite right. The new `lookAt` method was not using the same logic the module was using internally on mouse movement. I simply used that logic and exposed it via the old (expected) API, and got it behaving the way I like. | ||||
* | Fix new logo related errors | Dan Finlay | 2016-09-09 | 1 | -3/+6 |
| | | | | | | | | | Fixed logo deallocation related bugs, had to patch the logo repo itself to add a stopAnimating method. Also tuned up the logo to more closely resemble the old behavior. - Overlaps the title text - Points nose at cursor, not just front of eyes - Cursor is more "distant" from fox, to avoid extreme angles on edges. | ||||
* | Merge branch 'master' into AddNewLogo | Dan Finlay | 2016-09-09 | 7 | -160/+97 |
|\ | |||||
| * | Restore broken variable reference | Dan Finlay | 2016-09-09 | 1 | -0/+1 |
| | | |||||
| * | Fix double tooltip | Dan Finlay | 2016-09-09 | 1 | -10/+1 |
| | | |||||
| * | Merge branch 'master' into ModularFiatBalance | Dan Finlay | 2016-09-07 | 2 | -2/+2 |
| |\ | |||||
| * | | Linted | Dan Finlay | 2016-09-07 | 1 | -23/+22 |
| | | | |||||
| * | | Add fiat balances to tx conf view | Dan Finlay | 2016-09-07 | 1 | -6/+5 |
| | | | |||||
| * | | 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 | 6 | -97/+8 |
| | | | |||||
| * | | 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 |
| |/ |/| | | | | | | | | | | | | | | | - No longer need to check for webGL compliance (svg rendered!) - logo.canvas has been replaced with logo.container, since svg doesn't render to canvas but to an element. Otherwise, worked with very little effort!! Fixes #624 | ||||
* | | Fix capitalization. | Kevin Serrano | 2016-09-07 | 1 | -1/+1 |
| | | |||||
* | | Fix typos and refine wording. | Kevin Serrano | 2016-09-07 | 1 | -1/+1 |
|/ | |||||
* | Fix spelling error | Dan Finlay | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | Persist shapeshift form input values | Dan Finlay | 2016-08-26 | 1 | -3/+12 |
| | |||||
* | Linted | Dan Finlay | 2016-08-25 | 1 | -1/+0 |
| | |||||
* | Improve msg signing padding | Dan Finlay | 2016-08-25 | 1 | -5/+3 |
| | |||||
* | Merge branch 'master' into fox-sub | Kevin Serrano | 2016-08-24 | 4 | -11/+65 |
|\ | |||||
| * | More linting | Dan Finlay | 2016-08-23 | 2 | -4/+1 |
| | | |||||
| * | Linted | Dan Finlay | 2016-08-23 | 3 | -7/+3 |
| | | |||||
| * | Removed view more button, added account info button. | Dan Finlay | 2016-08-23 | 4 | -17/+58 |
| | | | | | | | | | | | | Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that. | ||||
| * | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-23 | 7 | -12/+235 |
| |\ | |||||
| * \ | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-19 | 1 | -8/+9 |
| |\ \ | |||||
| * | | | Change 'View More' to 'Show More' | Dan Finlay | 2016-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Linted | Dan Finlay | 2016-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added `view more` button to transaction list | Dan Finlay | 2016-08-19 | 1 | -7/+26 |
| | | | | | | | | | | | | | | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message. | ||||
* | | | | Linting. | Kevin Serrano | 2016-08-24 | 1 | -2/+1 |
| | | | | |||||
* | | | | Created option to pass in static file for fallback for logo. | Kevin Serrano | 2016-08-24 | 1 | -3/+5 |
| | | | | |||||
* | | | | Merge branch 'master' into fox-sub | Kevin Serrano | 2016-08-23 | 2 | -5/+8 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix issue where if given a balance that does not need to be parsed will not ↵ | Frankie | 2016-08-20 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | be parsed | ||||
* | | | | Modify logic for component update. | Kevin Serrano | 2016-08-20 | 1 | -5/+4 |
| | | | | |||||
* | | | | Create replacement logo for non-webgl | Kevin Serrano | 2016-08-20 | 1 | -2/+8 |
|/ / / | |||||
* | | | Merge branch 'master' into shapeshiftTx | Dan Finlay | 2016-08-19 | 1 | -8/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix rounding issues. | Kevin Serrano | 2016-08-19 | 1 | -8/+9 |
| |/ | |||||
* | | Remove "+" from shapeshift tx and change wording in CHANGELOG | Frankie | 2016-08-19 | 1 | -21/+7 |
| | | |||||
* | | Make ballance teal for shapeshift tx and add to change log | Frankie | 2016-08-19 | 2 | -3/+5 |
| | | |||||
* | | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 2 | -55/+90 |
| | | |||||
* | | Add api Public key | Frankie | 2016-08-19 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into shapeshiftTx | Frankie | 2016-08-19 | 4 | -2/+152 |
|\| | |||||
| * | Added compliance for tests and properly accounts for N/A conversions. | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | | |||||
| * | Lint. | Kevin Serrano | 2016-08-17 | 1 | -4/+5 |
| | | |||||
| * | Remove logs. | Kevin Serrano | 2016-08-17 | 1 | -3/+0 |
| | | |||||
| * | Hide conversions when API fails. | Kevin Serrano | 2016-08-17 | 1 | -29/+42 |
| | | |||||
| * | Add fallback to API failure. | Kevin Serrano | 2016-08-17 | 1 | -1/+5 |
| | | |||||
| * | linting and ignoring. | Kevin Serrano | 2016-08-17 | 2 | -2/+1 |
| | | |||||
| * | Divided eth components for tx and account detail. | Kevin Serrano | 2016-08-17 | 2 | -14/+126 |
| | | |||||
| * | Merge master. | Kevin Serrano | 2016-08-16 | 6 | -16/+657 |
| |\ | |||||
| | * | Add margin to "go to test faucet" button and show more of the address on qr ↵ | Frankie | 2016-08-15 | 2 | -1/+8 |
| | | | | | | | | | | | | code page | ||||
| * | | Fix default value. Add loading indication for async. | Kevin Serrano | 2016-08-10 | 1 | -3/+1 |
| | | | |||||
| * | | Get fiat numbers rendering on tooltip. Need to find way to create line breaks. | Kevin Serrano | 2016-08-06 | 1 | -2/+21 |
| | | | |||||
* | | | WIP: ShapeShift tx | Frankie | 2016-08-19 | 4 | -4/+198 |
| |/ |/| | |||||
* | | Remove ethereum classic provider | Dan Finlay | 2016-08-15 | 2 | -15/+0 |
| | | | | | | | | Fixes #542 | ||||
* | | Add multi message capability to Qr view for market info | Frankie | 2016-08-13 | 2 | -3/+13 |
| | | |||||
* | | Add a to test faucet button | Frankie | 2016-08-13 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into buyForm | Frankie | 2016-08-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add network indicator class to loading image | Dan Finlay | 2016-08-12 | 1 | -1/+1 |
| |/ | |||||
* | | Change buy forms so that they are their own view and add Qr-code | Frankie | 2016-08-13 | 4 | -139/+178 |
| | | |||||
* | | Even out some of the margins | Frankie | 2016-08-11 | 1 | -2/+4 |
| | | |||||
* | | Fix typo for copyButton | Frankie | 2016-08-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into buyForm | Frankie | 2016-08-11 | 4 | -10/+37 |
|\| | |||||
| * | Fix reference in drop menu item | Dan Finlay | 2016-07-30 | 1 | -2/+3 |
| | | |||||
| * | Fix network name reference | Dan Finlay | 2016-07-30 | 1 | -1/+6 |
| | | | | | | | | When adding the classic network to the menu, I left a reference to a property that is not always existent, so we needed a fallback for it. | ||||
| * | Add eth classic to provider menu | Dan Finlay | 2016-07-29 | 2 | -8/+27 |
| | | |||||
| * | Implement some cross-browser practices (#473) | Dan Finlay | 2016-07-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests | ||||
| * | Triage a strange undefined balance error | Dan Finlay | 2016-07-16 | 1 | -1/+2 |
| | | |||||
* | | Create "buy form" add shape shift | Frankie | 2016-08-11 | 3 | -0/+595 |
|/ | |||||
* | new tx - calculate estimatedGas and show thing in tx-details (#441) | kumavis | 2016-07-14 | 1 | -8/+7 |
| | | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog | ||||
* | Fix eth balance tooltip to show 6 decimals (#440) | Frankie | 2016-07-14 | 2 | -2/+3 |
| | | | | | | | | | | | | * Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log | ||||
* | Merge branch 'master' into FixSvgIcons | Dan Finlay | 2016-07-12 | 3 | -116/+31 |
|\ | |||||
| * | Integrate changes back into eth-balance | Kevin Serrano | 2016-07-12 | 3 | -105/+30 |
| | | |||||
| * | Move shorten balance to util. Add as property of generateBalance object output. | Kevin Serrano | 2016-07-12 | 2 | -21/+11 |
| | | |||||
* | | Linted | Dan Finlay | 2016-07-12 | 1 | -2/+1 |
| | | |||||
* | | Fix imageification of recipient | Dan Finlay | 2016-07-12 | 1 | -3/+4 |
|/ | |||||
* | lint | Kevin Serrano | 2016-07-09 | 1 | -5/+5 |
| | |||||
* | Implement alternate shortening scheme. | Kevin Serrano | 2016-07-09 | 2 | -6/+25 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 2 | -18/+51 |
|\ | | | | | | | ui-fixth-width-tx-history | ||||
| * | eth-balance fix | kumavis | 2016-07-08 | 1 | -1/+10 |
| | | |||||
| * | lint - dingle dangle comma tangle | kumavis | 2016-07-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 1 | -10/+1 |
| |\ | | | | | | | | | | ConfirmationStyle | ||||
| * | | notif - add support for forward carrat | kumavis | 2016-07-08 | 1 | -13/+41 |
| | | | |||||
| * | | ui - remove doubled eth-balance | kumavis | 2016-07-08 | 2 | -5/+1 |
| | | | |||||
* | | | Resolve merge conflict. | Kevin Serrano | 2016-07-08 | 5 | -60/+308 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixed eth_balance style, completing partial merge | Dan Finlay | 2016-07-08 | 1 | -10/+1 |
| |/ | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 1 | -1/+2 |
| |\ | | | | | | | | | | ConfirmationStyle | ||||
| * | | lint fix | kumavis | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 1 | -21/+36 |
| |\ \ | | | | | | | | | | | | | ConfirmationStyle | ||||
| * | | | Restore button naming consistency | Dan Finlay | 2016-07-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add nickname rendering for recipient address | Dan Finlay | 2016-07-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Linted | Dan Finlay | 2016-07-08 | 2 | -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 | 2 | -18/+36 |
| | | | | |||||
| * | | | Add configurable params to eth-balance | Dan Finlay | 2016-07-08 | 1 | -10/+17 |
| | | | | |||||
| * | | | Make mini account panel labels fully configurable | Dan Finlay | 2016-07-08 | 2 | -28/+42 |
| | | | | |||||
| * | | | Remove formatBalance.formatted references | Dan Finlay | 2016-07-08 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -20/+15 |
| |\ \ \ | |||||
| * | | | | Correct data length calculation | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update gas cost | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix sender balance rendering in pending tx details | Dan Finlay | 2016-07-07 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | Linted | Dan Finlay | 2016-07-07 | 2 | -29/+6 |
| | | | | | |||||
| * | | | | Fixed up pending-tx-details | Dan Finlay | 2016-07-07 | 2 | -23/+27 |
| | | | | | |||||
| * | | | | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 3 | -30/+84 |
| | | | | | |||||
| * | | | | Merged latest balance formatting code | Dan Finlay | 2016-07-07 | 2 | -16/+21 |
| |\ \ \ \ | |||||
| * | | | | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 3 | -16/+174 |
| | | | | | | |||||
* | | | | | | Pass the linters. | Kevin Serrano | 2016-07-08 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | Add new component for tx-history to avoid messing with other styles. Add ↵ | Kevin Serrano | 2016-07-08 | 2 | -1/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixed width specifically to this style. | ||||
* | | | | | | Modified test views again. Added fixed length to center tx information. | Kevin Serrano | 2016-07-08 | 1 | -1/+4 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Add new test state with tx history. Fix alignment issue with transaction ↵ | Kevin Serrano | 2016-07-08 | 1 | -1/+2 |
| |_|_|/ |/| | | | | | | | | | | | history text. | ||||
* | | | | Change function name to generateBalanceObject | Frankie | 2016-07-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add method to deal with small decimals and create the object for eth-balance ↵ | Frankie | 2016-07-08 | 1 | -17/+22 |
| |_|/ |/| | | | | | | | | component | ||||
* | | | Revert back to original formatBalance | Frankie | 2016-07-08 | 1 | -20/+15 |
| |/ |/| | |||||
* | | Add a postion option for tool tip | Frankie | 2016-07-07 | 2 | -1/+2 |
| | | |||||
* | | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -15/+19 |
|/ | |||||
* | Put network status checkmarks at end of row | Dan Finlay | 2016-07-02 | 1 | -0/+2 |
| | |||||
* | Implemt new account layout | Frankie | 2016-07-01 | 2 | -8/+19 |
| | |||||
* | WIP: Working on new layout | Frankie | 2016-07-01 | 1 | -1/+17 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-06-30 | 3 | -0/+86 |
|\ | | | | | | | networkIndication | ||||
| * | Unify tooltip styles | Dan Finlay | 2016-06-30 | 2 | -2/+23 |
| | | | | | | | | | | | | Made a local tooltip component for replicating our tooltip styles wherever we use tooltips. Applied that tooltip to other items that had tooltips. | ||||
| * | Merge branch 'master' into CopyTxHash | Dan Finlay | 2016-06-30 | 1 | -3/+3 |
| |\ | |||||
| * | | Add tooltip to copy button | Dan Finlay | 2016-06-30 | 1 | -10/+41 |
| | | | |||||
| * | | Use clipboard icon for copy button | Dan Finlay | 2016-06-30 | 1 | -3/+8 |
| | | | |||||
| * | | Add copy button to transaction list | Dan Finlay | 2016-06-30 | 1 | -0/+3 |
| | | | |||||
| * | | Add CopyButton component | Dan Finlay | 2016-06-30 | 1 | -0/+26 |
| | | | |||||
* | | | Merge branch 'master' into networkIndication | Frankie | 2016-06-30 | 1 | -3/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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. | ||||
* | | Add to change log | Frankie | 2016-06-30 | 2 | -20/+19 |
| | | |||||
* | | Add network name to indicator and some css fixes | Frankie | 2016-06-30 | 2 | -10/+33 |
| | | | | | | | | | | -also fix custom net work bug in drop down where it thinks local:8545 is custom. | ||||
* | | Add ✓ charchter to indicate active network | Frankie | 2016-06-30 | 1 | -0/+20 |
|/ | |||||
* | Modify network icons to reflect current design. (#355) | Kevin Serrano | 2016-06-29 | 1 | -2/+2 |
| | | | | | | * Modify network icons to reflect current design. * Switch icons around. | ||||
* | Second layer of 20 character check modified. | Kevin Serrano | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Changelog update and reduce allowed characters from 30 to 20. | Kevin Serrano | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into title-truncate | Kevin Serrano | 2016-06-29 | 1 | -2/+4 |
|\ | |||||
| * | Code style fix. | Kevin Serrano | 2016-06-29 | 1 | -2/+2 |
| | | |||||
| * | Merge changelog. | Kevin Serrano | 2016-06-29 | 2 | -2/+2 |
| |\ | |||||
| * | | Additional length check just in case. | Kevin Serrano | 2016-06-29 | 1 | -2/+3 |
| | | | |||||
| * | | Enforce 30 character limit on wallet name. | Kevin Serrano | 2016-06-29 | 1 | -0/+1 |
| | | | |||||
* | | | Wallet name now is properly truncated. | Kevin Serrano | 2016-06-29 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Change color of failure to yellow. Change pending to ellipsis. (#338) | Kevin Serrano | 2016-06-29 | 2 | -2/+2 |
|/ | | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog. | ||||
* | clean - appease the linting machine | kumavis | 2016-06-25 | 2 | -27/+9 |
| | |||||
* | svg notif now work for msg signatures | kumavis | 2016-06-25 | 3 | -33/+62 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-06-25 | 1 | -1/+1 |
|\ | | | | | | | conf-tx-refactor | ||||
| * | identicon - default to imageify | kumavis | 2016-06-25 | 1 | -1/+1 |
| | | |||||
* | | breakout pending-tx-details | kumavis | 2016-06-25 | 3 | -29/+72 |
|/ | |||||
* | pending-tx pass the identicon pref on | kumavis | 2016-06-24 | 2 | -0/+2 |
| | |||||
* | account-panel combine panel into account-panel | kumavis | 2016-06-24 | 2 | -66/+37 |
| | |||||
* | icon-factory - overhaul to provide svg or imagified el | kumavis | 2016-06-24 | 2 | -8/+5 |
| | |||||
* | tx-conf add non-interactive mode for notification | kumavis | 2016-06-24 | 2 | -11/+20 |
| | |||||
* | svg notifications - remove unneeded deps and clean code | kumavis | 2016-06-24 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notif | kumavis | 2016-06-24 | 2 | -3/+3 |
|\ | |||||
| * | Swap out Transat font for Montserrat | Frankie | 2016-06-23 | 2 | -3/+3 |
| | | |||||
* | | initial svg notifications | kumavis | 2016-06-23 | 1 | -5/+11 |
|/ | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 12 | -42/+19 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 15 | -116/+98 |
| | |||||
* | Fix tx approval address formatting | Dan Finlay | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | Merge pull request #286 from MetaMask/FixSpinner | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
|\ | | | | | Made network spinner clickable | ||||
| * | Made network spinner clickable | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
| | | | | | | | | | | | | Opens network menu, for when network is unreachable. Fixes #279 | ||||
* | | Let account address take more space in account list | Dan Finlay | 2016-06-15 | 1 | -2/+1 |
|/ | |||||
* | Size export confirmation input | Frankie | 2016-06-13 | 2 | -2/+6 |
| | |||||
* | Fix edit text | Frankie | 2016-06-13 | 1 | -1/+1 |
| | | | | and edit label alighment | ||||
* | Cache identicons | Dan Finlay | 2016-06-07 | 1 | -11/+6 |
| | | | | | | | | Fixes #197 Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts! We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes. | ||||
* | Merge branch 'master' into uiFixes | Frankie | 2016-06-06 | 1 | -0/+65 |
|\ | |||||
| * | Add provider menu on clicking network status indicator. | Dan Finlay | 2016-06-04 | 1 | -6/+26 |
| | | | | | | | | Also simplifies network status icons. | ||||
| * | Clicking network status indicator reveals provider menu | Dan Finlay | 2016-06-04 | 1 | -1/+2 |
| | | |||||
| * | Blockchain status now updates on availability change | Dan Finlay | 2016-06-04 | 1 | -6/+4 |
| | | |||||
| * | Add network loading indication | Dan Finlay | 2016-06-04 | 1 | -0/+8 |
| | | |||||
| * | Differentiate icon name from hover text | Dan Finlay | 2016-06-04 | 1 | -12/+16 |
| | | |||||
| * | Some minor linting | Dan Finlay | 2016-06-04 | 1 | -4/+4 |
| | | |||||
| * | Make hover text more human friendly | Dan Finlay | 2016-06-04 | 1 | -4/+4 |
| | | |||||
| * | network status getting set upon start-up and showing in title bar but not ↵ | Zac Mitton | 2016-06-02 | 1 | -0/+34 |
| | | | | | | | | auto-updating yet | ||||
* | | Add css to resize and alighn input for editable lable | Frankie | 2016-06-06 | 1 | -2/+2 |
|/ | |||||
* | Fix build error | Dan Finlay | 2016-05-27 | 1 | -5/+2 |
| | |||||
* | Remove etherscan links from non standard blockchains | Dan Finlay | 2016-05-27 | 1 | -2/+9 |
| | |||||
* | Fix network reference part 2 | Dan Finlay | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Fix network reference | Dan Finlay | 2016-05-27 | 2 | -2/+2 |
| | |||||
* | Add clicking txs in list shows tx conf screen | Dan Finlay | 2016-05-27 | 2 | -3/+12 |
| | |||||
* | Add pending messages to sign to tx list | Dan Finlay | 2016-05-27 | 3 | -54/+94 |
| | |||||
* | Merge pull request #222 from MetaMask/balances | kumavis | 2016-05-26 | 1 | -10/+2 |
|\ | | | | | Fixes #206 | ||||
| * | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 1 | -10/+2 |
| | | |||||
* | | Move transaction list item into its own component | Dan Finlay | 2016-05-26 | 2 | -107/+133 |
| | | |||||
* | | Make transaction list into actual React Component | Dan Finlay | 2016-05-26 | 1 | -35/+43 |
|/ | |||||
* | bugfix - exportAccount - fix copyToClipboard | kumavis | 2016-05-23 | 1 | -0/+1 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -0/+52 |
| | | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature. | ||||
* | Improve tx list style | Dan Finlay | 2016-05-20 | 1 | -25/+2 |
| | | | | Tx list no longer enlarges on hover, and failed transactions no longer have hover styles nor direct to an explorer page. | ||||
* | Do not forward to null tx explorer page | Dan Finlay | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Render failed tx in tx list | Dan Finlay | 2016-05-20 | 1 | -7/+28 |
| | |||||
* | Add special rendering for contracts in transaction list | Dan Finlay | 2016-05-20 | 1 | -14/+39 |
| | |||||
* | Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballs | kumavis | 2016-05-19 | 1 | -0/+31 |
|\ | |||||
| * | Merge pull request #190 from MetaMask/MenuDroppo | kumavis | 2016-05-19 | 1 | -0/+31 |
| |\ | | | | | | | Drop-down menu | ||||
| | * | Finish clean implementation of drop-down menu | Dan Finlay | 2016-05-19 | 1 | -1/+1 |
| | | | |||||
| | * | Add dynamic list item styles | Dan Finlay | 2016-05-19 | 1 | -0/+31 |
| | | | |||||
* | | | ui - redesign - txList improved | kumavis | 2016-05-19 | 1 | -25/+83 |
|/ / | |||||
* / | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -0/+40 |
|/ | |||||
* | ui - txList - add time | kumavis | 2016-05-14 | 1 | -0/+11 |
| | |||||
* | ui - txlist - better scroll bar positioning | kumavis | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | ui - fix account-export margin | kumavis | 2016-05-14 | 1 | -13/+22 |
| | |||||
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 2 | -41/+56 |
| | |||||
* | clean - remove logging from tx list | kumavis | 2016-05-14 | 1 | -1/+0 |
| | |||||
* | ui - redesign - account details | kumavis | 2016-05-11 | 1 | -6/+8 |
| | |||||
* | hotfix - identicon jazz bug | kumavis | 2016-05-11 | 1 | -2/+6 |
| | |||||
* | Began adding jazzicons | Dan Finlay | 2016-05-11 | 3 | -11/+53 |
| | | | | | | | | Currently experiencing a few problems: 1. Tons of errors on app start. It's as if Jazzicon is getting called many times at start with some object as its diameter. 2. Weird visual glitches. When leaving a view with a jazzicon, it flashes off its border radius. 3. Messy transitions. Might want to just re-do the transitions. They just look awful, it's barely worthwhile. | ||||
* | Style transaction list using new panel component | Dan Finlay | 2016-05-07 | 1 | -26/+48 |
| | |||||
* | Move account panel style into reusable component | Dan Finlay | 2016-05-07 | 3 | -62/+96 |
| | | | | | | | | The styles that defined the `account-panel` component now belong to the `panel` component, which is now used by the `account-panel` component for its styles. It accepts an optional `onClick` property that it will fire when clicked! Planning to use it for the tx-list. | ||||
* | Always show transaction list | Dan Finlay | 2016-05-06 | 1 | -18/+10 |
| | |||||
* | Move account export to subview | Dan Finlay | 2016-05-05 | 2 | -1/+88 |
| | | | | | | | | | | Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it. Clicking `export` now slide replaces the transaction list with the export UI. Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list. For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master. | ||||
* | Improve tx UI | Dan Finlay | 2016-05-04 | 2 | -0/+14 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 3 | -0/+155 |
| | | | | | | | | | | 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. | ||||
* | Convert icons to identicons | Dan Finlay | 2016-04-30 | 1 | -2/+10 |
| | |||||
* | Persist selected account | Dan Finlay | 2016-04-26 | 1 | -4/+2 |
| | | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it! | ||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -1/+1 |
| | | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection. | ||||
* | Improve transaction list title | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 1 | -36/+6 |
| | |||||
* | Improve some UI formatting | Dan Finlay | 2016-04-20 | 1 | -12/+32 |
| | |||||
* | Moved transaction-list into its own component | Dan Finlay | 2016-04-20 | 1 | -0/+49 |
| | |||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 2 | -0/+158 |