aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Replace checkmark with font-awesome equivalent.Dan2017-09-121-6/+6
| | * | | | | | | | | | Adds title, divider and descriptive text to network dropdown.Dan2017-09-121-0/+11
| | * | | | | | | | | | Highlighted circle icons for the network menu.Dan2017-09-123-10/+78
| | * | | | | | | | | | Style send token screenChi Kei Chan2017-09-115-30/+27
| | * | | | | | | | | | New account modal top right close button working.Dan2017-09-091-1/+3
| | * | | | | | | | | | Tweak styles in new-account-modal.Dan2017-09-091-2/+2
| | * | | | | | | | | | Re-enable Contract tx list itemChi Kei Chan2017-09-082-19/+8
| | * | | | | | | | | | Fix css merge conflictsChi Kei Chan2017-09-081-1/+1
| | * | | | | | | | | | Modify readonly value in for input in qr-code.Dan2017-09-081-1/+1
| | * | | | | | | | | | Account-detail address is a readonly input.Dan2017-09-081-2/+4
| | * | | | | | | | | | Close button in account-details-modal working.Dan2017-09-081-1/+3
| | * | | | | | | | | | Touch up style of account-details-modal.Dan2017-09-081-0/+2
| | * | | | | | | | | | Modify status copy for status === 'unapproved'Dan2017-09-081-0/+1
| | * | | | | | | | | | Link user from transaction list to etherscan if they have a transaction hash.Dan2017-09-082-3/+28
| | * | | | | | | | | | Create tx-list-item component.Dan2017-09-082-74/+107
| | * | | | | | | | | | Show confirm transaction screen when clicking a pending transaction in the list.Dan2017-09-082-3/+15
| | * | | | | | | | | | Send Token screen partial UIChi Kei Chan2017-09-073-3/+219
| | * | | | | | | | | | Add Contract Tx List Item; Update Token Tx on selectChi Kei Chan2017-09-074-22/+32
| | * | | | | | | | | | Show token balance and identiconChi Kei Chan2017-09-077-57/+90
| | * | | | | | | | | | Adding Token transaction detail screenChi Kei Chan2017-09-066-77/+213
| | * | | | | | | | | | Fix token listChi Kei Chan2017-09-062-15/+24
| | * | | | | | | | | | Implement tokens list UIChi Kei Chan2017-09-065-104/+83
| | * | | | | | | | | | Touch up transaction list item styles, remove main-content scroll bars, align...Dan2017-09-051-40/+45
| | * | | | | | | | | | Capitalizations via text-transform for main screen transactions.Dan2017-09-051-2/+2
| | * | | | | | | | | | Fix header style; Address commentsChi Kei Chan2017-09-055-39/+37
| | * | | | | | | | | | Fix merge conflictChi Kei Chan2017-09-051-6/+0
| | * | | | | | | | | | Fix menu styleJacky Chan2017-09-054-38/+87
| | * | | | | | | | | | Lint fixesDan2017-08-3125-166/+144
| | * | | | | | | | | | Refactor gas-fee-display to include usd and eth fee displays as separate comp...Dan2017-08-313-30/+93
| | * | | | | | | | | | Move gas fee to a separate component.Dan2017-08-311-0/+53
| | * | | | | | | | | | Move currency toggle to its own component.Dan2017-08-312-1/+27
| | * | | | | | | | | | Clean up send.js and eth-balance.js with es6.Dan2017-08-311-33/+25
| | * | | | | | | | | | Minor clean up.Dan2017-08-301-6/+1
| | * | | | | | | | | | Center tooltip on small screen size by using flexboxDan2017-08-301-1/+6
| | * | | | | | | | | | Use hex values only in send.js to handle limit and price; GasTooltip accepts ...Dan2017-08-291-7/+15
| | * | | | | | | | | | Using eth balance component to ensure proper rounding.Dan2017-08-292-28/+43
| | * | | | | | | | | | Refactor for clean handling of tooltip close.Dan2017-08-291-88/+46
| | * | | | | | | | | | Styles and behaviour correctDan2017-08-291-9/+11
| | * | | | | | | | | | Fully connect gas data in send form and tooltip to state; final styling impro...Dan2017-08-262-8/+15
| | * | | | | | | | | | Tooltip closing on click outside.Dan2017-08-261-6/+56
| | * | | | | | | | | | Refactor tooltip to remove external lib; tooltip now updating gas fee in parent.Dan2017-08-263-66/+136
| | * | | | | | | | | | Toggling tooltip.Dan2017-08-261-0/+66
| | * | | | | | | | | | Patch 3 new account modal (#1962)Dan J Miller2017-08-252-13/+16
| | * | | | | | | | | | Patch 2 account details modal (#1957)Dan J Miller2017-08-254-19/+11
| | * | | | | | | | | | Modify buy and send buttons color, border-radius and various size properties....Dan J Miller2017-08-231-1/+1
| | * | | | | | | | | | Hook up showAddToken to dropdown menu item in account options dropdownsdtsui2017-08-231-1/+4
| | * | | | | | | | | | Render TxListItem component from real data: address, identicon, status, ETH v...sdtsui2017-08-231-9/+11
| | * | | | | | | | | | Remove fake transactions and balances from tx-list and wallet-view, respectivelysdtsui2017-08-232-70/+10
| | * | | | | | | | | | Add layout and props for send screen inputssdtsui2017-08-231-9/+2
| | * | | | | | | | | | Hook up send screen action to Send Button in TxViewsdtsui2017-08-222-1/+5
| | * | | | | | | | | | Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-225-34/+28
| | * | | | | | | | | | Integrate old QR component with new modal layoutsdtsui2017-08-222-27/+31
| | * | | | | | | | | | [WIP] Render a QR code in AccountDetailsModalsdtsui2017-08-222-8/+6
| | * | | | | | | | | | [WIP] Aggregate data for QRViewsdtsui2017-08-222-3/+18
| | * | | | | | | | | | Add wrapper CSS for NewAccountModalsdtsui2017-08-211-39/+29
| | * | | | | | | | | | Add wrapper CSS for AccountDetailsModalsdtsui2017-08-212-32/+36
| | * | | | | | | | | | Hook up hideModal action to close icon in EditAccountNameModalsdtsui2017-08-211-1/+5
| | * | | | | | | | | | Hook up selected account label display to main wallet viewsdtsui2017-08-211-4/+3
| | * | | | | | | | | | Hook up actions to EditAccountNameModalsdtsui2017-08-215-89/+90
| | * | | | | | | | | | Enhance global modal to accept styles from different componentssdtsui2017-08-211-45/+62
| | * | | | | | | | | | Implement new dropdown design, integrate account balancessdtsui2017-08-213-27/+67
| | * | | | | | | | | | Hook up edit account name modalsdtsui2017-08-211-26/+42
| | * | | | | | | | | | Remove old design - 'Show QR Code' dropdown menu item from account selection ...sdtsui2017-08-211-16/+0
| | * | | | | | | | | | Hook up template for New Account Modalsdtsui2017-08-213-1/+95
| | * | | | | | | | | | Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-217-52/+169
| | * | | | | | | | | | Extend modal implementation and state management to accomodate multiple modal...sdtsui2017-08-212-4/+18
| | * | | | | | | | | | Add 'Account Details' dropdown menu item to account options dropdownsdtsui2017-08-211-0/+14
| | * | | | | | | | | | Add 'Add Token' dropdown menu item to account options dropdownsdtsui2017-08-211-0/+15
| | * | | | | | | | | | [WiP] Add comments for multiple modalssdtsui2017-08-151-0/+20
| | * | | | | | | | | | Merge remote-tracking branch 'mm/master' into NewUI-flatsdtsui2017-08-142-47/+120
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Lint and cleanup all scsssdtsui2017-08-141-2/+2
| | * | | | | | | | | | | Center account selection dropdown and specify useCssTransition propsdtsui2017-08-142-5/+8
| | * | | | | | | | | | | Reconfigure AccoutSelector dropdown to use new fa-caret-down instead of old iconsdtsui2017-08-141-1/+3
| | * | | | | | | | | | | Extract dropdown component into components/dropdowns, hook up to appsdtsui2017-08-146-16/+73
| | * | | | | | | | | | | Fix odd relative position conflict so main icon is rounded - See flyswatter/j...sdtsui2017-08-141-22/+19
| | * | | | | | | | | | | Remove unused code - network dropdown components in appsdtsui2017-08-141-10/+2
| | * | | | | | | | | | | [WIP] Extract network dropdown into own componentsdtsui2017-08-142-28/+45
| | * | | | | | | | | | | [WIP] Extract network dropdown out of main app render functionsdtsui2017-08-143-6/+277
| | * | | | | | | | | | | Move global modals into own pod, inside components/modalssdtsui2017-08-143-3/+40
| | * | | | | | | | | | | Implement infinite scrolls (no lazy loading) for wallet viewsdtsui2017-08-121-147/+23
| | * | | | | | | | | | | [WIP] Begin fixing responsive layout with many walletssdtsui2017-08-111-0/+51
| | * | | | | | | | | | | Implement responsive wallet balancessdtsui2017-08-111-17/+129
| | * | | | | | | | | | | Add UI tweaks, including separation of overflow logic for mobile (full-height...sdtsui2017-08-111-8/+3
| | * | | | | | | | | | | Improve text positioning on mobile viewsdtsui2017-08-111-11/+13
| | * | | | | | | | | | | Implement widescreen layout for tx listsdtsui2017-08-111-30/+28
| | * | | | | | | | | | | Move Txs list item styles into classessdtsui2017-08-111-37/+17
| | * | | | | | | | | | | Cleanup txList and txView componentssdtsui2017-08-112-48/+87
| | * | | | | | | | | | | added logging for account balanceSimon Liang2017-08-101-1/+3
| | * | | | | | | | | | | reverted my changesSimon Liang2017-08-101-17/+17
| | * | | | | | | | | | | connected wallet view dropdown button with real dataSimon Liang2017-08-101-17/+17
| | * | | | | | | | | | | redid tx-view and balance-component mapStateToProps logicSimon Liang2017-08-102-23/+27
| | * | | | | | | | | | | moved the props initialization steps into mapStateToPropsSimon Liang2017-08-101-14/+13
| | * | | | | | | | | | | extracted transaction listSimon Liang2017-08-102-102/+151
| | * | | | | | | | | | | removing styling commentsSimon Liang2017-08-101-4/+0
| | * | | | | | | | | | | [WIP] Position account potions dropdown correctly and hook up to action creatorssdtsui2017-08-103-42/+73
| | * | | | | | | | | | | Adjust modal styles to match new modal size, from cancel button tweaksdtsui2017-08-101-1/+1
| | * | | | | | | | | | | Switch buy modal 'cancel' from text to button for accessibilitysdtsui2017-08-101-3/+9
| | * | | | | | | | | | | Vertically center modal in mobile view - @cjeriasdtsui2017-08-101-1/+4
| | * | | | | | | | | | | Merge branch 'master' into NewUI-flatkumavis2017-08-094-75/+94
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix dropdown z-index valuesdtsui2017-08-091-1/+1
| | * | | | | | | | | | | | Add backdrop styles and box shadow to new global modal defaultssdtsui2017-08-091-0/+7
| | * | | | | | | | | | | | Add minor comments and cleanup for new componentssdtsui2017-08-092-13/+15
| | * | | | | | | | | | | | Hook up 'Buy with Fiat', redirect to Coinbasesdtsui2017-08-091-7/+10
| | * | | | | | | | | | | | Move buy view into its own component - BuyOptionssdtsui2017-08-091-0/+70
| | * | | | | | | | | | | | Move inline styles out into explicitly named BEM classessdtsui2017-08-091-3/+12
| | * | | | | | | | | | | | Implement modal content for buy flow - mobile viewsdtsui2017-08-091-0/+3
| | * | | | | | | | | | | | Add note for responsive modal stylessdtsui2017-08-091-0/+1
| | * | | | | | | | | | | | Hook up global modal to Tx view, Buy buttonsdtsui2017-08-091-0/+4
| | * | | | | | | | | | | | Implement global modalsdtsui2017-08-091-0/+75
| | * | | | | | | | | | | | refactored and added unit testSimon Liang2017-08-081-23/+26
| | * | | | | | | | | | | | extracted balance component and renders to the format, also wired in the acco...Simon Liang2017-08-082-23/+115
| | * | | | | | | | | | | | Opt for calculated values in absolutely positioned caretsdtsui2017-08-071-2/+5
| | * | | | | | | | | | | | Improve positioning of caret and add reusable color for wallet viewsdtsui2017-08-071-21/+12
| | * | | | | | | | | | | | Position account icon, name, and caretsdtsui2017-08-072-19/+64
| | * | | | | | | | | | | | Move tx and wallet view styles to component classessdtsui2017-08-072-9/+2
| | * | | | | | | | | | | | Merge branch 'NewUI' into feat/mm-ui-5-mergedsdtsui2017-08-076-27/+216
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Cleanup before rebase on NewUI - need new version of AccountDropdownssdtsui2017-08-071-11/+2
| | * | | | | | | | | | | | | Allow clicks on account view to enable sidebar, not just burgersdtsui2017-08-071-4/+4
| | * | | | | | | | | | | | | Refactor account name css - mobile viewssdtsui2017-08-072-10/+4
| | * | | | | | | | | | | | | Refactor app-header css, including box shadow and z-indexsdtsui2017-08-071-1/+1
| | * | | | | | | | | | | | | Add fine css tweaks to hero balance - laptopsdtsui2017-08-071-1/+1
| | * | | | | | | | | | | | | Fix font size of eth display for 576-780px vwsdtsui2017-08-071-2/+0
| | * | | | | | | | | | | | | Normalize sidebar dimensions and adjust hero button responsivenesssdtsui2017-08-072-6/+2
| | * | | | | | | | | | | | | Implement hero balance UI, mobilesdtsui2017-08-071-51/+38
| | * | | | | | | | | | | | | Position account display and burger in mobile tx viewsdtsui2017-08-072-7/+42
| | * | | | | | | | | | | | | Move remaining debug, fonts, reset, and transitions into inverted trianglesdtsui2017-08-071-2/+6
| | * | | | | | | | | | | | | Add rough layout for flat layout tx details, add notes for breakpointssdtsui2017-08-031-20/+39
| | * | | | | | | | | | | | | Implement 'clear buttons' for tx viewsdtsui2017-08-032-45/+38
| | * | | | | | | | | | | | | Isolate routing logic for isUnlocked, remove stray logssdtsui2017-08-032-3/+0
| | * | | | | | | | | | | | | Finalize height for main screens, excluding sidebarsdtsui2017-08-032-6/+1
| | * | | | | | | | | | | | | Implement custom sidebar, with close buttonsdtsui2017-08-032-12/+15
| | * | | | | | | | | | | | | Integrate slideout menu with tx viewsdtsui2017-08-031-7/+29
| | * | | | | | | | | | | | | Hook up responsive sidebarsdtsui2017-08-031-2/+2
| | * | | | | | | | | | | | | Add burger icon and phone-visible media queriessdtsui2017-08-031-0/+5
| | * | | | | | | | | | | | | Make wallet view visible iff vw above 575pxsdtsui2017-08-031-1/+1
| | * | | | | | | | | | | | | Hook up send button to Send Token screensdtsui2017-08-011-1/+12
| | * | | | | | | | | | | | | Implement mobile-friendly responsive layout with flex wrapsdtsui2017-08-012-2/+9
| | * | | | | | | | | | | | | Add rough layout for tx list itemssdtsui2017-08-011-0/+60
| | * | | | | | | | | | | | | Add tx-view content divider componentsdtsui2017-08-011-5/+6
| | * | | | | | | | | | | | | Add hyperscript for tx-view tabssdtsui2017-08-011-9/+27
| | * | | | | | | | | | | | | Add TxView, use width percentages instead of flex-grow for layoutsdtsui2017-08-012-1/+54
| | * | | | | | | | | | | | | Adjust button styles to left align with wallet textsdtsui2017-08-011-7/+4
| | * | | | | | | | | | | | | Adjust popup size to 545x450; refactor wallet view to fitsdtsui2017-08-012-60/+28
| | * | | | | | | | | | | | | Isolate wallet-content-display componentsdtsui2017-07-312-2/+62
| | * | | | | | | | | | | | | Add layout for Buy and Send buttonssdtsui2017-07-311-1/+44
| | * | | | | | | | | | | | | Add hyperscript for wallet display componentsdtsui2017-07-311-4/+48
| | * | | | | | | | | | | | | Center account name and dropdownssdtsui2017-07-311-5/+4
| | * | | | | | | | | | | | | Add note for later on isolating componentssdtsui2017-07-311-1/+1
| | * | | | | | | | | | | | | Add containers for wallet view and dropdown UIsdtsui2017-07-311-0/+81
| | * | | | | | | | | | | | | Adjust button styles for Send Token screensdtsui2017-07-311-0/+1
| | * | | | | | | | | | | | | Adjust copy in send token confirmation screensdtsui2017-07-301-2/+2
| | * | | | | | | | | | | | | Move action buttons out of send token container, tweak stylessdtsui2017-07-301-38/+40
| | * | | | | | | | | | | | | Simplify btn-green colorssdtsui2017-07-301-0/+1
| | * | | | | | | | | | | | | Add rounded background to total token, with minor styling tweakssdtsui2017-07-301-21/+171
| | * | | | | | | | | | | | | Add note to self, for future code cleanupsdtsui2017-07-301-1/+7
| | * | | | | | | | | | | | | Add content boxes to pendingTx, prep for reusabilitysdtsui2017-07-301-330/+179
| | * | | | | | | | | | | | | [WIP] Isolate form logic from rest of confirmation UIsdtsui2017-07-301-22/+27
| | * | | | | | | | | | | | | Add responsive container; add send token copysdtsui2017-07-301-0/+7
* | | | | | | | | | | | | | | Add network-indicator classname to network loading spinnerThomas2018-01-181-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2706 from danjm/MM-fix-buy-cancel-buttonThomas Huang2017-12-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fixes the cancel button in the buy screen to take the user home.Dan2017-12-091-1/+1
* | | | | | | | | | | | | | | Show watched tokens with no balanceDan Finlay2017-12-131-4/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Add 10% price bump to retry attempts.Dan Finlay2017-12-071-1/+3
* | | | | | | | | | | | | | Show retry button on submitted transactions greater than 30 seconds, add hove...Alexander Tseung2017-12-071-1/+7
* | | | | | | | | | | | | | Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into R...Dan Finlay2017-12-071-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix styling of Retry butonAlexander Tseung2017-12-071-4/+4
* | | | | | | | | | | | | | | Enforce retry tx at minimum gas of previous txDan Finlay2017-12-071-1/+9
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Connect to redux for retryTransactionAlexander Tseung2017-12-071-2/+10
* | | | | | | | | | | | | | Add button to retry transactionAlexander Tseung2017-12-071-34/+69
* | | | | | | | | | | | | | Add retry background method and actionDan Finlay2017-12-071-1/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2476 from MetaMask/100MweiMinGasPriceDan Finlay2017-10-262-12/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add labels to clarify warning.Kevin Serrano2017-10-261-4/+4
| * | | | | | | | | | | | Account for non-submitted mins and maxKevin Serrano2017-10-261-2/+2
| * | | | | | | | | | | | Add clarifying comment about wei conversion.Kevin Serrano2017-10-261-0/+1
| * | | | | | | | | | | | Cut out intermediary wei steps.Kevin Serrano2017-10-261-4/+2
| * | | | | | | | | | | | Remove unneeded toString conversions.Kevin Serrano2017-10-261-2/+2
| * | | | | | | | | | | | Move upsize conversions for input warning at front of fn.Kevin Serrano2017-10-261-3/+5
| * | | | | | | | | | | | Fix mismatched decimal/hex conversion in pending-txKevin Serrano2017-10-261-1/+1
| * | | | | | | | | | | | Resolve merge conflict.Kevin Serrano2017-10-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Reduce minimum gas price to 100 MWEIDan Finlay2017-10-251-7/+7
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * / | | | | | | | | | | Fix for gas price to be lowered.Kevin Serrano2017-10-252-11/+13
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2422 from watilde/fixes-lintKevin Serrano2017-10-254-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix lint warningsDaijiro Wachi2017-10-224-8/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'firsttimeflow' of https://github.com/chikeichan/metamask-plugin...tmashuang2017-10-246-0/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix linterChi Kei Chan2017-10-216-0/+16
| |/ / / / / / / / / /
* / / / / / / / / / / Add support for alternative ENS TLDsDan Finlay2017-10-231-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Move etherscan link logic into moduleDan Finlay2017-10-143-3/+3
* | | | | | | | | | Merge pull request #2296 from MetaMask/precision-fixDan Finlay2017-10-101-4/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix precision to account for small wei increase.Kevin Serrano2017-10-061-4/+7
* | | | | | | | | | | More appropriate stylingSergey Ukustov2017-10-081-1/+2
* | | | | | | | | | | Merge branch 'master' into SignTypedDataDan Finlay2017-10-062-15/+25
|\| | | | | | | | | |
| * | | | | | | | | | Revert to normal balances.Kevin Serrano2017-10-051-3/+3
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | ui - tx history - simplify error+warning display codekumavis2017-10-031-12/+22
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Respect code styleSergey Ukustov2017-09-301-2/+1
* | | | | | | | | Add eth_signTypedData handlerSergey Ukustov2017-09-303-0/+147
|/ / / / / / / /
* | | | | | | | Merge branch 'master' into new-currency-testkumavis2017-09-281-3/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-234-28/+43
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into AddBalanceControllerDan Finlay2017-09-141-9/+19
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Use computed balance for tx confirmationDan Finlay2017-09-141-3/+3
* | | | | | | | | Account for undefined currencies.Kevin Serrano2017-09-271-1/+2
* | | | | | | | | Comply with current currency API and add additional styling.Kevin Serrano2017-09-191-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' into fix-tooltipDan Finlay2017-09-191-25/+40
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Haha silly me, only when gas is estimated and not explicit.Kevin Serrano2017-09-141-1/+1
| * | | | | | | Lower warning threshold for high tx fee to account for fluctuating blockGasLi...Kevin Serrano2017-09-141-1/+2
| * | | | | | | Add warning of higher failure risk since app proposed gasLimit.Kevin Serrano2017-09-141-25/+39
| | |/ / / / / | |/| | | | |
* / | | | | | fixed position of tooltips to avoid overflow.Kevin Serrano2017-09-133-3/+3
|/ / / / / /
* | | | | | Fix typo.Kevin Serrano2017-09-121-2/+2
* | | | | | Add some styling.Kevin Serrano2017-09-121-0/+3
* | | | | | Move function as util function.Kevin Serrano2017-09-121-16/+2
* | | | | | Basic private key download file functionality.Kevin Serrano2017-09-121-9/+30
|/ / / / /
* | | | | Show reject all only when tx count is > 1Kevin Serrano2017-09-121-2/+3
* | | | | Merge github.com:MetaMask/metamask-extension into rejectallunapprovedKevin Serrano2017-09-121-3/+8
|\ \ \ \ \
| * | | | | Add cursor on hover on loading. Change some wording.Kevin Serrano2017-09-081-3/+3
| * | | | | Add caret to indicate network is dropdown.Kevin Serrano2017-09-081-0/+5
* | | | | | Convert icon to button.Kevin Serrano2017-09-081-0/+11
* | | | | | Fold submit and buy ether into one button slotKevin Serrano2017-09-081-15/+9
|/ / / / /
* | | | | Place object property retrieval inside try-catchKevin Serrano2017-09-081-2/+3
* | | | | Change expected type to array.Kevin Serrano2017-09-081-1/+1
* | | | | Merge branch 'master' into readd-looseKevin Serrano2017-09-061-2/+13
|\ \ \ \ \
| * | | | | Make eth_sign deprecation warning more usefulDan Finlay2017-09-061-2/+13
* | | | | | Resolve merge conflict from masterKevin Serrano2017-09-065-40/+36
|\| | | | |
| * | | | | Multiple tokens shows the amount when greater than 1Thomas Huang2017-08-301-1/+1
| * | | | | Remove eth-tx-viz link from tx history iconsDan Finlay2017-08-241-10/+1
| * | | | | Fix eth sign formattingDan Finlay2017-08-182-2/+5
| * | | | | Fallback to ethplorer linkDan Finlay2017-08-171-1/+18
| * | | | | Remove dead codeDan Finlay2017-08-171-14/+0
| * | | | | Remove default tokensDan Finlay2017-08-171-11/+1
| | |_|_|/ | |/| | |
| * | | | Cleanup stray logs and lintsdtsui2017-08-111-5/+1
| * | | | Fix text overflow for dropdown components flagged by @frankiebeesdtsui2017-08-111-1/+14
* | | | | Readd loose label onto accounts.Kevin Serrano2017-08-102-2/+20
|/ / / /
* | | | ui - buy eth - formatting and moved network names to configkumavis2017-08-101-23/+19
* | | | lint fixkumavis2017-08-091-1/+1
* | | | ui - buy eth - add dharma beta to kovankumavis2017-08-091-12/+22
* | | | ui - buy button view - refactorkumavis2017-08-091-46/+104
| |_|/ |/| |
* | | Merge branch 'master' into greenkeeper/initialkumavis2017-08-093-73/+92
|\ \ \
| * \ \ Merge pull request #1877 from MetaMask/hotfix/mobile-buy-layoutkumavis2017-08-092-70/+80
| |\ \ \
| | * | | Fix layout issues flagged by @tmashuangsdtsui2017-08-091-69/+79
| | * | | Make buy ui more central to the screensdtsui2017-08-091-1/+1
| | | |/ | | |/|
| * | | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-0814-156/+592
| |\| |
| * | | fixed: showing tx-s as errors vs. warningfrankiebee2017-08-051-3/+12
* | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkee...kumavis2017-08-0814-156/+592
|\ \ \ \ | | |/ / | |/| |
| * | | Lint menu-dropposdtsui2017-08-051-31/+24
| * | | Bring menu-droppo component into project, remove as a dependencysdtsui2017-08-052-1/+138
| * | | Re-enable css transitions for dropdowns in header, needs menu-droppo library ...sdtsui2017-08-052-1/+4
| * | | ui - dropdown - use Object.assign syntax to appease coverage parserkumavis2017-08-041-3/+2
| * | | Adjust padding of accountSwitcher dropdownsdtsui2017-08-041-4/+7
| * | | Adjust top and bottom padding of accountSwitchersdtsui2017-08-041-2/+9
| * | | Lint ui/appsdtsui2017-08-042-4/+4
| * | | Allow new accounts selector to handle clickssdtsui2017-08-041-2/+2
| * | | Increase size of accountSelection dropdownsdtsui2017-08-041-8/+22