| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove UiMigrationAnnouncement and associated state (#6794) | Whymarrh Whitby | 2019-07-04 | 5 | -79/+0 |
* | Reduce time to show tx "speed up" buttons to 5 seconds. (#6797) | Dan Finlay | 2019-07-04 | 1 | -1/+1 |
* | Fix PropType warning (#6792) | Mark Stacey | 2019-07-04 | 1 | -1/+1 |
* | Added Confirmation Modal for Delete Network (#6776) | Akshit Kr Nagpal | 2019-07-02 | 4 | -0/+74 |
* | Refactor account-details-modal (#6751) | Mark Stacey | 2019-06-27 | 5 | -108/+116 |
* | Remove shapeshift deposit form (#6746) | Mark Stacey | 2019-06-25 | 4 | -338/+2 |
* | 4byte fallback (#6551) | Whymarrh Whitby | 2019-06-18 | 4 | -91/+32 |
* | Add delete to custom RPC form (#6718, #6650) | Dan J Miller | 2019-06-17 | 1 | -1/+3 |
* | Wrap smaller custom block explorer url text (#6714) | Thomas Huang | 2019-06-17 | 2 | -2/+7 |
* | MetaMorph - Spacing and Typeface on Extension Main view (#6584) | Chi Kei Chan | 2019-06-13 | 13 | -37/+66 |
* | Revert "fixed #5524" | Jenny Pollack | 2019-06-07 | 1 | -10/+4 |
* | Ensures that transactions cannot be confirmed if gas limit is below 21000. (#... | Dan J Miller | 2019-05-23 | 1 | -2/+15 |
* | Improved UX for sweeping accounts (#6488) | Etienne Dusseault | 2019-05-21 | 7 | -15/+96 |
* | fixed #5524 | Alex Ivasyuv | 2019-05-15 | 1 | -4/+10 |
* | New settings custom rpc form (#6490) | Dan J Miller | 2019-05-10 | 7 | -23/+45 |
* | Check for unused function arguments (#6583) | Whymarrh Whitby | 2019-05-09 | 23 | -42/+30 |
* | Add suffix to title text only when it exists (#6546) | Whymarrh Whitby | 2019-05-06 | 1 | -1/+1 |
* | Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) | kumavis | 2019-05-04 | 1 | -7/+6 |
* | Always show private network when RPC is not whitelisted (#6495) | Chi Kei Chan | 2019-04-26 | 1 | -4/+1 |
* | Fix button colors on mobile (#6493) | Chi Kei Chan | 2019-04-25 | 1 | -0/+3 |
* | Set max-width on network dropdown and ellipsis long network name (#6494) | Chi Kei Chan | 2019-04-25 | 1 | -1/+16 |
* | Make height consistent on all row in send-content (#6480) | Chi Kei Chan | 2019-04-18 | 2 | -7/+17 |
* | Update confirm to use btn-primary (#6473) | Chi Kei Chan | 2019-04-18 | 1 | -5/+6 |
* | Add token selection to the send screen (#6445) | Chi Kei Chan | 2019-04-18 | 124 | -8048/+12 |
* | Merge pull request #6468 from chikeichan/network-indicator-style-fix | Thomas Huang | 2019-04-18 | 1 | -10/+1 |
|\ |
|
| * | Fix switcher height when Custom RPC is selected or when network is loading | Chi Kei Chan | 2019-04-17 | 1 | -10/+1 |
* | | feature: add Goerli support (#6459) | Paul Bouchon | 2019-04-18 | 7 | -6/+60 |
|/ |
|
* | Merge pull request #6444 from MetaMask/localhost-network-dropdown | Thomas Huang | 2019-04-17 | 3 | -1/+5 |
|\ |
|
| * | Add Localhost 8545 for network dropdown names | Thomas Huang | 2019-04-11 | 3 | -1/+5 |
* | | Update buttons & colors to match design system (#6446) | Chi Kei Chan | 2019-04-17 | 21 | -119/+300 |
* | | Remove unneeded array cloning in getSendToAccounts selector | Whymarrh Whitby | 2019-04-12 | 1 | -3/+1 |
* | | repeated getSelectedAddress() func send.selectors.js removed (#6056) | Sneh Koul | 2019-04-12 | 4 | -18/+9 |
|/ |
|
* | Distinguish between token and eth selected in home screen send button metrics... | Dan Miller | 2019-04-08 | 1 | -1/+1 |
* | Metrics tracking gas changed - slow, average, fast, custom - on edit screen.- | Dan Miller | 2019-04-08 | 3 | -0/+22 |
* | Merge pull request #6397 from MetaMask/wyre-deposit-modal | kumavis | 2019-04-04 | 1 | -4/+4 |
|\ |
|
| * | Change coinbase to wyre | Thomas Huang | 2019-04-04 | 1 | -4/+4 |
* | | Fix display of gas chart on Ethereum networks (#6389) | Dan J Miller | 2019-04-04 | 2 | -1/+4 |
|/ |
|
* | Remove NoticeController (#6382) | Thomas Huang | 2019-04-02 | 2 | -139/+0 |
* | Remove unused account-dropdowns components (#6363)v6.3.2 | Whymarrh Whitby | 2019-04-02 | 2 | -811/+0 |
* | About tab copy changes; Update route for Info & Help in account menu (#6356) | Chi Kei Chan | 2019-03-30 | 1 | -2/+2 |
* | Merge pull request #6372 from MetaMask/addAddressIfNew | kumavis | 2019-03-29 | 2 | -2/+5 |
|\ |
|
| * | send-footer.utils.js - addressIsNew - improve readability | kumavis | 2019-03-29 | 1 | -1/+3 |
| * | prevent add duplicates when address is not new | Jenny Pollack | 2019-03-29 | 2 | -2/+3 |
* | | Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension in... | kumavis | 2019-03-29 | 1 | -2/+23 |
|\ \
| |/
|/| |
|
| * | depoit-ether-modal - make buyEth args more explicit | kumavis | 2019-03-29 | 1 | -2/+2 |
| * | PR 5575 review comment fixes | Vimal | 2019-02-28 | 1 | -1/+1 |
| * | merging upstream branch | Vimal | 2018-11-12 | 134 | -897/+3439 |
| |\ |
|
| * | | Adding CoinSwitch exchange | Vimal | 2018-10-22 | 1 | -1/+22 |
* | | | Don't include tx value in calculation of balance sufficiency for cancel butto... | Dan J Miller | 2019-03-26 | 1 | -2/+2 |
* | | | Cancel error rebased (#6341) | Dan J Miller | 2019-03-26 | 3 | -16/+69 |
* | | | Close transaction on close of notification window (#6340) | Dan J Miller | 2019-03-26 | 1 | -25/+58 |
* | | | New settings page rebased (#6333) | Dan J Miller | 2019-03-26 | 2 | -15/+19 |
* | | | Replaces the coinbase link in the deposit modal with one for wyre (#6302) | Dan J Miller | 2019-03-22 | 1 | -8/+8 |
* | | | Fix oversized loading overlay on gas customization modal. (#6326) | Dan J Miller | 2019-03-22 | 1 | -0/+4 |
* | | | Fix gas fee in the submitted step of the transaction details activity log. (#... | Dan J Miller | 2019-03-22 | 1 | -2/+11 |
* | | | Hide gas price chart and prevent api call when not on ethereum networks. (#6300) | Dan J Miller | 2019-03-22 | 5 | -20/+38 |
* | | | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 620 | -9834/+484 |
* | | | Enable mobile sync (#6332) | Bruno Barbieri | 2019-03-22 | 2 | -8/+1 |
* | | | Fixing spelling of Ethereum in MetaMetrics copy (#6329) | fixanoid | 2019-03-21 | 2 | -2/+2 |
* | | | Allow seed phrases with a trailing newline | Whymarrh Whitby | 2019-03-13 | 1 | -1/+1 |
* | | | Merge pull request #6281 from MetaMask/fix-browser-back-on-reveal-seed | Thomas Huang | 2019-03-13 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fixes the use of the browser back button on the reveal seed screen | Dan Miller | 2019-03-12 | 1 | -2/+2 |
* | | | | ui - add missing PropTypes (#6287) | kumavis | 2019-03-12 | 2 | -0/+3 |
* | | | | mascara - remove from project (#6283) | kumavis | 2019-03-12 | 2 | -27/+23 |
|/ / / |
|
* | | | Handle undefined gas limits and prices in transaction-breakdown.component (#6... | Dan J Miller | 2019-03-07 | 2 | -21/+38 |
* | | | Add privacy policy link to modal metrics opt-in (#6250) | Dan J Miller | 2019-03-07 | 1 | -1/+7 |
* | | | Prevent advanced gas input arrows from setting value to < 0 (#6248) | Dan J Miller | 2019-03-07 | 2 | -4/+24 |
* | | | Only call onRecipient and onSender methods if defined in sender-to-recipient ... | Dan J Miller | 2019-03-07 | 1 | -2/+6 |
* | | | Fix missing this reference in addtoken button onclick method (#6245) | Dan J Miller | 2019-03-06 | 1 | -1/+2 |
* | | | Fixes the 'Percentages row tracks and gutters' decpracation warning. (#6244) | Dan J Miller | 2019-03-06 | 1 | -1/+1 |
* | | | Metametrics fixes (#6238) | Dan J Miller | 2019-03-06 | 5 | -24/+33 |
* | | | Wrap in span | Thomas Huang | 2019-03-06 | 1 | -1/+1 |
* | | | Metametrics (#6171) | Dan J Miller | 2019-03-05 | 71 | -131/+1541 |
* | | | First time flow updates (#6192) | Dan J Miller | 2019-02-27 | 33 | -339/+550 |
* | | | Show/Hide Fiat on Testnets based on User Preference (#6153) | Chi Kei Chan | 2019-02-27 | 27 | -76/+742 |
* | | | Feature Flag + Mobile Sync (#5955) | Dan Finlay | 2019-02-26 | 5 | -3/+428 |
* | | | Fix gas estimation when sending to contracts (#6195) | Dan J Miller | 2019-02-26 | 5 | -7/+15 |
* | | | Merge pull request #6184 from chikeichan/6132 | Dan J Miller | 2019-02-20 | 2 | -1/+26 |
|\ \ \ |
|
| * | | | turn camcelCase method name to space separated | Chi Kei Chan | 2019-02-19 | 2 | -1/+26 |
* | | | | Merge pull request #6185 from chikeichan/5681 | Dan J Miller | 2019-02-20 | 1 | -5/+0 |
|\ \ \ \ |
|
| * | | | | Remove password check when importing Account JSON | Chi Kei Chan | 2019-02-19 | 1 | -5/+0 |
| |/ / / |
|
* / / / | Change "Token Address" to "Token Contract Address" (#6182) | Chi Kei Chan | 2019-02-20 | 1 | -1/+1 |
|/ / / |
|
* | | | Add Copy Tx ID button to transaction-list-item-details (#6146) | Chi Kei Chan | 2019-02-17 | 3 | -2/+36 |
* | | | Checksum address before slicing it for the confirm screen (#6133) | Whymarrh Whitby | 2019-02-14 | 1 | -2/+6 |
* | | | Fixed issue #5838 (#6001) | Jonathan Smirnoff | 2019-02-14 | 9 | -14/+21 |
* | | | Add button to force edit token symbol when adding custom token (#6147) | Chi Kei Chan | 2019-02-13 | 2 | -2/+38 |
* | | | Merge pull request #6139 from whymarrh/fix-confirm-advanced-gas | Whymarrh Whitby | 2019-02-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix advanced gas controls on the confirm screen | Whymarrh Whitby | 2019-02-12 | 1 | -1/+1 |
* | | | | Trim whitespace from seed phrase during import | Whymarrh Whitby | 2019-02-12 | 1 | -2/+4 |
|/ / / |
|
* | | | Add e2e tests adjusting gas before sending | Whymarrh Whitby | 2019-02-09 | 1 | -2/+6 |
* | | | Fix inline advanced gas editing | Whymarrh Whitby | 2019-02-09 | 5 | -56/+51 |
* | | | implement class for sign footer button (#6120) | Brandon Wissmann | 2019-02-08 | 1 | -0/+1 |
* | | | Set custom gas data in state from inline advance gas controls on send screen ... | Dan J Miller | 2019-02-07 | 2 | -2/+11 |
* | | | Add Swap feature to CurrencyInput (#6091) | Chi Kei Chan | 2019-02-06 | 7 | -45/+151 |
* | | | Add togglable advanced gas controls on send and confirm screens (#6112) | Dan J Miller | 2019-02-06 | 15 | -35/+578 |
* | | | Add announcement for users migrated to the new UI | Whymarrh Whitby | 2019-02-05 | 9 | -49/+79 |
* | | | Default to the new UI for all users | Whymarrh Whitby | 2019-02-05 | 1 | -1/+1 |
* | | | Remove commented references to Beta UI | Whymarrh Whitby | 2019-02-05 | 1 | -18/+0 |
* | | | Remove "Use old UI" setting | Whymarrh Whitby | 2019-02-05 | 2 | -37/+1 |
* | | | EIP-1102 updates (#6006) | Paul Bouchon | 2019-01-31 | 3 | -6/+8 |
* | | | Add visual indicator when displaying a cached balance (#5854) | Dan J Miller | 2019-01-30 | 11 | -29/+104 |
* | | | I#5956 fix2 dont overwrite existing rpc settings (#6044) | Frankie | 2019-01-30 | 3 | -5/+3 |
* | | | Prevent send to token warning (#6058) | Esteban Miño | 2019-01-24 | 16 | -11/+200 |
* | | | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 62 | -195/+2171 |
* | | | Prevent send to token (#6051) | Esteban Miño | 2019-01-23 | 8 | -3/+63 |
* | | | Use Parity on-chain registry only when is needed (#6052) | Esteban Miño | 2019-01-23 | 1 | -2/+10 |
* | | | Refactor BalanceComponent to jsx (#6048) | Alexander Tseung | 2019-01-21 | 6 | -250/+121 |
* | | | I#5956 fix 1 (#6026) | Frankie | 2019-01-18 | 1 | -0/+3 |
* | | | Fix grammar error in Current Conversion (#6029) | Alexander Tseung | 2019-01-17 | 1 | -1/+1 |
* | | | Disable account dropdown on signing screens (#6024) | Alexander Tseung | 2019-01-17 | 5 | -85/+195 |
* | | | Fix confirm screen for sending ether tx with hex data (#6008) | Alexander Tseung | 2019-01-11 | 1 | -0/+6 |
* | | | Fix ERC20 token value decoding (#5995) | Hsuan Lee | 2019-01-04 | 1 | -1/+1 |
* | | | Fix Component#componentDidUpdate usage (#5977) | Bowen | 2019-01-04 | 1 | -3/+3 |
* | | | Add scrolling button to account list | Alexander Tseung | 2019-01-04 | 5 | -250/+544 |
* | | | Prevent users from changing the From field in the send screen (#5922) | Alexander Tseung | 2018-12-14 | 16 | -408/+27 |
* | | | Fix displayed time and date in the activity log. Remove vreme library, add lu... | Alexander Tseung | 2018-12-14 | 2 | -7/+2 |
* | | | Merge pull request #5893 from MetaMask/loading-network-screen | Dan J Miller | 2018-12-14 | 8 | -31/+268 |
|\ \ \ |
|
| * | | | Clean up for the loading-network-screen | Dan Miller | 2018-12-13 | 2 | -32/+24 |
| * | | | Adds network loading retry / error screen. | Dan Miller | 2018-12-13 | 6 | -0/+222 |
| * | | | Add identifier of private network to the network loading screen message. | Dan Miller | 2018-12-13 | 1 | -4/+7 |
| * | | | Add spinner and dropdown arrow to network indicator on custom network loading. | Dan Miller | 2018-12-13 | 2 | -27/+47 |
* | | | | Fix speed up button not showing for transactions with the lowest nonce (#5925) | Alexander Tseung | 2018-12-13 | 1 | -3/+3 |
|/ / / |
|
* | | | Show transaction fee instead of total fee in top left of gas customization mo... | Dan Miller | 2018-12-13 | 4 | -9/+9 |
* | | | Fix width of gas customization model in notification view | Dan Miller | 2018-12-13 | 2 | -3/+4 |
* | | | Add missing translation to the gas customization component. | Dan Miller | 2018-12-13 | 5 | -14/+17 |
* | | | Ensures that advanced tab gas limit reflects tx gas limit | Dan Miller | 2018-12-12 | 1 | -2/+2 |
* | | | Add submitDisabled prop to Modals. Disable submit button when creating a canc... | Alexander Tseung | 2018-12-12 | 4 | -2/+44 |
* | | | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 8 | -59/+239 |
* | | | fix formatting of 32-byte strings in personal_sign (#5878) | Noah Zinsmeister | 2018-12-10 | 1 | -1/+1 |
* | | | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 28 | -314/+879 |
* | | | Fix styling of send screen in extension view when hex data on. | Dan Miller | 2018-12-04 | 3 | -9/+16 |
* | | | Final gas customization fixes | Dan Miller | 2018-12-04 | 13 | -50/+146 |
* | | | Clear custom gas data on hiding of gas customization modal. | Dan Miller | 2018-12-04 | 1 | -4/+12 |
* | | | Modify results of API data to better fit gas chart: remove outliers, pad data | Dan Miller | 2018-12-04 | 3 | -9/+19 |
* | | | Add loading spinners when waiting for APIs in the gas customization modal | Dan Miller | 2018-12-04 | 8 | -6/+56 |
* | | | Uses more reliable api on main send screen; caches basic api results in modal | Dan Miller | 2018-12-04 | 14 | -38/+81 |
* | | | Improve responsiveness of customize speed up slider. | Dan Miller | 2018-12-04 | 3 | -6/+76 |
* | | | Make gas customization modal responsive. | Dan Miller | 2018-12-04 | 4 | -1/+26 |
* | | | Fixes for components that break e2e gas customization tests, plus unit test u... | Dan Miller | 2018-12-04 | 8 | -19/+45 |
* | | | Adds speed up slide-in gas customization sidebar | Dan Miller | 2018-12-04 | 15 | -54/+255 |
* | | | Redesign of gas customization basic tab. | Dan Miller | 2018-12-04 | 5 | -10/+122 |
* | | | Clean up for mmui-i11-custom-gas-price-chart branch | Dan Miller | 2018-12-04 | 4 | -33/+25 |
* | | | Improve data management and tests for gas-modal-page-container price estimates. | Dan Miller | 2018-12-04 | 2 | -15/+15 |
* | | | Update tests, plus some lint fixes, for gas-price-chart | Dan Miller | 2018-12-04 | 3 | -53/+204 |
* | | | Clean up gas chart code. | Dan Miller | 2018-12-04 | 3 | -362/+373 |
* | | | Add control arrows to advanced gas tab inputs. | Dan Miller | 2018-12-04 | 3 | -1/+63 |
* | | | Complete integration of gas chart with redux. | Dan Miller | 2018-12-04 | 7 | -13/+146 |
* | | | Read only connection of gas price chart to redux | Dan Miller | 2018-12-04 | 10 | -21/+95 |
* | | | Gas price chart improvements, redesign, bug fixes, and set up to receive exte... | Dan Miller | 2018-12-04 | 5 | -88/+300 |
* | | | Adds not yet functional gas price chart. | Dan Miller | 2018-12-04 | 9 | -20/+286 |
* | | | Lint and unit test fixes. | Dan Miller | 2018-12-04 | 2 | -4/+4 |
* | | | Clean up for advanced gas tab customization changes. | Dan Miller | 2018-12-04 | 2 | -19/+13 |
* | | | Adds redesign for the customize gas advanced tab. | Dan Miller | 2018-12-04 | 18 | -152/+322 |
* | | | Test updates and additions for button integration with send screen. | Dan Miller | 2018-12-04 | 15 | -58/+326 |
* | | | Integrate gas buttons with the send screen. | Dan Miller | 2018-12-04 | 10 | -36/+188 |
* | | | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 16 | -140/+416 |
* | | | Styling fixes for gas customization advanced tab content. | Dan Miller | 2018-12-04 | 4 | -3/+2 |
* | | | Improvements to propdefaults in button-group.component and basic-tab-content.... | Dan Miller | 2018-12-04 | 2 | -2/+3 |
* | | | Connect the gas-button-group component to redux and a live api. | Dan Miller | 2018-12-04 | 9 | -34/+62 |
* | | | Adds basic tab content to gas customizer, with styled button group (static, f... | Dan Miller | 2018-12-04 | 15 | -15/+614 |
* | | | Improve styling of advanced-tab-content gasInput row | Dan Miller | 2018-12-04 | 3 | -5/+11 |
* | | | Add tests for advanced-tab-component.js and subcomponents. | Dan Miller | 2018-12-04 | 4 | -18/+275 |
* | | | Remove gas slider from advance-tab-content.component | Dan Miller | 2018-12-04 | 3 | -19/+2 |
* | | | Split advanced-tab-content.component.js render() method into smaller pieces;... | Dan Miller | 2018-12-04 | 2 | -31/+51 |
* | | | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ... | Dan Miller | 2018-12-04 | 15 | -12/+442 |
* | | | Use BEM for css in gas-modal-page-container | Dan Miller | 2018-12-04 | 3 | -26/+28 |
* | | | Use correct message key in gas-modal-page-container.component.js | Dan Miller | 2018-12-04 | 1 | -1/+1 |
* | | | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 9 | -29/+352 |
* | | | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 9 | -17/+31 |
* | | | Hide app-header when provider request pending (#5831) | Whymarrh Whitby | 2018-11-27 | 2 | -5/+19 |
* | | | Increase Token Symbol length to twelve | Thomas Huang | 2018-11-23 | 1 | -2/+2 |
* | | | Merge pull request #5797 from MetaMask/trezor-v6 | Bruno Barbieri | 2018-11-22 | 1 | -4/+3 |
|\ \ \ |
|
| * \ \ | fix merge conflicts | brunobar79 | 2018-11-21 | 33 | -102/+133 |
| |\ \ \ |
|
| * | | | | clean up | brunobar79 | 2018-11-15 | 1 | -1/+0 |
| * | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 2 | -1/+35 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'develop' into trezor-v5 | brunobar79 | 2018-11-14 | 12 | -17/+211 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-11-07 | 93 | -402/+1113 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-10-21 | 69 | -539/+2336 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | fix conflicts | brunobar79 | 2018-10-17 | 167 | -1450/+4483 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-09-06 | 102 | -1824/+2473 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | fix comment | brunobar79 | 2018-08-21 | 1 | -2/+0 |
| * | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-21 | 24 | -77/+723 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | add error messages | brunobar79 | 2018-08-11 | 1 | -2/+4 |
| * | | | | | | | | | | | hide export private key for trezor accounts | brunobar79 | 2018-08-10 | 1 | -2/+16 |
* | | | | | | | | | | | | Fix usage of setState in ConfirmTransactionBase#handleSubmit (#5799) | Whymarrh Whitby | 2018-11-22 | 1 | -16/+29 |
* | | | | | | | | | | | | Show byte count for hex data on confirm screen (#5798) | Whymarrh Whitby | 2018-11-22 | 1 | -1/+2 |
* | | | | | | | | | | | | Remove "Beta" from header logo | Whymarrh Whitby | 2018-11-21 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Fix button styling for Create Account Connect (#5787) | Alexander Tseung | 2018-11-20 | 2 | -9/+9 |
* | | | | | | | | | | | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 29 | -91/+122 |
* | | | | | | | | | | | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 2 | -2/+2 |
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Show APPROVED status for transactions that have been approved but not submitted | Alexander Tseung | 2018-11-14 | 2 | -1/+35 |
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
* | | | | | | | | | Fixes #3425: Better support for batch transactions (#5437) | PaddyMc | 2018-11-14 | 10 | -13/+207 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Increase number of ETH decimals displayed in the balance view from 3 to 4 (#5... | Alexander Tseung | 2018-11-10 | 2 | -4/+4 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | Update the colour of the default image used on Connect Request (#5678) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+2 |
* | | | | | | | Update "Learn more" link on 1102 connect screen (#5677) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+7 |
* | | | | | | | Update Connect Request screen design (#5644) | Whymarrh Whitby | 2018-11-06 | 13 | -26/+302 |
* | | | | | | | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 6 | -106/+37 |
* | | | | | | | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 6 | -0/+103 |
* | | | | | | | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 12 | -0/+162 |
* | | | | | | | fixed currency-display (#5619) | HackyMiner | 2018-10-30 | 2 | -3/+22 |
* | | | | | | | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 2 | -2/+4 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into HowardB... | kumavis | 2018-10-26 | 39 | -271/+324 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | ui - use variable to clarify result of emptiness check | kumavis | 2018-10-21 | 1 | -1/+3 |
| * | | | | | | | | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 85 | -590/+2547 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| * | | | | | | | | ganache-core merged my PR, so I changed some comments to clarify that ganache... | Howard Braham | 2018-10-10 | 1 | -1/+1 |
| * | | | | | | | | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 2 | -2/+2 |
* | | | | | | | | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 39 | -119/+277 |
| |_|/ / / / / /
|/| | | | | | | |
|
* | | | | | | | | Fix blockies icons overriding contract map icons. Refactor Identicon componen... | Alexander Tseung | 2018-10-25 | 21 | -138/+257 |
* | | | | | | | | Add Activity Log entry for onchain failures for a transaction. Change scrolli... | Alexander Tseung | 2018-10-23 | 13 | -111/+20 |
* | | | | | | | | Fix account display width for large currency values | Alexander Tseung | 2018-10-21 | 8 | -22/+47 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Update Shapeshift logo url and adjust list item contents | Thomas | 2018-10-18 | 1 | -3/+2 |
* | | | | | | | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 5 | -11/+82 |
* | | | | | | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 64 | -525/+2252 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Decrease click area for AmountMaxButton on send screen | Whymarrh Whitby | 2018-10-16 | 2 | -19/+24 |
* | | | | | | add tooltip for view etherscan tx (#5518) | Michael J. Cohen | 2018-10-16 | 1 | -7/+10 |
* | | | | | | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 4 | -5/+31 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Update Zendesk links for new subdomain | Whymarrh Whitby | 2018-10-12 | 4 | -4/+4 |
* | | | | | Make all addresses EIP-55 compliant (#5379) | bakaoh | 2018-10-10 | 3 | -8/+14 |
* | | | | | tests - integration - Add Drizzle tests (#5467) | Bruno Barbieri | 2018-10-10 | 1 | -1/+1 |
* | | | | | Fixed lint errors | Santiago Gonzalez Toral | 2018-10-10 | 1 | -11/+11 |
* | | | | | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 2 | -4/+124 |
* | | | | | Fix token values being undefined | Alexander Tseung | 2018-10-09 | 1 | -3/+3 |
|/ / / / |
|
* | | | | Merge pull request #5442 from whymarrh/fix-page-container-footer | Whymarrh Whitby | 2018-10-06 | 3 | -64/+64 |
|\ \ \ \ |
|
| * | | | | Fix markup for inline instances of `PageContainer`s | Whymarrh Whitby | 2018-10-06 | 3 | -64/+64 |
* | | | | | Fix action translations edge cases | Alexander Tseung | 2018-10-06 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 2 | -17/+74 |
* | | | | Remove "Copy Contract Address" from token options | Whymarrh Whitby | 2018-10-04 | 1 | -9/+0 |
* | | | | Merge pull request #5329 from whymarrh/confirm-features | Whymarrh Whitby | 2018-10-02 | 11 | -25/+203 |
|\ \ \ \ |
|
| * | | | | Only use current network txs when calculating "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -1/+6 |
| * | | | | Switch page-container__footer-* for header and footer tags | Whymarrh Whitby | 2018-10-02 | 3 | -27/+27 |
| * | | | | Reword batch reject confirm as "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -1/+1 |
| * | | | | Confirm rejecting multiple transactions with modal | Whymarrh Whitby | 2018-10-02 | 7 | -4/+100 |
| * | | | | s/Cancel/Reject/ on confirm screen for clarity | Whymarrh Whitby | 2018-10-02 | 1 | -1/+2 |
| * | | | | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 3 | -4/+37 |
| * | | | | Have PageContainerFooter take children node | Whymarrh Whitby | 2018-10-02 | 3 | -21/+64 |
* | | | | | Recipient not required on send screen when hex data present | Whymarrh Whitby | 2018-10-01 | 5 | -4/+17 |
* | | | | | Rework estimateGas logic | Whymarrh Whitby | 2018-10-01 | 1 | -10/+10 |
* | | | | | Update gas when hex data changes on send screen | Whymarrh Whitby | 2018-10-01 | 8 | -14/+54 |
* | | | | | Update send.utils.test to with better mocks | Whymarrh Whitby | 2018-10-01 | 1 | -5/+8 |
* | | | | | Allow sending transactions with hex data and no recipient | Whymarrh Whitby | 2018-10-01 | 1 | -2/+2 |
|/ / / / |
|
* | | | | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 2 | -0/+11 |
* | | | | Close transaction details modal when clicking speed up | Alexander Tseung | 2018-09-27 | 2 | -4/+10 |
* | | | | Merge pull request #5332 from MetaMask/ui-unit-tests | Thomas Huang | 2018-09-26 | 7 | -0/+488 |
|\ \ \ \ |
|
| * | | | | Some Ui tests | tmashuang | 2018-09-25 | 7 | -0/+488 |
* | | | | | Merge pull request #5282 from MetaMask/tx-cancel-ui | Alexander Tseung | 2018-09-25 | 59 | -367/+1111 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix multiplyCurrencies. Add onClose prop for Modal component. Remove hideModa... | Alexander Tseung | 2018-09-21 | 9 | -57/+40 |
| * | | | | Add unit tests | Alexander Tseung | 2018-09-20 | 8 | -15/+299 |
| * | | | | Fix unit tests | Alexander Tseung | 2018-09-20 | 1 | -5/+4 |
| * | | | | Add transition effect to TransactionListItemDetails expander | Alexander Tseung | 2018-09-20 | 2 | -13/+29 |
| * | | | | Add TransactionDetails modal | Alexander Tseung | 2018-09-20 | 9 | -9/+122 |