| Commit message (Expand) | Author | Age | Files | Lines |
* | Style send token screen | Chi Kei Chan | 2017-09-11 | 5 | -30/+27 |
* | New account modal top right close button working. | Dan | 2017-09-09 | 1 | -1/+3 |
* | Tweak styles in new-account-modal. | Dan | 2017-09-09 | 1 | -2/+2 |
* | Re-enable Contract tx list item | Chi Kei Chan | 2017-09-08 | 2 | -19/+8 |
* | Fix css merge conflicts | Chi Kei Chan | 2017-09-08 | 1 | -1/+1 |
* | Modify readonly value in for input in qr-code. | Dan | 2017-09-08 | 1 | -1/+1 |
* | Account-detail address is a readonly input. | Dan | 2017-09-08 | 1 | -2/+4 |
* | Close button in account-details-modal working. | Dan | 2017-09-08 | 1 | -1/+3 |
* | Touch up style of account-details-modal. | Dan | 2017-09-08 | 1 | -0/+2 |
* | Modify status copy for status === 'unapproved' | Dan | 2017-09-08 | 1 | -0/+1 |
* | Link user from transaction list to etherscan if they have a transaction hash. | Dan | 2017-09-08 | 2 | -3/+28 |
* | Create tx-list-item component. | Dan | 2017-09-08 | 2 | -74/+107 |
* | Show confirm transaction screen when clicking a pending transaction in the list. | Dan | 2017-09-08 | 2 | -3/+15 |
* | Send Token screen partial UI | Chi Kei Chan | 2017-09-07 | 3 | -3/+219 |
* | Add Contract Tx List Item; Update Token Tx on select | Chi Kei Chan | 2017-09-07 | 4 | -22/+32 |
* | Show token balance and identicon | Chi Kei Chan | 2017-09-07 | 7 | -57/+90 |
* | Adding Token transaction detail screen | Chi Kei Chan | 2017-09-06 | 6 | -77/+213 |
* | Fix token list | Chi Kei Chan | 2017-09-06 | 2 | -15/+24 |
* | Implement tokens list UI | Chi Kei Chan | 2017-09-06 | 5 | -104/+83 |
* | Touch up transaction list item styles, remove main-content scroll bars, align... | Dan | 2017-09-05 | 1 | -40/+45 |
* | Capitalizations via text-transform for main screen transactions. | Dan | 2017-09-05 | 1 | -2/+2 |
* | Fix header style; Address comments | Chi Kei Chan | 2017-09-05 | 5 | -39/+37 |
* | Fix merge conflict | Chi Kei Chan | 2017-09-05 | 1 | -6/+0 |
* | Fix menu style | Jacky Chan | 2017-09-05 | 4 | -38/+87 |
* | Lint fixes | Dan | 2017-08-31 | 25 | -166/+144 |
* | Refactor gas-fee-display to include usd and eth fee displays as separate comp... | Dan | 2017-08-31 | 3 | -30/+93 |
* | Move gas fee to a separate component. | Dan | 2017-08-31 | 1 | -0/+53 |
* | Move currency toggle to its own component. | Dan | 2017-08-31 | 2 | -1/+27 |
* | Clean up send.js and eth-balance.js with es6. | Dan | 2017-08-31 | 1 | -33/+25 |
* | Minor clean up. | Dan | 2017-08-30 | 1 | -6/+1 |
* | Center tooltip on small screen size by using flexbox | Dan | 2017-08-30 | 1 | -1/+6 |
* | Use hex values only in send.js to handle limit and price; GasTooltip accepts ... | Dan | 2017-08-29 | 1 | -7/+15 |
* | Using eth balance component to ensure proper rounding. | Dan | 2017-08-29 | 2 | -28/+43 |
* | Refactor for clean handling of tooltip close. | Dan | 2017-08-29 | 1 | -88/+46 |
* | Styles and behaviour correct | Dan | 2017-08-29 | 1 | -9/+11 |
* | Fully connect gas data in send form and tooltip to state; final styling impro... | Dan | 2017-08-26 | 2 | -8/+15 |
* | Tooltip closing on click outside. | Dan | 2017-08-26 | 1 | -6/+56 |
* | Refactor tooltip to remove external lib; tooltip now updating gas fee in parent. | Dan | 2017-08-26 | 3 | -66/+136 |
* | Toggling tooltip. | Dan | 2017-08-26 | 1 | -0/+66 |
* | Patch 3 new account modal (#1962) | Dan J Miller | 2017-08-25 | 2 | -13/+16 |
* | Patch 2 account details modal (#1957) | Dan J Miller | 2017-08-25 | 4 | -19/+11 |
* | Modify buy and send buttons color, border-radius and various size properties.... | Dan J Miller | 2017-08-23 | 1 | -1/+1 |
* | Hook up showAddToken to dropdown menu item in account options dropdown | sdtsui | 2017-08-23 | 1 | -1/+4 |
* | Render TxListItem component from real data: address, identicon, status, ETH v... | sdtsui | 2017-08-23 | 1 | -9/+11 |
* | Remove fake transactions and balances from tx-list and wallet-view, respectively | sdtsui | 2017-08-23 | 2 | -70/+10 |
* | Add layout and props for send screen inputs | sdtsui | 2017-08-23 | 1 | -9/+2 |
* | Hook up send screen action to Send Button in TxView | sdtsui | 2017-08-22 | 2 | -1/+5 |
* | Hook up identicon and buttons to AccountDetailsModal, clean up colors | sdtsui | 2017-08-22 | 5 | -34/+28 |
* | Integrate old QR component with new modal layout | sdtsui | 2017-08-22 | 2 | -27/+31 |
* | [WIP] Render a QR code in AccountDetailsModal | sdtsui | 2017-08-22 | 2 | -8/+6 |
* | [WIP] Aggregate data for QRView | sdtsui | 2017-08-22 | 2 | -3/+18 |
* | Add wrapper CSS for NewAccountModal | sdtsui | 2017-08-21 | 1 | -39/+29 |
* | Add wrapper CSS for AccountDetailsModal | sdtsui | 2017-08-21 | 2 | -32/+36 |
* | Hook up hideModal action to close icon in EditAccountNameModal | sdtsui | 2017-08-21 | 1 | -1/+5 |
* | Hook up selected account label display to main wallet view | sdtsui | 2017-08-21 | 1 | -4/+3 |
* | Hook up actions to EditAccountNameModal | sdtsui | 2017-08-21 | 5 | -89/+90 |
* | Enhance global modal to accept styles from different components | sdtsui | 2017-08-21 | 1 | -45/+62 |
* | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 3 | -27/+67 |
* | Hook up edit account name modal | sdtsui | 2017-08-21 | 1 | -26/+42 |
* | Remove old design - 'Show QR Code' dropdown menu item from account selection ... | sdtsui | 2017-08-21 | 1 | -16/+0 |
* | Hook up template for New Account Modal | sdtsui | 2017-08-21 | 3 | -1/+95 |
* | Enhance global modal to handle Buy, Edit, and Details Modals | sdtsui | 2017-08-21 | 7 | -52/+169 |
* | Extend modal implementation and state management to accomodate multiple modal... | sdtsui | 2017-08-21 | 2 | -4/+18 |
* | Add 'Account Details' dropdown menu item to account options dropdown | sdtsui | 2017-08-21 | 1 | -0/+14 |
* | Add 'Add Token' dropdown menu item to account options dropdown | sdtsui | 2017-08-21 | 1 | -0/+15 |
* | [WiP] Add comments for multiple modals | sdtsui | 2017-08-15 | 1 | -0/+20 |
* | Merge remote-tracking branch 'mm/master' into NewUI-flat | sdtsui | 2017-08-14 | 2 | -47/+120 |
|\ |
|
| * | Cleanup stray logs and lint | sdtsui | 2017-08-11 | 1 | -5/+1 |
| * | 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 |
* | | Lint and cleanup all scss | sdtsui | 2017-08-14 | 1 | -2/+2 |
* | | Center account selection dropdown and specify useCssTransition prop | sdtsui | 2017-08-14 | 2 | -5/+8 |
* | | Reconfigure AccoutSelector dropdown to use new fa-caret-down instead of old icon | sdtsui | 2017-08-14 | 1 | -1/+3 |
* | | Extract dropdown component into components/dropdowns, hook up to app | sdtsui | 2017-08-14 | 6 | -16/+73 |
* | | Fix odd relative position conflict so main icon is rounded - See flyswatter/j... | sdtsui | 2017-08-14 | 1 | -22/+19 |
* | | Remove unused code - network dropdown components in app | sdtsui | 2017-08-14 | 1 | -10/+2 |
* | | [WIP] Extract network dropdown into own component | sdtsui | 2017-08-14 | 2 | -28/+45 |
* | | [WIP] Extract network dropdown out of main app render function | sdtsui | 2017-08-14 | 3 | -6/+277 |
* | | Move global modals into own pod, inside components/modals | sdtsui | 2017-08-14 | 3 | -3/+40 |
* | | Implement infinite scrolls (no lazy loading) for wallet view | sdtsui | 2017-08-12 | 1 | -147/+23 |
* | | [WIP] Begin fixing responsive layout with many wallets | sdtsui | 2017-08-11 | 1 | -0/+51 |
* | | Implement responsive wallet balances | sdtsui | 2017-08-11 | 1 | -17/+129 |
* | | Add UI tweaks, including separation of overflow logic for mobile (full-height... | sdtsui | 2017-08-11 | 1 | -8/+3 |
* | | Improve text positioning on mobile view | sdtsui | 2017-08-11 | 1 | -11/+13 |
* | | Implement widescreen layout for tx list | sdtsui | 2017-08-11 | 1 | -30/+28 |
* | | Move Txs list item styles into classes | sdtsui | 2017-08-11 | 1 | -37/+17 |
* | | Cleanup txList and txView components | sdtsui | 2017-08-11 | 2 | -48/+87 |
* | | added logging for account balance | Simon Liang | 2017-08-10 | 1 | -1/+3 |
* | | reverted my changes | Simon Liang | 2017-08-10 | 1 | -17/+17 |
* | | connected wallet view dropdown button with real data | Simon Liang | 2017-08-10 | 1 | -17/+17 |
* | | redid tx-view and balance-component mapStateToProps logic | Simon Liang | 2017-08-10 | 2 | -23/+27 |
* | | moved the props initialization steps into mapStateToProps | Simon Liang | 2017-08-10 | 1 | -14/+13 |
* | | extracted transaction list | Simon Liang | 2017-08-10 | 2 | -102/+151 |
* | | removing styling comments | Simon Liang | 2017-08-10 | 1 | -4/+0 |
* | | [WIP] Position account potions dropdown correctly and hook up to action creators | sdtsui | 2017-08-10 | 3 | -42/+73 |
* | | Adjust modal styles to match new modal size, from cancel button tweak | sdtsui | 2017-08-10 | 1 | -1/+1 |
* | | Switch buy modal 'cancel' from text to button for accessibility | sdtsui | 2017-08-10 | 1 | -3/+9 |
* | | Vertically center modal in mobile view - @cjeria | sdtsui | 2017-08-10 | 1 | -1/+4 |
* | | Merge branch 'master' into NewUI-flat | kumavis | 2017-08-09 | 4 | -75/+94 |
|\| |
|
| * | 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 | 14 | -156/+592 |
| | |\| |
|
| | * | | fixed: showing tx-s as errors vs. warning | frankiebee | 2017-08-05 | 1 | -3/+12 |
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkee... | kumavis | 2017-08-08 | 14 | -156/+592 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkee... | kumavis | 2017-08-04 | 1 | -1/+1 |
| * | | | lint fixes | kumavis | 2017-08-04 | 2 | -2/+2 |
* | | | | Fix dropdown z-index value | sdtsui | 2017-08-09 | 1 | -1/+1 |
* | | | | Add backdrop styles and box shadow to new global modal defaults | sdtsui | 2017-08-09 | 1 | -0/+7 |
* | | | | Add minor comments and cleanup for new components | sdtsui | 2017-08-09 | 2 | -13/+15 |
* | | | | Hook up 'Buy with Fiat', redirect to Coinbase | sdtsui | 2017-08-09 | 1 | -7/+10 |
* | | | | Move buy view into its own component - BuyOptions | sdtsui | 2017-08-09 | 1 | -0/+70 |
* | | | | Move inline styles out into explicitly named BEM classes | sdtsui | 2017-08-09 | 1 | -3/+12 |
* | | | | Implement modal content for buy flow - mobile view | sdtsui | 2017-08-09 | 1 | -0/+3 |
* | | | | Add note for responsive modal styles | sdtsui | 2017-08-09 | 1 | -0/+1 |
* | | | | Hook up global modal to Tx view, Buy button | sdtsui | 2017-08-09 | 1 | -0/+4 |
* | | | | Implement global modal | sdtsui | 2017-08-09 | 1 | -0/+75 |
* | | | | refactored and added unit test | Simon Liang | 2017-08-08 | 1 | -23/+26 |
* | | | | extracted balance component and renders to the format, also wired in the acco... | Simon Liang | 2017-08-08 | 2 | -23/+115 |
* | | | | Opt for calculated values in absolutely positioned caret | sdtsui | 2017-08-07 | 1 | -2/+5 |
* | | | | Improve positioning of caret and add reusable color for wallet view | sdtsui | 2017-08-07 | 1 | -21/+12 |
* | | | | Position account icon, name, and caret | sdtsui | 2017-08-07 | 2 | -19/+64 |
* | | | | Move tx and wallet view styles to component classes | sdtsui | 2017-08-07 | 2 | -9/+2 |
* | | | | Merge branch 'NewUI' into feat/mm-ui-5-merged | sdtsui | 2017-08-07 | 6 | -27/+216 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Lint menu-droppo | sdtsui | 2017-08-05 | 1 | -31/+24 |
| * | | | 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 | 2 | -1/+4 |
| * | | | ui - dropdown - use Object.assign syntax to appease coverage parser | kumavis | 2017-08-04 | 1 | -3/+2 |
| * | | | 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 | 2 | -4/+4 |
| * | | | 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 | 1 | -1/+2 |
| * | | | 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 |
| * | | | Disable account selection dropdown from account details | sdtsui | 2017-08-04 | 1 | -5/+15 |
| * | | | Fix wonky widths for notices. | Kevin Serrano | 2017-08-04 | 1 | -1/+5 |
| * | | | Add maximum width for private key reveal | Kevin Serrano | 2017-08-04 | 1 | -1/+1 |
| * | | | Add QR functionality | Kevin Serrano | 2017-08-04 | 1 | -0/+13 |
| * | | | lint fix | kumavis | 2017-08-02 | 1 | -2/+2 |
* | | | | Cleanup before rebase on NewUI - need new version of AccountDropdowns | sdtsui | 2017-08-07 | 1 | -11/+2 |
* | | | | Allow clicks on account view to enable sidebar, not just burger | sdtsui | 2017-08-07 | 1 | -4/+4 |
* | | | | Refactor account name css - mobile views | sdtsui | 2017-08-07 | 2 | -10/+4 |
* | | | | Refactor app-header css, including box shadow and z-index | sdtsui | 2017-08-07 | 1 | -1/+1 |
* | | | | Add fine css tweaks to hero balance - laptop | sdtsui | 2017-08-07 | 1 | -1/+1 |
* | | | | Fix font size of eth display for 576-780px vw | sdtsui | 2017-08-07 | 1 | -2/+0 |
* | | | | Normalize sidebar dimensions and adjust hero button responsiveness | sdtsui | 2017-08-07 | 2 | -6/+2 |
* | | | | Implement hero balance UI, mobile | sdtsui | 2017-08-07 | 1 | -51/+38 |
* | | | | Position account display and burger in mobile tx view | sdtsui | 2017-08-07 | 2 | -7/+42 |
* | | | | Move remaining debug, fonts, reset, and transitions into inverted triangle | sdtsui | 2017-08-07 | 1 | -2/+6 |
* | | | | Add rough layout for flat layout tx details, add notes for breakpoints | sdtsui | 2017-08-03 | 1 | -20/+39 |
* | | | | Implement 'clear buttons' for tx view | sdtsui | 2017-08-03 | 2 | -45/+38 |
* | | | | Isolate routing logic for isUnlocked, remove stray logs | sdtsui | 2017-08-03 | 2 | -3/+0 |
* | | | | Finalize height for main screens, excluding sidebar | sdtsui | 2017-08-03 | 2 | -6/+1 |
* | | | | Implement custom sidebar, with close button | sdtsui | 2017-08-03 | 2 | -12/+15 |
* | | | | Integrate slideout menu with tx view | sdtsui | 2017-08-03 | 1 | -7/+29 |
* | | | | Hook up responsive sidebar | sdtsui | 2017-08-03 | 1 | -2/+2 |
* | | | | Add burger icon and phone-visible media queries | sdtsui | 2017-08-03 | 1 | -0/+5 |
* | | | | Make wallet view visible iff vw above 575px | sdtsui | 2017-08-03 | 1 | -1/+1 |
* | | | | 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 | 2 | -2/+9 |
* | | | | 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 | 2 | -1/+54 |
* | | | | Adjust button styles to left align with wallet text | sdtsui | 2017-08-01 | 1 | -7/+4 |
* | | | | 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 | 1 | -5/+4 |
* | | | | Add note for later on isolating components | sdtsui | 2017-07-31 | 1 | -1/+1 |
* | | | | Add containers for wallet view and dropdown UI | sdtsui | 2017-07-31 | 1 | -0/+81 |
* | | | | Adjust button styles for Send Token screen | sdtsui | 2017-07-31 | 1 | -0/+1 |
* | | | | 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 | 1 | -0/+1 |
* | | | | Add rounded background to total token, with minor styling tweaks | sdtsui | 2017-07-30 | 1 | -21/+171 |
* | | | | 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 |
* | | | | [WIP] Isolate form logic from rest of confirmation UI | sdtsui | 2017-07-30 | 1 | -22/+27 |
* | | | | Add responsive container; add send token copy | sdtsui | 2017-07-30 | 1 | -0/+7 |
|/ / / |
|
* | | | Fix dropdown toggle behavior - account dropdowns | sdtsui | 2017-07-29 | 1 | -2/+16 |
* | | | Correct token pluralization for one token | Dan Finlay | 2017-07-28 | 1 | -1/+3 |
* | | | 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 object spread syntax | Dan Finlay | 2017-07-27 | 1 | -7/+9 |
* | | | Set initial scale for mobile. | Dan Finlay | 2017-07-27 | 1 | -1/+3 |
* | | | Re-center network dropdown | sdtsui | 2017-07-27 | 1 | -1/+2 |
* | | | 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 | 5 | -52/+58 |
* | | | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 7 | -104/+329 |
* | | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-21 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Lowered minimum gas price to 1 gwei | Dan Finlay | 2017-07-20 | 1 | -1/+1 |
| |/ |
|
| * | Reenable Default Token List | Dan Finlay | 2017-07-06 | 1 | -2/+0 |
* | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 40 | -0/+4069 |
* | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 40 | -4072/+0 |
|/ |
|
* | Add menu carrat next to network searching indicator | Dan Finlay | 2017-07-04 | 1 | -7/+16 |
* | Merge branch 'master' into NoPopularTOkens | Thomas Huang | 2017-07-01 | 1 | -0/+2 |
|\ |
|
| * | Remove send button | Dan Finlay | 2017-07-01 | 1 | -0/+2 |
* | | Stop loading popular tokens by default | Dan Finlay | 2017-07-01 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #1700 from MetaMask/StyleImprovements | Kevin Serrano | 2017-06-30 | 1 | -0/+1 |
|\ |
|
| * | Add padding to token messages | Dan Finlay | 2017-06-29 | 1 | -0/+1 |
* | | change “ACCEPT” to “SUBMIT” | frankiebee | 2017-06-30 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1634 from MetaMask/i784-SendTokenButton | Thomas Huang | 2017-06-29 | 1 | -7/+29 |
|\ |
|
| * | Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButton | Dan Finlay | 2017-06-28 | 1 | -1/+3 |
| |\ |
|
| * \ | Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButton | Dan Finlay | 2017-06-24 | 1 | -7/+4 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into i784-SendTokenButton | Dan Finlay | 2017-06-23 | 1 | -4/+18 |
| |\ \ \ |
|
| * | | | | Fix propagation | Dan Finlay | 2017-06-20 | 1 | -1/+1 |
| * | | | | Add send button to TokenFactory | Dan Finlay | 2017-06-20 | 1 | -7/+29 |
* | | | | | Merge pull request #1620 from MetaMask/i1616-AddTokenAdding | Thomas Huang | 2017-06-29 | 2 | -32/+78 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Support other network links | Dan Finlay | 2017-06-28 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into i1616-AddTokenAdding | Dan Finlay | 2017-06-23 | 1 | -4/+18 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Reduce token list clutter by only showing held tokens | Dan Finlay | 2017-06-20 | 1 | -7/+4 |
| | |/
| |/| |
|
| * | | Add ability to add tokens to token list | Dan Finlay | 2017-06-16 | 1 | -10/+30 |
| * | | Merge branch 'AddTokenList' into AddingTokens | Dan Finlay | 2017-06-16 | 1 | -15/+7 |
| |\ \ |
|
| * | | | Create add token button and template view | Dan Finlay | 2017-06-15 | 1 | -22/+49 |
* | | | | Merge pull request #1675 from MetaMask/warning-fixes | Dan Finlay | 2017-06-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix react warning for keys on ens address book | Kevin Serrano | 2017-06-27 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Change disabling button as state property. | Kevin Serrano | 2017-06-27 | 1 | -5/+4 |
* | | | | Prevent users from accidentally submitting two transactions by disabling button. | Kevin Serrano | 2017-06-27 | 1 | -0/+3 |
|/ / / |
|
* | / | Add better event lifecycle management to token list. | Dan Finlay | 2017-06-20 | 1 | -4/+18 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'origin/master' into AddTokenList | Dan Finlay | 2017-06-16 | 1 | -15/+7 |
|\ \
| |/
|/| |
|
| * | Merge pull request #1600 from MetaMask/i1554-ensSymFix | Kevin Serrano | 2017-06-14 | 1 | -15/+7 |
| |\ |
|
| | * | Cleanup zero addresses. | Kevin Serrano | 2017-06-14 | 1 | -5/+6 |
| | * | Fix check icon appearing in inappropriate situations. | Kevin Serrano | 2017-06-13 | 1 | -13/+4 |
* | | | Multiple loading style improvements | Dan Finlay | 2017-06-15 | 1 | -1/+4 |
* | | | Remove excessive log | Dan Finlay | 2017-06-15 | 1 | -1/+0 |
* | | | Add no tokens message | Dan Finlay | 2017-06-15 | 1 | -9/+13 |
* | | | Vertically center loading indication | Dan Finlay | 2017-06-15 | 1 | -2/+10 |
* | | | Refresh token balance on network change | Dan Finlay | 2017-06-15 | 1 | -5/+22 |
* | | | Persist selected account tab | Dan Finlay | 2017-06-15 | 1 | -2/+13 |
* | | | Auto populate token list with popular token balances | Dan Finlay | 2017-06-14 | 4 | -19/+59 |
* | | | Merge branch 'master' into AddTokenList | Dan Finlay | 2017-06-13 | 21 | -311/+646 |
|\| | |
|
| * | | only prefix ethereum address | frankiebee | 2017-06-13 | 1 | -5/+6 |
| * | | prefix the address with "ethereum:" | frankiebee | 2017-06-13 | 1 | -2/+1 |
| |/ |
|
| * | Merge pull request #1574 from MetaMask/internfix | Dan Finlay | 2017-06-13 | 1 | -1/+1 |
| |\ |
|
| | * | Modify wording to new accept. | Kevin Serrano | 2017-06-10 | 1 | -1/+1 |
| | * | Merge branch 'master' of github.com:nihar97/metamask-plugin into internfix | Kevin Serrano | 2017-06-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | continue button changed to agree | Nihar | 2017-05-17 | 1 | -1/+1 |
| * | | | Merge branch 'master' into gasupdater | Dan Finlay | 2017-06-13 | 3 | -13/+87 |
| |\| | |
|
| | * | | Fix bug that prevented publishing contracts | Dan Finlay | 2017-06-06 | 1 | -1/+1 |