aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Added signTokenTx; Adding token confirmation screenChi Kei Chan2017-09-123-14/+60
* Add frontend validation to send-tokenChi Kei Chan2017-09-127-14/+119
* [New-UI] Confirm Screen restyle and connect to state (#2042)Dan J Miller2017-09-126-197/+429
* Add buttons; handle back; add yarn.lockChi Kei Chan2017-09-127-42/+105
* Use transparent border for consistent size with and without border.Dan2017-09-121-1/+1
* Cleaner css for circle icon.Dan2017-09-123-24/+28
* Replace checkmark with font-awesome equivalent.Dan2017-09-121-6/+6
* Adds title, divider and descriptive text to network dropdown.Dan2017-09-122-0/+45
* Highlighted circle icons for the network menu.Dan2017-09-125-10/+99
* Style send token screenChi Kei Chan2017-09-117-31/+57
* Use width 100 and margin for the new modal input.Dan2017-09-091-1/+2
* New account modal top right close button working.Dan2017-09-091-1/+3
* Tweak styles in new-account-modal.Dan2017-09-092-9/+18
* Fix .filter token txChi Kei Chan2017-09-081-1/+2
* Re-enable Contract tx list itemChi Kei Chan2017-09-082-19/+8
* Fix css merge conflictsChi Kei Chan2017-09-082-2/+2
* Modify readonly value in for input in qr-code.Dan2017-09-081-1/+1
* Account-detail address is a readonly input.Dan2017-09-082-2/+7
* Close button in account-details-modal working.Dan2017-09-081-1/+3
* Remove highlight on modalDan2017-09-081-0/+4
* Touch up style of account-details-modal.Dan2017-09-083-12/+27
* 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-083-4/+34
* Use ternary operator instead of two conditionals.Dan2017-09-081-1/+1
* Improve tx-list item hover scss.Dan2017-09-081-3/+3
* Create tx-list-item component.Dan2017-09-083-74/+123
* Show confirm transaction screen when clicking a pending transaction in the list.Dan2017-09-084-7/+20
* Remove default to confirm screen on login.Dan2017-09-082-10/+0
* Fix font sizes on Send TokenChi Kei Chan2017-09-071-3/+3
* Send Token screen partial UIChi Kei Chan2017-09-077-3/+283
* Add Contract Tx List Item; Update Token Tx on selectChi Kei Chan2017-09-078-58/+96
* Show token balance and identiconChi Kei Chan2017-09-077-57/+90
* Adding Token transaction detail screenChi Kei Chan2017-09-0611-81/+256
* Fix token listChi Kei Chan2017-09-062-15/+24
* Implement tokens list UIChi Kei Chan2017-09-0610-107/+122
* Use .entries() instead of .keys(), and use more destructuring, for simpler code.Dan2017-09-061-9/+8
* Send tx working; user is taken to confirm page with correct transaction infor...Dan2017-09-062-38/+66
* Remove wallet-view scrollbars.Dan2017-09-051-0/+6
* Touch up transaction list item styles, remove main-content scroll bars, align...Dan2017-09-055-51/+76
* Fix styling of buy and send buttons on main screen.Dan2017-09-051-5/+4
* Capitalizations via text-transform for main screen transactions.Dan2017-09-052-2/+7
* Adjust left margin in main container.Dan2017-09-054-5/+12
* Fix header style; Address commentsChi Kei Chan2017-09-0510-59/+75
* Fix merge conflictChi Kei Chan2017-09-051-6/+0
* Fix menu styleJacky Chan2017-09-057-42/+114
* Use flex to ensure network name does not wrap.Dan2017-09-011-0/+1
* Adjust z-index of header so that it stays in place when scrolling.Dan2017-09-011-1/+1
* Fix margin, padding, height for header.Dan2017-09-013-45/+58
* Fixed network fontDan2017-09-011-0/+2
* Fixes lint errors and adds stylelint-config-standard to package.jsonDan2017-08-316-58/+55
* Lint fixesDan2017-08-3134-265/+212
* 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-312-26/+59
* Move currency toggle to its own component.Dan2017-08-313-13/+33
* Clean up send.js and eth-balance.js with es6.Dan2017-08-313-76/+87
* Minor clean up.Dan2017-08-303-17/+12
* Replace Avenir Next with alternative.Dan2017-08-302-1/+8
* Center tooltip on small screen size by using flexboxDan2017-08-303-20/+23
* Use hex values only in send.js to handle limit and price; GasTooltip accepts ...Dan2017-08-293-17/+24
* Move getTaxBN and bnMultiplyByFraction to util.jsDan2017-08-292-25/+29
* Using eth balance component to ensure proper rounding.Dan2017-08-293-32/+56
* Bind SendTransactionScreen methods to this in constructor.Dan2017-08-291-9/+20
* Refactor for clean handling of tooltip close.Dan2017-08-293-94/+64
* Styles and behaviour correctDan2017-08-294-18/+58
* Final styling improvements for tooltip; plus a few for send form.Dan2017-08-261-6/+12
* Fully connect gas data in send form and tooltip to state; final styling impro...Dan2017-08-263-18/+30
* Updating current currency from send form.Dan2017-08-262-1/+23
* Tooltip closing on click outside.Dan2017-08-262-11/+62
* Refactor tooltip to remove external lib; tooltip now updating gas fee in parent.Dan2017-08-265-72/+242
* Toggling tooltip.Dan2017-08-263-1/+90
* Add 'customize' text to gas input.Dan2017-08-262-1/+15
* Patch 3 new account modal (#1962)Dan J Miller2017-08-254-16/+105
* Patch 2 account details modal (#1957)Dan J Miller2017-08-255-19/+55
* Modify buy and send buttons color, border-radius and various size properties....Dan J Miller2017-08-233-5/+11
* Hook up showAddToken to dropdown menu item in account options dropdownsdtsui2017-08-232-3/+5
* Render TxListItem component from real data: address, identicon, status, ETH v...sdtsui2017-08-232-9/+18
* Remove fake transactions and balances from tx-list and wallet-view, respectivelysdtsui2017-08-232-70/+10
* Add data field to send token screensdtsui2017-08-231-1/+34
* [WIP] Successfully sign a hardcoded transaction, hook up remaining inputs and...sdtsui2017-08-231-12/+19
* [WIP] Use hardcoded values for dispatching from signTxsdtsui2017-08-231-17/+80
* Remove border and apply background color to gas inputsdtsui2017-08-233-2/+20
* Add layout and props for send screen inputssdtsui2017-08-233-21/+89
* [WIP] - Styling Send Screen - Need to bring in data contract for signTxsdtsui2017-08-232-141/+39
* Tweak z-indiciessdtsui2017-08-223-6/+7
* Adjust zIndex and width for send screensdtsui2017-08-223-10/+17
* [WIP] Tweak Send Screen Stylessdtsui2017-08-224-22/+37
* 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-228-39/+37
* Integrate old QR component with new modal layoutsdtsui2017-08-224-32/+37
* [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-212-40/+39
* Add wrapper CSS for AccountDetailsModalsdtsui2017-08-213-32/+45
* 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-218-111/+150
* Enhance global modal to accept styles from different componentssdtsui2017-08-211-45/+62
* Implement new dropdown design, integrate account balancessdtsui2017-08-215-27/+83
* 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-215-11/+40
* 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-143-47/+241
|\
| * Cleanup stray logs and lintsdtsui2017-08-112-6/+1
| * Add overflow support for all account names in account detailssdtsui2017-08-111-2/+11
| * Fix logic for dropdown components attaching checkmark to correct accountsdtsui2017-08-111-1/+2
| * Fix text overflow for dropdown components flagged by @frankiebeesdtsui2017-08-111-1/+14
| * 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
* | Lint and cleanup all scsssdtsui2017-08-1420-246/+331
* | Center account selection dropdown and specify useCssTransition propsdtsui2017-08-142-5/+8
* | Remove unnecessary imports, and account-detail.jssdtsui2017-08-142-283/+0
* | 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-142-214/+2
* | Remove deprecated feature: main app settings dropdownsdtsui2017-08-141-48/+0
* | [WIP] Extract network dropdown into own componentsdtsui2017-08-145-32/+95
* | [WIP] Extract network dropdown out of main app render functionsdtsui2017-08-144-6/+279
* | Move global modals into own pod, inside components/modalssdtsui2017-08-144-6/+44
* | Implement infinite scrolls (no lazy loading) for wallet viewsdtsui2017-08-123-155/+44
* | [WIP] Begin fixing responsive layout with many walletssdtsui2017-08-112-2/+57
* | Allow fullscreen scrolling on mobile view, while retaining in-window scroll f...sdtsui2017-08-111-2/+4
* | Implement responsive wallet balancessdtsui2017-08-115-18/+213
* | Cleanup SCSS and improve organization of color varssdtsui2017-08-119-54/+45
* | Add UI tweaks, including separation of overflow logic for mobile (full-height...sdtsui2017-08-113-16/+45
* | Improve text positioning on mobile viewsdtsui2017-08-113-37/+63
* | Extract scss breakpoints into variablessdtsui2017-08-111-0/+4
* | Implement widescreen layout for tx listsdtsui2017-08-114-40/+72
* | Move Txs list item styles into classessdtsui2017-08-112-37/+61
* | Add new color for txs - dusty-graysdtsui2017-08-111-2/+4
* | Cleanup txList and txView componentssdtsui2017-08-112-48/+87
* | Add selectors for txsToRender and conversionRatesdtsui2017-08-111-0/+18
* | 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
* | Add new selectors for addresses, identities, and accountssdtsui2017-08-101-0/+27
* | 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-102-3/+19
* | Vertically center modal in mobile view - @cjeriasdtsui2017-08-101-1/+4
* | Improve layout of buy buttons by tweaking text stylessdtsui2017-08-101-1/+10
* | Merge branch 'master' into NewUI-flatkumavis2017-08-096-80/+102
|\|
| * 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-0827-701/+974
| | |\|
| | * | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-051-3/+6
| | |\ \
| | * | | fixed: showing tx-s as errors vs. warningfrankiebee2017-08-051-3/+12
| * | | | Updated commonjs require path for redux-logger and redux-thunk modulesThomas Huang2017-08-091-2/+2
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkee...kumavis2017-08-0827-704/+980
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkee...kumavis2017-08-042-2/+1
| * | | | lint fixeskumavis2017-08-043-5/+8
* | | | | Fix dropdown z-index valuesdtsui2017-08-091-1/+1
* | | | | Add z indicies to settings-variablessdtsui2017-08-091-1/+13
* | | | | Add backdrop styles and box shadow to new global modal defaultssdtsui2017-08-091-0/+7
* | | | | Add minor comments and cleanup for new componentssdtsui2017-08-093-24/+16
* | | | | Hook up 'Buy with Fiat', redirect to Coinbasesdtsui2017-08-091-7/+10
* | | | | Move buy view into its own component - BuyOptionssdtsui2017-08-092-36/+72
* | | | | Add an additional font-size breakpoint for buy modal on the largest screenssdtsui2017-08-092-2/+20
* | | | | Add minor positioning tweaks for buy modal, laptop viewsdtsui2017-08-091-3/+8
* | | | | Move inline styles out into explicitly named BEM classessdtsui2017-08-093-47/+79
* | | | | Implement utility helper for checking viewport size in jssdtsui2017-08-091-0/+5
* | | | | Implement modal content for buy flow - mobile viewsdtsui2017-08-094-6/+115
* | | | | Add note for responsive modal stylessdtsui2017-08-092-0/+6
* | | | | Hook up global modal to Tx view, Buy buttonsdtsui2017-08-091-0/+4
* | | | | Implement global modalsdtsui2017-08-092-0/+85
* | | | | Add actions and reducers for global modalsdtsui2017-08-092-0/+29
* | | | | 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-083-26/+135
* | | | | Opt for calculated values in absolutely positioned caretsdtsui2017-08-072-2/+8
* | | | | Improve positioning of caret and add reusable color for wallet viewsdtsui2017-08-073-24/+16
* | | | | Position account icon, name, and caretsdtsui2017-08-073-23/+85
* | | | | Move tx and wallet view styles to component classessdtsui2017-08-073-10/+17
* | | | | Merge branch 'NewUI' into feat/mm-ui-5-mergedsdtsui2017-08-0714-60/+302
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix integration test failures: unnecessary sandwich-expando event stopPropaga...sdtsui2017-08-051-1/+0
| * | | | Lint menu-dropposdtsui2017-08-051-31/+24
| * | | | Merge pull request #1862 from sdtsui/add-rctkumavis2017-08-054-2/+144
| |\ \ \ \
| | * | | | 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-053-1/+6
| * | | | | Cleanup breakpoint css + comment on hackinesssdtsui2017-08-051-11/+14
| * | | | | Adds early breakpoint from @frankiebee 's + @kumavis 's CRsdtsui2017-08-051-0/+24
| |/ / / /
| * | | | ui - dropdown - use Object.assign syntax to appease coverage parserkumavis2017-08-041-3/+2
| * | | | Merge branch 'master' into NewUIkumavis2017-08-041-3/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge pull request #1858 from sdtsui/NewUIkumavis2017-08-047-31/+120
| |\ \ \ \
| | * | | | Adjust padding of accountSwitcher dropdownsdtsui2017-08-041-4/+7
| | * | | | Adjust top and bottom padding of accountSwitchersdtsui2017-08-041-2/+9
| | * | | | Lint ui/appsdtsui2017-08-043-14/+11
| | * | | | Allow new accounts selector to handle clickssdtsui2017-08-041-2/+2
| | * | | | Increase size of accountSelection dropdownsdtsui2017-08-041-8/+22
| | * | | | Increase size of settings dropdown and account settings dropdownsdtsui2017-08-042-2/+2
| | * | | | Increase size of network dropdownsdtsui2017-08-044-4/+28
| | * | | | De-dupe click handler for sandwich-expandosdtsui2017-08-041-6/+12
| | * | | | Add note with previous fa-angle-down for future refactorsdtsui2017-08-041-0/+2
| | * | | | Position account switcher icon back in app headersdtsui2017-08-041-2/+6
| | * | | | Move accountselector menu-droppo up to app-headersdtsui2017-08-041-0/+22
| | * | | | Disable account selection dropdown from account detailssdtsui2017-08-042-7/+16
| | * | | | Adjust account checksumAddress location upsdtsui2017-08-041-0/+1
| * | | | | Fix fox positioning.Kevin Serrano2017-08-041-1/+5
| |/ / / /
| * | | | Fix wonky widths for notices.Kevin Serrano2017-08-042-2/+6
| * | | | Add maximum width for private key revealKevin Serrano2017-08-041-1/+1
| * | | | Remove 100% properties that were messing up sizing.Kevin Serrano2017-08-041-2/+0
| * | | | Add QR functionalityKevin Serrano2017-08-041-0/+13
| * | | | lint fixkumavis2017-08-022-3/+3
* | | | | Merge branch 'master' into feat/mm-ui-5sdtsui2017-08-071-3/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix cancelTransaction not reciving a callbackfrankiebee2017-08-041-3/+6
| | |_|/ | |/| |
* | | | 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-074-12/+12
* | | | Add sidebar click handler to overlaysdtsui2017-08-071-2/+11
* | | | Refactor app-header css, including box shadow and z-indexsdtsui2017-08-074-27/+46
* | | | Add fine css tweaks to hero balance - laptopsdtsui2017-08-072-21/+11
* | | | Adjust hero balance on mobilesdtsui2017-08-071-26/+31
* | | | Adjust size of buttons for 576-780+px rangesdtsui2017-08-071-19/+5
* | | | Fix font size of eth display for 576-780px vwsdtsui2017-08-072-3/+20
* | | | Normalize sidebar dimensions and adjust hero button responsivenesssdtsui2017-08-074-26/+57
* | | | Implement hero balance UI, mobilesdtsui2017-08-073-51/+92
* | | | Position account display and burger in mobile tx viewsdtsui2017-08-072-7/+42
* | | | Disable debug stylessdtsui2017-08-071-17/+17
* | | | Move remaining debug, fonts, reset, and transitions into inverted trianglesdtsui2017-08-0713-392/+343
* | | | Move debug and colors to itcsssdtsui2017-08-073-5/+33
* | | | Remove output foldersdtsui2017-08-073-1177/+1
* | | | Remove unncessary sourcemaps from css output/sdtsui2017-08-0714-1264/+0
* | | | Organize app components scsssdtsui2017-08-0719-818/+2115
* | | | Organize app componentssdtsui2017-08-073-133/+68
* | | | Move generic button components and body styles to components and generic, res...sdtsui2017-08-079-311/+358
* | | | Move old colors intro settings/variablessdtsui2017-08-072-8/+18
* | | | Add inverted triangle css (itcss) folder structuresdtsui2017-08-0714-0/+14
* | | | Cleanup css and gulpfile post-migrationsdtsui2017-08-074-1188/+3
* | | | Migrate from css to scss + autoprefixersdtsui2017-08-0710-6/+2374
* | | | Add rough layout for flat layout tx details, add notes for breakpointssdtsui2017-08-032-23/+56
* | | | Implement 'clear buttons' for tx viewsdtsui2017-08-034-47/+57
* | | | Fix color for large password inputsdtsui2017-08-031-1/+1
* | | | Add notes for @Zanibar, with props.isUnlocked and currentView.name logssdtsui2017-08-031-0/+4
* | | | Fix background color for lock screensdtsui2017-08-031-0/+1
* | | | Isolate routing logic for isUnlocked, remove stray logssdtsui2017-08-036-21/+49
* | | | Finalize sidebar dimensionssdtsui2017-08-033-31/+33
* | | | Finalize height for main screens, excluding sidebarsdtsui2017-08-033-6/+5
* | | | Finalize width of main container for all viewportssdtsui2017-08-031-12/+19