| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | Add sidebar click handler to overlay | sdtsui | 2017-08-07 | 1 | -2/+11 |
| * | | | | | | | | | | | | Refactor app-header css, including box shadow and z-index | sdtsui | 2017-08-07 | 4 | -27/+46 |
| * | | | | | | | | | | | | Add fine css tweaks to hero balance - laptop | sdtsui | 2017-08-07 | 2 | -21/+11 |
| * | | | | | | | | | | | | Adjust hero balance on mobile | sdtsui | 2017-08-07 | 1 | -26/+31 |
| * | | | | | | | | | | | | Adjust size of buttons for 576-780+px range | sdtsui | 2017-08-07 | 1 | -19/+5 |
| * | | | | | | | | | | | | Fix font size of eth display for 576-780px vw | sdtsui | 2017-08-07 | 2 | -3/+20 |
| * | | | | | | | | | | | | Normalize sidebar dimensions and adjust hero button responsiveness | sdtsui | 2017-08-07 | 4 | -26/+57 |
| * | | | | | | | | | | | | Implement hero balance UI, mobile | sdtsui | 2017-08-07 | 3 | -51/+92 |
| * | | | | | | | | | | | | Position account display and burger in mobile tx view | sdtsui | 2017-08-07 | 2 | -7/+42 |
| * | | | | | | | | | | | | Disable debug styles | sdtsui | 2017-08-07 | 1 | -17/+17 |
| * | | | | | | | | | | | | Move remaining debug, fonts, reset, and transitions into inverted triangle | sdtsui | 2017-08-07 | 13 | -392/+343 |
| * | | | | | | | | | | | | Move debug and colors to itcss | sdtsui | 2017-08-07 | 3 | -5/+33 |
| * | | | | | | | | | | | | Remove output folder | sdtsui | 2017-08-07 | 3 | -1177/+1 |
| * | | | | | | | | | | | | Remove unncessary sourcemaps from css output/ | sdtsui | 2017-08-07 | 14 | -1264/+0 |
| * | | | | | | | | | | | | Organize app components scss | sdtsui | 2017-08-07 | 19 | -818/+2115 |
| * | | | | | | | | | | | | Organize app components | sdtsui | 2017-08-07 | 3 | -133/+68 |
| * | | | | | | | | | | | | Move generic button components and body styles to components and generic, res... | sdtsui | 2017-08-07 | 9 | -311/+358 |
| * | | | | | | | | | | | | Move old colors intro settings/variables | sdtsui | 2017-08-07 | 2 | -8/+18 |
| * | | | | | | | | | | | | Add inverted triangle css (itcss) folder structure | sdtsui | 2017-08-07 | 14 | -0/+14 |
| * | | | | | | | | | | | | Cleanup css and gulpfile post-migration | sdtsui | 2017-08-07 | 4 | -1188/+3 |
| * | | | | | | | | | | | | Migrate from css to scss + autoprefixer | sdtsui | 2017-08-07 | 10 | -6/+2374 |
| * | | | | | | | | | | | | Add rough layout for flat layout tx details, add notes for breakpoints | sdtsui | 2017-08-03 | 2 | -23/+56 |
| * | | | | | | | | | | | | Implement 'clear buttons' for tx view | sdtsui | 2017-08-03 | 4 | -47/+57 |
| * | | | | | | | | | | | | Fix color for large password input | sdtsui | 2017-08-03 | 1 | -1/+1 |
| * | | | | | | | | | | | | Add notes for @Zanibar, with props.isUnlocked and currentView.name logs | sdtsui | 2017-08-03 | 1 | -0/+4 |
| * | | | | | | | | | | | | Fix background color for lock screen | sdtsui | 2017-08-03 | 1 | -0/+1 |
| * | | | | | | | | | | | | Isolate routing logic for isUnlocked, remove stray logs | sdtsui | 2017-08-03 | 6 | -21/+49 |
| * | | | | | | | | | | | | Finalize sidebar dimensions | sdtsui | 2017-08-03 | 3 | -31/+33 |
| * | | | | | | | | | | | | Finalize height for main screens, excluding sidebar | sdtsui | 2017-08-03 | 3 | -6/+5 |
| * | | | | | | | | | | | | Finalize width of main container for all viewports | sdtsui | 2017-08-03 | 1 | -12/+19 |
| * | | | | | | | | | | | | Make mobile view flush with header | sdtsui | 2017-08-03 | 2 | -20/+30 |
| * | | | | | | | | | | | | Add note for styling buttons | sdtsui | 2017-08-03 | 1 | -0/+2 |
| * | | | | | | | | | | | | Isolate container component, add refactor notes | sdtsui | 2017-08-03 | 2 | -19/+57 |
| * | | | | | | | | | | | | Adjust header spacing for 500px and 900px heights | sdtsui | 2017-08-03 | 2 | -14/+5 |
| * | | | | | | | | | | | | Adjust sidebar transition using @cjeria\'s feedback | sdtsui | 2017-08-03 | 1 | -10/+6 |
| * | | | | | | | | | | | | Ensure app-header is rendered in responsive layout | sdtsui | 2017-08-03 | 1 | -1/+2 |
| * | | | | | | | | | | | | Cleanup send, move send token into separate func to make room for send ETH | sdtsui | 2017-08-03 | 2 | -35/+220 |
| * | | | | | | | | | | | | Move overlay out of transition area | sdtsui | 2017-08-03 | 1 | -17/+18 |
| * | | | | | | | | | | | | Hook up css animation | sdtsui | 2017-08-03 | 2 | -41/+73 |
| * | | | | | | | | | | | | Add notes for overlay click action | sdtsui | 2017-08-03 | 1 | -0/+1 |
| * | | | | | | | | | | | | Implement custom sidebar, with close button | sdtsui | 2017-08-03 | 3 | -13/+82 |
| * | | | | | | | | | | | | Integrate slideout menu with tx view | sdtsui | 2017-08-03 | 4 | -16/+46 |
| * | | | | | | | | | | | | Hook up responsive sidebar | sdtsui | 2017-08-03 | 4 | -3/+27 |
| * | | | | | | | | | | | | Add burger icon and phone-visible media queries | sdtsui | 2017-08-03 | 2 | -4/+9 |
| * | | | | | | | | | | | | Make wallet view visible iff vw above 575px | sdtsui | 2017-08-03 | 4 | -5/+25 |
| * | | | | | | | | | | | | Hook up send button to Send Token screen | sdtsui | 2017-08-01 | 1 | -1/+12 |
| * | | | | | | | | | | | | Implement mobile-friendly responsive layout with flex wrap | sdtsui | 2017-08-01 | 4 | -4/+16 |
| * | | | | | | | | | | | | Add rough layout for tx list items | sdtsui | 2017-08-01 | 1 | -0/+60 |
| * | | | | | | | | | | | | Add tx-view content divider component | sdtsui | 2017-08-01 | 1 | -5/+6 |
| * | | | | | | | | | | | | Add hyperscript for tx-view tabs | sdtsui | 2017-08-01 | 1 | -9/+27 |
| * | | | | | | | | | | | | Add TxView, use width percentages instead of flex-grow for layout | sdtsui | 2017-08-01 | 3 | -5/+61 |
| * | | | | | | | | | | | | Adjust button styles to left align with wallet text | sdtsui | 2017-08-01 | 1 | -7/+4 |
| * | | | | | | | | | | | | Use DIN OT in wallet view | sdtsui | 2017-08-01 | 2 | -6/+13 |
| * | | | | | | | | | | | | Adjust popup size to 545x450; refactor wallet view to fit | sdtsui | 2017-08-01 | 2 | -60/+28 |
| * | | | | | | | | | | | | Isolate wallet-content-display component | sdtsui | 2017-07-31 | 2 | -2/+62 |
| * | | | | | | | | | | | | Add layout for Buy and Send buttons | sdtsui | 2017-07-31 | 1 | -1/+44 |
| * | | | | | | | | | | | | Add hyperscript for wallet display component | sdtsui | 2017-07-31 | 1 | -4/+48 |
| * | | | | | | | | | | | | Center account name and dropdowns | sdtsui | 2017-07-31 | 2 | -8/+7 |
| * | | | | | | | | | | | | Add note for later on isolating components | sdtsui | 2017-07-31 | 1 | -1/+1 |
| * | | | | | | | | | | | | Add box shadow to main container | sdtsui | 2017-07-31 | 1 | -0/+1 |
| * | | | | | | | | | | | | Add containers for wallet view and dropdown UI | sdtsui | 2017-07-31 | 2 | -3/+84 |
| * | | | | | | | | | | | | Add layout for main container elements | sdtsui | 2017-07-31 | 2 | -12/+49 |
| * | | | | | | | | | | | | Remove old header space | sdtsui | 2017-07-31 | 1 | -11/+0 |
| * | | | | | | | | | | | | Adjust dimensions of popup.html and app bar to match | sdtsui | 2017-07-31 | 1 | -1/+1 |
| * | | | | | | | | | | | | Adjust button styles for Send Token screen | sdtsui | 2017-07-31 | 2 | -1/+2 |
| * | | | | | | | | | | | | Adjust copy in send token confirmation screen | sdtsui | 2017-07-30 | 1 | -2/+2 |
| * | | | | | | | | | | | | Move action buttons out of send token container, tweak styles | sdtsui | 2017-07-30 | 1 | -38/+40 |
| * | | | | | | | | | | | | Simplify btn-green colors | sdtsui | 2017-07-30 | 3 | -4/+4 |
| * | | | | | | | | | | | | Enhance button and input css reset to protect from user agent stylesheet | sdtsui | 2017-07-30 | 1 | -0/+4 |
| * | | | | | | | | | | | | Add rounded background to total token, with minor styling tweaks | sdtsui | 2017-07-30 | 4 | -29/+180 |
| * | | | | | | | | | | | | Add note to self, for future code cleanup | sdtsui | 2017-07-30 | 1 | -1/+7 |
| * | | | | | | | | | | | | Add content boxes to pendingTx, prep for reusability | sdtsui | 2017-07-30 | 1 | -330/+179 |
| * | | | | | | | | | | | | Cleanup unnecessary pending tx-switching logic | sdtsui | 2017-07-30 | 1 | -60/+19 |
| * | | | | | | | | | | | | [WIP] Isolate form logic from rest of confirmation UI | sdtsui | 2017-07-30 | 1 | -22/+27 |
| * | | | | | | | | | | | | Clean up send screen | sdtsui | 2017-07-30 | 1 | -2/+6 |
| * | | | | | | | | | | | | Center action buttons, add minor style adjustments | sdtsui | 2017-07-30 | 2 | -58/+88 |
| * | | | | | | | | | | | | Center send token content; hook up 'Next' and 'Cancel' buttons | sdtsui | 2017-07-30 | 3 | -173/+203 |
| * | | | | | | | | | | | | Add high-level css layout for Send Token | sdtsui | 2017-07-30 | 1 | -23/+78 |
| * | | | | | | | | | | | | Add responsive container; add send token copy | sdtsui | 2017-07-30 | 2 | -93/+53 |
| * | | | | | | | | | | | | Add token logo to send screen | sdtsui | 2017-07-30 | 2 | -2/+32 |
| * | | | | | | | | | | | | Rearrange header components: closer to redesigned UI | sdtsui | 2017-07-30 | 1 | -31/+18 |
| * | | | | | | | | | | | | Add for use in main header | sdtsui | 2017-07-30 | 2 | -1/+3 |
| * | | | | | | | | | | | | [WIP] Propose more scaleable color management | sdtsui | 2017-07-30 | 1 | -0/+2 |
* | | | | | | | | | | | | | Revert "NetworkController refactor for new EthClient interface" | kumavis | 2017-10-19 | 1 | -1/+1 |
* | | | | | | | | | | | | | Increase line-height for account nicknames | Daijiro Wachi | 2017-10-18 | 1 | -0/+1 |
* | | | | | | | | | | | | | Move etherscan link logic into module | Dan Finlay | 2017-10-14 | 5 | -35/+3 |
* | | | | | | | | | | | | | Merge pull request #2318 from MetaMask/network-controller-client | Frankie | 2017-10-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | ui - network - fix localhost active status | kumavis | 2017-10-11 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|
* / | | | | | | | | | | | | Fix link to token support page | Dan Finlay | 2017-10-12 | 1 | -1/+1 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2296 from MetaMask/precision-fix | Dan Finlay | 2017-10-10 | 1 | -4/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fix precision to account for small wei increase. | Kevin Serrano | 2017-10-06 | 1 | -4/+7 |
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | More appropriate styling | Sergey Ukustov | 2017-10-08 | 1 | -1/+2 |
* | | | | | | | | | | | | Merge branch 'master' into SignTypedData | Dan Finlay | 2017-10-06 | 5 | -32/+27 |
|\| | | | | | | | | | | |
|
| * | | | | | | | | | | | Revert to normal balances. | Kevin Serrano | 2017-10-05 | 2 | -5/+5 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #2175 from MetaMask/RemoveSlackLink | Kevin Serrano | 2017-10-04 | 1 | -7/+0 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into RemoveSlackLink | Kevin Serrano | 2017-10-03 | 6 | -237/+669 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into RemoveSlackLink | Kevin Serrano | 2017-09-27 | 3 | -7/+9 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Remove slack link | Dan Finlay | 2017-09-27 | 1 | -7/+0 |
| | | |_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #2251 from BrandenSoropia/remove-metamask-title | Kevin Serrano | 2017-10-04 | 1 | -8/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Removed MetaMasktitle. Fixed #1730. | Branden Soropia | 2017-10-02 | 1 | -8/+0 |
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| * / | | | | | | | | | | | ui - tx history - simplify error+warning display code | kumavis | 2017-10-03 | 1 | -12/+22 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' | Sergey Ukustov | 2017-10-03 | 2 | -26/+9 |
|\| | | | | | | | | | | |
|
| * | | | | | | | | | | | network - remove long dead etherscan provider code | kumavis | 2017-09-30 | 1 | -10/+0 |
| * | | | | | | | | | | | network - convert localhost from custom rpc to network type | kumavis | 2017-09-30 | 2 | -16/+9 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Respect code style | Sergey Ukustov | 2017-09-30 | 2 | -3/+2 |
* | | | | | | | | | | | Add eth_signTypedData handler | Sergey Ukustov | 2017-09-30 | 8 | -8/+210 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge branch 'master' into new-currency-test | kumavis | 2017-09-28 | 3 | -7/+9 |
|\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | Merge branch 'master' into AddBalanceController | Dan Finlay | 2017-09-23 | 7 | -29/+56 |
| |\| | | | | | | | |
|
| * | | | | | | | | | Merge branch 'master' into AddBalanceController | Dan Finlay | 2017-09-14 | 4 | -12/+49 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add computed balance to account detail view | Dan Finlay | 2017-09-14 | 2 | -3/+3 |
| * | | | | | | | | | | Use computed balance for tx confirmation | Dan Finlay | 2017-09-14 | 2 | -4/+6 |
* | | | | | | | | | | | Add AUD, HKD, SGD, IDR, PHP to currency conversion list | tmashuang | 2017-09-28 | 1 | -0/+55 |
* | | | | | | | | | | | Remove old conversion list. | Kevin Serrano | 2017-09-27 | 1 | -207/+0 |
* | | | | | | | | | | | Polish names on currency list. | Kevin Serrano | 2017-09-27 | 1 | -7/+7 |
* | | | | | | | | | | | Account for undefined currencies. | Kevin Serrano | 2017-09-27 | 1 | -1/+2 |
* | | | | | | | | | | | Merge branch 'master' into new-currency-test | Kevin Serrano | 2017-09-21 | 2 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #2075 from MetaMask/mixed-case | Dan Finlay | 2017-09-19 | 2 | -0/+12 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into mixed-case | Dan Finlay | 2017-09-19 | 2 | -26/+41 |
| | |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|/
| | | |/| | | | | | | | |
|
| | * | | | | | | | | | | Check if all lower or upper before doing checksum. | Kevin Serrano | 2017-09-13 | 1 | -1/+1 |
| | * | | | | | | | | | | Add specific error message for failed address checksum. | Kevin Serrano | 2017-09-13 | 2 | -0/+12 |
| | | |_|/ / / / / / /
| | |/| | | | | | | | |
|
* | | | | | | | | | | | Comply with current currency API and add additional styling. | Kevin Serrano | 2017-09-19 | 2 | -2/+2 |
* | | | | | | | | | | | Fix the property query for new currencies. | Kevin Serrano | 2017-09-19 | 1 | -2/+2 |
* | | | | | | | | | | | Another merge conflict resolved. | Roman Rodov | 2017-09-19 | 1 | -4/+4 |
* | | | | | | | | | | | Resolve merge conflicts for currency sort merge. | Roman Rodov | 2017-09-19 | 1 | -1/+3 |
* | | | | | | | | | | | Merge branch 'master' into new-currency-test | Kevin Serrano | 2017-09-19 | 4 | -28/+43 |
|\| | | | | | | | | | |
|
| * | | | | | | | | | | Merge branch 'master' into fix-tooltip | Dan Finlay | 2017-09-19 | 1 | -25/+40 |
| |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | Haha silly me, only when gas is estimated and not explicit. | Kevin Serrano | 2017-09-14 | 1 | -1/+1 |
| | * | | | | | | | | | Lower warning threshold for high tx fee to account for fluctuating blockGasLi... | Kevin Serrano | 2017-09-14 | 1 | -1/+2 |
| | * | | | | | | | | | Add warning of higher failure risk since app proposed gasLimit. | Kevin Serrano | 2017-09-14 | 1 | -25/+39 |
| | | |_|_|_|_|_|_|/
| | |/| | | | | | | |
|
| * / | | | | | | | | fixed position of tooltips to avoid overflow. | Kevin Serrano | 2017-09-13 | 3 | -3/+3 |
| |/ / / / / / / / |
|
* | | | | | | | | | Modify conversion to new api. | Kevin Serrano | 2017-09-15 | 2 | -58/+597 |
* | | | | | | | | | Merge branch 'master' into new-currency-test | Kevin Serrano | 2017-09-14 | 16 | -44/+166 |
|\| | | | | | | | |
|
| * | | | | | | | | Fix support link | Dan Finlay | 2017-09-13 | 1 | -1/+1 |
| |/ / / / / / / |
|
| * | | | | | | | Convert state logs into a download. | Kevin Serrano | 2017-09-13 | 1 | -3/+4 |
| * | | | | | | | Fix typo. | Kevin Serrano | 2017-09-12 | 1 | -2/+2 |
| * | | | | | | | Add ability to save seed words as file. | Kevin Serrano | 2017-09-12 | 1 | -0/+10 |
| * | | | | | | | Add some styling. | Kevin Serrano | 2017-09-12 | 1 | -0/+3 |
| * | | | | | | | Move function as util function. | Kevin Serrano | 2017-09-12 | 2 | -16/+18 |
| * | | | | | | | Basic private key download file functionality. | Kevin Serrano | 2017-09-12 | 1 | -9/+30 |
| |/ / / / / / |
|
| * | | | | | | Show reject all only when tx count is > 1 | Kevin Serrano | 2017-09-12 | 2 | -2/+6 |
| * | | | | | | Merge github.com:MetaMask/metamask-extension into rejectallunapproved | Kevin Serrano | 2017-09-12 | 3 | -10/+34 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge pull request #2047 from MetaMask/i1997-networkindicate | Thomas Huang | 2017-09-09 | 1 | -3/+8 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | Add cursor on hover on loading. Change some wording. | Kevin Serrano | 2017-09-08 | 1 | -3/+3 |
| | | * | | | | | | Add caret to indicate network is dropdown. | Kevin Serrano | 2017-09-08 | 1 | -0/+5 |
| | * | | | | | | | Fix typo. | Kevin Serrano | 2017-09-08 | 1 | -1/+1 |
| | * | | | | | | | Fix link to open new tab. | Kevin Serrano | 2017-09-08 | 1 | -0/+1 |
| | * | | | | | | | Add front-end validation for own adddresses as a token contract address. Add ... | Kevin Serrano | 2017-09-08 | 1 | -6/+24 |
| | * | | | | | | | Reword forgot password to restore seed phrase | Dan Finlay | 2017-09-08 | 1 | -1/+1 |
| | |/ / / / / / |
|
| * | | | | | | | Convert icon to button. | Kevin Serrano | 2017-09-08 | 2 | -12/+18 |
| * | | | | | | | Fold submit and buy ether into one button slot | Kevin Serrano | 2017-09-08 | 1 | -15/+9 |
| * | | | | | | | Merge branch 'master' of github.com:davidp94/metamask-extension into rejectal... | Kevin Serrano | 2017-09-08 | 2 | -0/+23 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | fix goHome | davidp94 | 2017-08-15 | 1 | -2/+6 |
| | * | | | | | | remove unused action type | davidp94 | 2017-08-15 | 1 | -1/+0 |
| | * | | | | | | cancel all txs | DavidNinja | 2017-08-15 | 2 | -0/+20 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Place object property retrieval inside try-catch | Kevin Serrano | 2017-09-08 | 1 | -2/+3 |
| * | | | | | | Change expected type to array. | Kevin Serrano | 2017-09-08 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' into readd-loose | Kevin Serrano | 2017-09-06 | 1 | -2/+13 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Make eth_sign deprecation warning more useful | Dan Finlay | 2017-09-06 | 1 | -2/+13 |
| * | | | | | | | Resolve merge conflict from master | Kevin Serrano | 2017-09-06 | 11 | -68/+63 |
| |\| | | | | | |
|
| * | | | | | | | Readd loose label onto accounts. | Kevin Serrano | 2017-08-10 | 4 | -4/+26 |
* | | | | | | | | Merge branch 'master' into new-currency-test | Kevin Serrano | 2017-09-06 | 4 | -8/+11 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | Update etherscan links to https | Dan Finlay | 2017-09-02 | 1 | -5/+5 |
| * | | | | | | | Update support link | Dan Finlay | 2017-09-02 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'master' into i1986-AddVersionToStateLogs | Kevin Serrano | 2017-08-30 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Multiple tokens shows the amount when greater than 1 | Thomas Huang | 2017-08-30 | 1 | -1/+1 |
| * | | | | | | | | Add version to state logs | Dan Finlay | 2017-08-30 | 1 | -1/+4 |
| |/ / / / / / / |
|
* / / / / / / / | integrate infura currency | Kevin Serrano | 2017-08-30 | 2 | -3/+62 |
|/ / / / / / / |
|
* | | | | | | | Remove eth-tx-viz link from tx history icons | Dan Finlay | 2017-08-24 | 1 | -10/+1 |
* | | | | | | | Fix eth sign formatting | Dan Finlay | 2017-08-18 | 2 | -2/+5 |
* | | | | | | | Transition to home view after tx error | Dan Finlay | 2017-08-17 | 1 | -18/+5 |
* | | | | | | | Fallback to ethplorer link | Dan Finlay | 2017-08-17 | 1 | -1/+18 |
* | | | | | | | Remove dead code | Dan Finlay | 2017-08-17 | 1 | -14/+0 |
* | | | | | | | Remove default tokens | Dan Finlay | 2017-08-17 | 1 | -11/+1 |
* | | | | | | | ReEnable Token List | Dan Finlay | 2017-08-17 | 1 | -26/+9 |
* | | | | | | | Merge pull request #1916 from MetaMask/fix/account-name-scroll | Kevin Serrano | 2017-08-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix overflow issue on QubesOS, flagged by @kumavis | sdtsui | 2017-08-15 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Change cursor type to indicate link. | Kevin Serrano | 2017-08-16 | 1 | -0/+1 |
* | | | | | | | fix spelling | frankiebee | 2017-08-16 | 1 | -4/+3 |
* | | | | | | | Disable token list | frankiebee | 2017-08-16 | 1 | -9/+26 |
|/ / / / / / |
|
* | | | | | | Cleanup stray logs and lint | sdtsui | 2017-08-11 | 2 | -6/+1 |
* | | | | | | Add overflow support for all account names in account details | sdtsui | 2017-08-11 | 1 | -2/+11 |
* | | | | | | Fix logic for dropdown components attaching checkmark to correct account | sdtsui | 2017-08-11 | 1 | -1/+2 |
* | | | | | | Fix text overflow for dropdown components flagged by @frankiebee | sdtsui | 2017-08-11 | 1 | -1/+14 |
|/ / / / / |
|
* | | | | | ui - buy eth - formatting and moved network names to config | kumavis | 2017-08-10 | 1 | -23/+19 |
* | | | | | lint fix | kumavis | 2017-08-09 | 1 | -1/+1 |
* | | | | | ui - buy eth - add dharma beta to kovan | kumavis | 2017-08-09 | 1 | -12/+22 |
* | | | | | ui - buy button view - refactor | kumavis | 2017-08-09 | 1 | -46/+104 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'master' into greenkeeper/initial | kumavis | 2017-08-09 | 3 | -73/+92 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #1877 from MetaMask/hotfix/mobile-buy-layout | kumavis | 2017-08-09 | 2 | -70/+80 |
| |\ \ \ \ |
|
| | * | | | | Fix layout issues flagged by @tmashuang | sdtsui | 2017-08-09 | 1 | -69/+79 |
| | * | | | | Make buy ui more central to the screen | sdtsui | 2017-08-09 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-08 | 27 | -701/+974 |
| |\| | | |
|
| * | | | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-05 | 1 | -3/+6 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | fixed: showing tx-s as errors vs. warning | frankiebee | 2017-08-05 | 1 | -3/+12 |
* | | | | | Updated commonjs require path for redux-logger and redux-thunk modules | Thomas Huang | 2017-08-09 | 1 | -2/+2 |
* | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkee... | kumavis | 2017-08-08 | 27 | -704/+980 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Fix integration test failures: unnecessary sandwich-expando event stopPropaga... | sdtsui | 2017-08-05 | 1 | -1/+0 |
| * | | | | Lint menu-droppo | sdtsui | 2017-08-05 | 1 | -31/+24 |
| * | | | | Merge pull request #1862 from sdtsui/add-rct | kumavis | 2017-08-05 | 4 | -2/+144 |
| |\ \ \ \ |
|
| | * | | | | Bring menu-droppo component into project, remove as a dependency | sdtsui | 2017-08-05 | 2 | -1/+138 |
| | * | | | | Re-enable css transitions for dropdowns in header, needs menu-droppo library ... | sdtsui | 2017-08-05 | 3 | -1/+6 |
| * | | | | | Cleanup breakpoint css + comment on hackiness | sdtsui | 2017-08-05 | 1 | -11/+14 |
| * | | | | | Adds early breakpoint from @frankiebee 's + @kumavis 's CR | sdtsui | 2017-08-05 | 1 | -0/+24 |
| |/ / / / |
|
| * | | | | ui - dropdown - use Object.assign syntax to appease coverage parser | kumavis | 2017-08-04 | 1 | -3/+2 |
| * | | | | Merge branch 'master' into NewUI | kumavis | 2017-08-04 | 1 | -3/+6 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | fix cancelTransaction not reciving a callback | frankiebee | 2017-08-04 | 1 | -3/+6 |
| | |/ / |
|
| * | | | Merge pull request #1858 from sdtsui/NewUI | kumavis | 2017-08-04 | 7 | -31/+120 |
| |\ \ \ |
|
| | * | | | Adjust padding of accountSwitcher dropdown | sdtsui | 2017-08-04 | 1 | -4/+7 |
| | * | | | Adjust top and bottom padding of accountSwitcher | sdtsui | 2017-08-04 | 1 | -2/+9 |
| | * | | | Lint ui/app | sdtsui | 2017-08-04 | 3 | -14/+11 |
| | * | | | Allow new accounts selector to handle clicks | sdtsui | 2017-08-04 | 1 | -2/+2 |
| | * | | | Increase size of accountSelection dropdown | sdtsui | 2017-08-04 | 1 | -8/+22 |
| | * | | | Increase size of settings dropdown and account settings dropdown | sdtsui | 2017-08-04 | 2 | -2/+2 |
| | * | | | Increase size of network dropdown | sdtsui | 2017-08-04 | 4 | -4/+28 |
| | * | | | De-dupe click handler for sandwich-expando | sdtsui | 2017-08-04 | 1 | -6/+12 |
| | * | | | Add note with previous fa-angle-down for future refactor | sdtsui | 2017-08-04 | 1 | -0/+2 |
| | * | | | Position account switcher icon back in app header | sdtsui | 2017-08-04 | 1 | -2/+6 |
| | * | | | Move accountselector menu-droppo up to app-header | sdtsui | 2017-08-04 | 1 | -0/+22 |
| | * | | | Disable account selection dropdown from account details | sdtsui | 2017-08-04 | 2 | -7/+16 |
| | * | | | Adjust account checksumAddress location up | sdtsui | 2017-08-04 | 1 | -0/+1 |
| * | | | | Fix fox positioning. | Kevin Serrano | 2017-08-04 | 1 | -1/+5 |
| |/ / / |
|
| * | | | Fix wonky widths for notices. | Kevin Serrano | 2017-08-04 | 2 | -2/+6 |
| * | | | Add maximum width for private key reveal | Kevin Serrano | 2017-08-04 | 1 | -1/+1 |
| * | | | Remove 100% properties that were messing up sizing. | Kevin Serrano | 2017-08-04 | 1 | -2/+0 |
| * | | | Add QR functionality | Kevin Serrano | 2017-08-04 | 1 | -0/+13 |
| * | | | lint fix | kumavis | 2017-08-02 | 2 | -3/+3 |
| | |/
| |/| |
|
| * | | Fix dropdown behavior - network | sdtsui | 2017-07-29 | 1 | -1/+11 |
| * | | Fix dropdown toggle behavior - settings | sdtsui | 2017-07-29 | 1 | -1/+5 |
| * | | Fix dropdown toggle behavior - account dropdowns | sdtsui | 2017-07-29 | 1 | -2/+16 |
| * | | Fix react warning | Dan Finlay | 2017-07-28 | 1 | -0/+6 |
| * | | Limit max width of seed word conf screen | Dan Finlay | 2017-07-28 | 1 | -2/+5 |
| * | | Correct token pluralization for one token | Dan Finlay | 2017-07-28 | 1 | -1/+3 |
| * | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-28 | 1 | -1/+0 |
| |\| |
|
| | * | logState - dont redundantly log to console | kumavis | 2017-07-27 | 1 | -1/+0 |
| * | | Set min gas price to 1 gwei | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| * | | Ensure loading indication is full screen | Dan Finlay | 2017-07-28 | 1 | -0/+1 |
| * | | Fix loading indication placement | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| * | | Remove unused parameter | Dan Finlay | 2017-07-28 | 2 | -2/+2 |
| * | | Restore support link | Dan Finlay | 2017-07-28 | 1 | -4/+4 |
| * | | Fix info page formatting | Dan Finlay | 2017-07-28 | 1 | -6/+14 |
| * | | Fix spelling | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| * | | Fix custom provider indication | Dan Finlay | 2017-07-27 | 2 | -6/+6 |
| * | | Remove object spread syntax | Dan Finlay | 2017-07-27 | 1 | -7/+9 |
| * | | Set initial scale for mobile. | Dan Finlay | 2017-07-27 | 2 | -2/+4 |
| * | | Re-center network dropdown | sdtsui | 2017-07-27 | 2 | -2/+5 |
| * | | Make account selection dropdown menu scrollable when too large for view | sdtsui | 2017-07-27 | 1 | -0/+2 |
| * | | Remove Account Settings item from optionsMenu, unnecessary | sdtsui | 2017-07-27 | 1 | -8/+0 |
| * | | Lots of flex rearrangement on account detail view | Dan Finlay | 2017-07-26 | 10 | -132/+129 |
| * | | Restore sort order fix | Dan Finlay | 2017-07-25 | 2 | -2/+5 |
| * | | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 18 | -581/+604 |