aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |\ | | | | | | | | Improve layout for legacy buy screen
| | | * 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-0826-700/+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 ↵kumavis2017-08-0826-703/+980
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | greenkeeper/initial
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-08-042-2/+1
| | | | | | | | | | | | | | | | | | | | greenkeeper/initial
| * | | | 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 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 ↵Simon Liang2017-08-083-26/+135
| | | | | | | | | | | | | | | | | | | | account name
* | | | | 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 ↵sdtsui2017-08-051-1/+0
| | | | | | | | | | | | | | | | | | | | stopPropagation
| * | | | Lint menu-dropposdtsui2017-08-051-31/+24
| | | | |
| * | | | Merge pull request #1862 from sdtsui/add-rctkumavis2017-08-054-2/+144
| |\ \ \ \ | | | | | | | | | | | | Re-enable css transitions, only for dropdowns in app header
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | update
| * | | | | 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
| |\ \ \ \ | | | | | | | | | | | | UI Tweaks, Minor Bugfixes, and Dropdown Resizing
| | * | | | 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, ↵sdtsui2017-08-079-311/+358
| | | | | | | | | | | | | | | | respectively
* | | | 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-073-1184/+3
| | | |
* | | | Migrate from css to scss + autoprefixersdtsui2017-08-079-1/+2369
| | | |
* | | | 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
| | | |
* | | | Make mobile view flush with headersdtsui2017-08-032-20/+30
| | | |
* | | | Add note for styling buttonssdtsui2017-08-031-0/+2
| | | |
* | | | Isolate container component, add refactor notessdtsui2017-08-032-19/+57
| | | |
* | | | Adjust header spacing for 500px and 900px heightssdtsui2017-08-032-14/+5
| | | |
* | | | Adjust sidebar transition using @cjeria\'s feedbacksdtsui2017-08-031-10/+6
| | | |
* | | | Ensure app-header is rendered in responsive layoutsdtsui2017-08-031-1/+2
| | | |
* | | | Cleanup send, move send token into separate func to make room for send ETHsdtsui2017-08-032-35/+220
| | | |
* | | | Move overlay out of transition areasdtsui2017-08-031-17/+18
| | | |
* | | | Hook up css animationsdtsui2017-08-032-41/+73
| | | |
* | | | Add notes for overlay click actionsdtsui2017-08-031-0/+1
| | | |
* | | | Implement custom sidebar, with close buttonsdtsui2017-08-033-13/+82
| | | |
* | | | Integrate slideout menu with tx viewsdtsui2017-08-034-16/+46
| | | |
* | | | Hook up responsive sidebarsdtsui2017-08-034-3/+27
| | | |
* | | | Add burger icon and phone-visible media queriessdtsui2017-08-032-4/+9
| | | |
* | | | Make wallet view visible iff vw above 575pxsdtsui2017-08-034-5/+25
| | | |
* | | | Hook up send button to Send Token screensdtsui2017-08-011-1/+12
| | | |
* | | | Implement mobile-friendly responsive layout with flex wrapsdtsui2017-08-014-4/+16
| | | |
* | | | 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-013-5/+61
| | | |
* | | | Adjust button styles to left align with wallet textsdtsui2017-08-011-7/+4
| | | |
* | | | Use DIN OT in wallet viewsdtsui2017-08-012-6/+13
| | | |
* | | | 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-312-8/+7
| | | |
* | | | Add note for later on isolating componentssdtsui2017-07-311-1/+1
| | | |
* | | | Add box shadow to main containersdtsui2017-07-311-0/+1
| | | |
* | | | Add containers for wallet view and dropdown UIsdtsui2017-07-312-3/+84
| | | |
* | | | Add layout for main container elementssdtsui2017-07-312-12/+49
| | | |
* | | | Remove old header spacesdtsui2017-07-311-11/+0
| | | |
* | | | Adjust dimensions of popup.html and app bar to matchsdtsui2017-07-311-1/+1
| | | |
* | | | Adjust button styles for Send Token screensdtsui2017-07-312-1/+2
| | | |
* | | | 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-303-4/+4
| | | |
* | | | Enhance button and input css reset to protect from user agent stylesheetsdtsui2017-07-301-0/+4
| | | |
* | | | Add rounded background to total token, with minor styling tweakssdtsui2017-07-304-29/+180
| | | |
* | | | Add note to self, for future code cleanupsdtsui2017-07-301-1/+7
| | | |
* | | | Add content boxes to pendingTx, prep for reusabilitysdtsui2017-07-301-330/+179
| | | |
* | | | Cleanup unnecessary pending tx-switching logicsdtsui2017-07-301-60/+19
| | | |
* | | | [WIP] Isolate form logic from rest of confirmation UIsdtsui2017-07-301-22/+27
| | | |
* | | | Clean up send screensdtsui2017-07-301-2/+6
| | | |
* | | | Center action buttons, add minor style adjustmentssdtsui2017-07-302-58/+88
| | | |
* | | | Center send token content; hook up 'Next' and 'Cancel' buttonssdtsui2017-07-303-173/+203
| | | |
* | | | Add high-level css layout for Send Tokensdtsui2017-07-301-23/+78
| | | |
* | | | Add responsive container; add send token copysdtsui2017-07-302-93/+53
| | | |
* | | | Add token logo to send screensdtsui2017-07-302-2/+32
| | | |
* | | | Rearrange header components: closer to redesigned UIsdtsui2017-07-301-31/+18
| | | |
* | | | Add for use in main headersdtsui2017-07-302-1/+3
| | | |
* | | | [WIP] Propose more scaleable color managementsdtsui2017-07-301-0/+2
| |/ / |/| |
* | | Fix dropdown behavior - networksdtsui2017-07-291-1/+11
| | |
* | | Fix dropdown toggle behavior - settingssdtsui2017-07-291-1/+5
| | |
* | | Fix dropdown toggle behavior - account dropdownssdtsui2017-07-291-2/+16
| | |
* | | Fix react warningDan Finlay2017-07-281-0/+6
| | |
* | | Limit max width of seed word conf screenDan Finlay2017-07-281-2/+5
| | |
* | | Correct token pluralization for one tokenDan Finlay2017-07-281-1/+3
| | |
* | | Merge branch 'master' into NewUIDan Finlay2017-07-281-1/+0
|\| |
| * | logState - dont redundantly log to consolekumavis2017-07-271-1/+0
| | |
* | | Set min gas price to 1 gweiDan Finlay2017-07-281-1/+1
| | |
* | | Ensure loading indication is full screenDan Finlay2017-07-281-0/+1
| | |
* | | Fix loading indication placementDan Finlay2017-07-281-1/+1
| | |
* | | Remove unused parameterDan Finlay2017-07-282-2/+2
| | |
* | | Restore support linkDan Finlay2017-07-281-4/+4
| | |
* | | Fix info page formattingDan Finlay2017-07-281-6/+14
| | |
* | | Fix spellingDan Finlay2017-07-281-1/+1
| | |
* | | Fix custom provider indicationDan Finlay2017-07-272-6/+6
| | |
* | | Remove object spread syntaxDan Finlay2017-07-271-7/+9
| | |
* | | Set initial scale for mobile.Dan Finlay2017-07-272-2/+4
| | |
* | | Re-center network dropdownsdtsui2017-07-272-2/+5
| | |
* | | Make account selection dropdown menu scrollable when too large for viewsdtsui2017-07-271-0/+2
| | |
* | | Remove Account Settings item from optionsMenu, unnecessarysdtsui2017-07-271-8/+0
| | |
* | | Lots of flex rearrangement on account detail viewDan Finlay2017-07-2610-132/+129
| | | | | | | | | | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
* | | Restore sort order fixDan Finlay2017-07-251-1/+1
| | |
* | | Replace ui with responsive-uiDan Finlay2017-07-2516-576/+537
| | |
* | | Fix referenceDan Finlay2017-07-211-1/+1
| | |
* | | Merge branch 'master' into NewUIDan Finlay2017-07-213-4/+10
|\| |
| * | Lowered minimum gas price to 1 gweiDan Finlay2017-07-201-1/+1
| |/
| * Add support page link to help pageDan Finlay2017-07-181-2/+8
| | | | | | | | Also adjust github link to be a new bug link, which goes to the new issue page.
| * Fix spellingtmashuang2017-07-061-1/+1
| |
| * Reenable Default Token ListDan Finlay2017-07-061-2/+0
| | | | | | | | Looks pretty clear to me now that the heavy traffic spike was not this feature, but was the EOS crowdsale. Now that we've mitigated their traffic spike, I think we can safely re-introduce this feature.
* | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-2178-0/+10740
| |
* | Make folder for responsive UIDan Finlay2017-07-0478-10743/+0
|/
* Merge branch 'master' into i1720-NoSpinnerOnConfigKevin Serrano2017-07-042-23/+47
|\
| * Indicate which network is being searched forDan Finlay2017-07-041-1/+22
| |
| * Add menu carrat next to network searching indicatorDan Finlay2017-07-042-22/+25
| |
* | No longer show network spinner on config screenDan Finlay2017-07-041-1/+1
|/ | | | The config screen is used to select networks, so we must not block it with network loading indication.
* Merge branch 'master' into NoPopularTOkensThomas Huang2017-07-011-0/+2
|\
| * Remove send buttonDan Finlay2017-07-011-0/+2
| | | | | | | | Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
* | Stop loading popular tokens by defaultDan Finlay2017-07-011-1/+3
|/ | | | Improves performance when loading the token tab.
* Merge pull request #1700 from MetaMask/StyleImprovementsKevin Serrano2017-06-301-0/+1
|\ | | | | Add padding to token messages
| * Add padding to token messagesDan Finlay2017-06-291-0/+1
| |
* | change “ACCEPT” to “SUBMIT”frankiebee2017-06-301-1/+1
|/
* Merge pull request #1690 from MetaMask/i1669-StateCopyButtonThomas Huang2017-06-291-0/+28
|\ | | | | Add copy state logs button
| * Add copy state logs buttonDan Finlay2017-06-291-0/+28
| |
* | Merge pull request #1634 from MetaMask/i784-SendTokenButtonThomas Huang2017-06-291-7/+29
|\ \ | | | | | | Add send token button (link to TokenFactory)
| * \ Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-283-4/+21
| |\ \
| * \ \ Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-241-7/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into i784-SendTokenButtonDan Finlay2017-06-233-10/+20
| |\ \ \ \
| * | | | | Fix propagationDan Finlay2017-06-201-1/+1
| | | | | |
| * | | | | Add send button to TokenFactoryDan Finlay2017-06-201-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple solution to a temporary token send screen: Linking to EtherScan. Will hold us over until we make our own token send view.
* | | | | | Merge pull request #1620 from MetaMask/i1616-AddTokenAddingThomas Huang2017-06-297-35/+346
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Add ability to add tokens to token list
| * | | | | Remove token contract validation stepDan Finlay2017-06-281-13/+1
| | |_|_|/ | |/| | |
| * | | | Do not allow adding non token addressesDan Finlay2017-06-281-1/+13
| | | | |
| * | | | Support other network linksDan Finlay2017-06-281-1/+3
| | | | |
| * | | | Merge branch 'i1616-AddTokenAdding' of github.com:MetaMask/metamask-plugin ↵Dan Finlay2017-06-281-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into i1616-AddTokenAdding
| | * | | | Fix Back Button on Add Token ViewThomas Huang2017-06-271-1/+2
| | | |_|/ | | |/| |
| * / | | Fix token adding bugDan Finlay2017-06-281-1/+3
| |/ / /
| * | | Merge branch 'master' into i1616-AddTokenAddingDan Finlay2017-06-233-10/+20
| |\ \ \ | | | |/ | | |/|
| * | | Reduce token list clutter by only showing held tokensDan Finlay2017-06-201-7/+4
| | |/ | |/| | | | | | | We could change this when we allow hiding/removing tokens, but for now, this is a simple and pleasant solution.
| * | Add ability to add tokens to token listDan Finlay2017-06-164-17/+51
| | | | | | | | | | | | Fiex #1616
| * | Make add token screen a fully working formDan Finlay2017-06-161-11/+141
| | | | | | | | | | | | Entering the address of a valid HumanStandardToken even auto-fills the other fields!
| * | Merge branch 'AddTokenList' into AddingTokensDan Finlay2017-06-162-15/+10
| |\ \
| * | | Remove logDan Finlay2017-06-161-1/+0
| | | |
| * | | Create add token button and template viewDan Finlay2017-06-156-24/+170
| | | |
* | | | Merge pull request #1681 from MetaMask/AddressStrippingDan Finlay2017-06-281-1/+1
|\ \ \ \ | | | | | | | | | | Remove trailing periods and whitespace
| * | | | Remove trailing periods and white spaceThomas Huang2017-06-281-1/+1
| | | | |
* | | | | Add Back Button for Import ScreenThomas Huang2017-06-281-0/+9
| | | | |
* | | | | Merge pull request #1675 from MetaMask/warning-fixesDan Finlay2017-06-282-2/+2
|\ \ \ \ \ | | | | | | | | | | | | React Warning Fixes
| * | | | | Fix react warning for keys on ens address bookKevin Serrano2017-06-271-1/+1
| | | | | |
| * | | | | Fix react warning on create-vault-completeKevin Serrano2017-06-271-1/+1
| | |_|_|/ | |/| | |
* | | | | Rename Send to NextThomas Huang2017-06-281-1/+1
| |/ / / |/| | |
* | | | Change disabling button as state property.Kevin Serrano2017-06-271-5/+4
| | | |
* | | | Prevent users from accidentally submitting two transactions by disabling button.Kevin Serrano2017-06-271-0/+3
|/ / /
* | | Merge pull request #1603 from MetaMask/AddTokenListKevin Serrano2017-06-2312-31/+371
|\ \ \ | | | | | | | | Add popular token list
| * | | Add better event lifecycle management to token list.Dan Finlay2017-06-201-4/+18
| | |/ | |/| | | | | | | | | | Token list now renders errors when a token lookup fails. Also now cleans up event listeners when re-initializing the token list.
| * | Merge remote-tracking branch 'origin/master' into AddTokenListDan Finlay2017-06-162-15/+10
| |\ \ | | |/ | |/|
| * | Hide message on normal loadingDan Finlay2017-06-151-1/+3
| | |
| * | Multiple loading style improvementsDan Finlay2017-06-152-8/+16
| | | | | | | | | | | | | | | | | | | | | - When seeking network, show a full screen loading indication + message. - Network menu is still accessible "over" this indication. - Top Menu-Droppo components now slide *under* the menu bar like they should. - Loading indication opacity increased to increase message legibility.
| * | Remove excessive logDan Finlay2017-06-151-1/+0
| | |
| * | Add no tokens messageDan Finlay2017-06-151-9/+13
| | |
| * | Vertically center loading indicationDan Finlay2017-06-151-2/+10
| | |
| * | Refresh token balance on network changeDan Finlay2017-06-151-5/+22
| | |
| * | Persist selected account tabDan Finlay2017-06-153-12/+41
| | | | | | | | | | | | Also improve error handling with token balances.
| * | Rename history to sentDan Finlay2017-06-141-1/+1
| | |
| * | Auto populate token list with popular token balancesDan Finlay2017-06-146-30/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | Half implements #175 Things to do: - Add ability to add tokens to the list. - Persist the token tab selection (so it is an implicit preference) - Check what's up with the token-tracker polling, it seems like it is not waiting the interval.
| * | Merge branch 'master' into AddTokenListDan Finlay2017-06-1337-6150/+982
| |\ \