aboutsummaryrefslogtreecommitdiffstats
path: root/app/images
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵kumavis2019-03-291-0/+0
|\ | | | | | | into vimalsagar-develop
| * merging upstream branchVimal2018-11-123-0/+41
| |\
| * | Adding CoinSwitch exchangeVimal2018-10-221-0/+0
| | |
* | | New settings page rebased (#6333)Dan J Miller2019-03-261-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New setting tab * Add InfoTab * Add Advanced tab * Add Security Tab * Finish mobile view * Make new setting page responsive * Fix linter * Fix y scrolling * Update link in network dropdown * Fix e2e tests * Remove duplicate translation key * Resolve merge conflict * Only change settings header in popup view. * Place mobile-sync button in advanced-tab of settings
* | | Replaces the coinbase link in the deposit modal with one for wyre (#6302)Dan J Miller2019-03-221-0/+9
| | |
* | | Metametrics (#6171)Dan J Miller2019-03-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metametrics provider and util. * Add backend api and state for participating in metametrics. * Add frontend action for participating in metametrics. * Add metametrics opt-in screen. * Add metametrics events to first time flow. * Add metametrics events for route changes * Add metametrics events for send and confirm screens * Add metametrics events to dropdowns, transactions, log in and out, settings, sig requests and main screen * Ensures each log in is measured as a new visit by metametrics. * Ensure metametrics is called with an empty string for dimensions params if specified * Adds opt in metametrics modal after unlock for existing users * Adds settings page toggle for opting in and out of MetaMetrics * Switch metametrics dimensions to page level scope * Lint, test and translation fixes for metametrics. * Update design for metametrics opt-in screen * Complete responsive styling of metametrics-opt-in modal * Use new chart image on metrics opt in screens * Incorporate the metametrics opt-in screen into the new onboarding flow * Update e2e tests to accomodate metametrics changes * Mock out metametrics network requests in integration tests * Fix tx-list integration test to support metametrics provider. * Send number of tokens and accounts data with every metametrics event. * Update metametrics event descriptor schema and add new events. * Fix import tos bug and send gas button bug due to metametrics changes. * Various small fixes on the metametrics branch. * Add origin custom variable type to metametrics.util * Fix names of onboarding complete actions (metametrics). * Fix names of Metrics Options actions (metametrics). * Clean up code related to metametrics. * Fix bad merge conflict resolution and improve promise handling in sendMetaMetrics event and confrim tx base * Don't send a second metrics event if user has gone back during first time flow. * Collect metametrics on going back from onboarding create/import. * Add missing custom variable constants for metametrics * Fix metametrics provider * Make height of opt-in modal responsive. * Adjust text content for opt-in modal. * Update metametrics event names and clean up code in opt-in-modal * Put phishing warning step next to last in onboarding flow * Link terms of service on create and import screens of first time flow * Add subtext to options on the onboarding select action screen. * Fix styling of bullet points on end of onboarding screen. * Combine phishing warning and congratulations screens. * Fix placement of users if unlocking after an incomplete onboarding import flow. * Fix capitalization in opt-in screen * Fix last onboarding screen translations * Add link to 'Learn More' on the last screen of onboarding * Code clean up: metametrics branch * Update e2e tests for phishing warning step removal * e2e tests passing on metametrics branch * Different tracking urls for metametrics on development and prod
* | | First time flow updates (#6192)Dan J Miller2019-02-273-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Action select step of onboarding flow added. * Update navigation on create and import password screens. * Adds terms of service checkbox to create and import account screens. * Add security warning to jazzicon intro step * Update and streamline unique image to confirm seed steps of first time flow. * UI touch ups to welcome screen. * UI touch up on select action page * Fix first time import flow. * Add end of flow screen to first time flow * Replace unique image screen with updated fishing warning screen. * Update e2e tests for onboarding flow changes. * Add required translations to onboarding flow. * Update design of select action screen to emphasize create new wallet option. * Clean up onboarding flow code. * Remove notice related code from first-time-flow directory. * Use updater function argument in new-account.component
* | | Add Swap feature to CurrencyInput (#6091)Chi Kei Chan2019-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Add Swap feature to CurrencyInput * Fix linter error * Fix and Add unit tests
* | | Add scrolling button to account listAlexander Tseung2019-01-041-0/+4
| | |
* | | Group transactions by nonce (#5886)Alexander Tseung2018-12-106-0/+23
| | |
* | | Remove "Beta" from header logoWhymarrh Whitby2018-11-212-115/+62
| | |
* | | Fixes #3425: Better support for batch transactions (#5437)PaddyMc2018-11-142-0/+23
| |/ |/|
* | Update Connect Request screen design (#5644)Whymarrh Whitby2018-11-062-0/+27
| | | | | | | | | | | | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together
* | Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-0/+14
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos
* Added account options on home screenSantiago Gonzalez Toral2018-10-104-0/+58
|
* Update ledger-logo.svgDavid da Silva Rosa2018-09-261-1/+33
| | | Noticed the implementation used the old Ledger logo. Simply replaced the .svg without testing, so hope someone can test the extension before merging 😄 .
* Add TransactionListItemDetails componentAlexander Tseung2018-09-131-0/+3
|
* Update logo wordmarkAlexander Tseung2018-08-192-0/+115
|
* connect screen readybrunobar792018-08-172-0/+2
|
* design completebrunobar792018-08-041-0/+18
|
* add phishing html page, and redirect to bundled page in-windowKelvin Tan2018-07-271-0/+0
|
* design donebrunobar792018-07-193-0/+167
|
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-133-0/+51
|\ | | | | | | initial-trezor-support
| * Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-073-0/+51
| |
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-078-0/+53
|\| | | | | | | initial-trezor-support
| * Merge branch 'develop' into portal-metamaskPhyrexTsai2018-06-011-0/+17
| |\
| * | Intergrate ENS with IPFSMikeCheng12082018-05-298-0/+53
| | |
* | | initial trezor supportBruno2018-06-101-0/+11
| |/ |/|
* | Add notification for dropped retry transactions (#4363)Alexander Tseung2018-05-301-0/+17
|/
* Update designs for Add Token screenAlexander Tseung2018-05-202-0/+29
|
* Use new design for reveal seed screen. Persist seed words only in first time ↵Alexander Tseung2018-04-233-15/+72
| | | | flow
* Update Confirm Contract screen (#3597)Alexander Tseung2018-03-171-0/+16
|
* Update Deposit Eth icon (#3569)Alexander Tseung2018-03-161-0/+32
|
* Update popout to fullscreen iconAlexander Tseung2018-01-181-0/+21
|
* Merge branch 'uat' into cb-388Chi Kei Chan2018-01-132-0/+0
|\
| * [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-132-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos
* | Update main view stylingAlexander Tseung2018-01-111-0/+128
|/
* Adds button for opening app in main browser window in extension.Dan2017-12-131-0/+15
|
* Add Info sectionAlexander Tseung2017-10-261-0/+0
|
* Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-251-0/+76
|\
| * Add ShapeShift UIChi Kei Chan2017-10-211-0/+76
| |
* | Account menu white check markChi Kei Chan2017-10-241-0/+14
| |
* | Adding Account Dropdown V2Chi Kei Chan2017-10-134-24/+57
| |
* | Add bolt and info icon vector imagessdtsui2017-08-232-0/+22
| |
* | Add Ethereum Logosdtsui2017-08-031-0/+11
|/
* Add Opera compatibilityDan Finlay2016-10-052-0/+0
| | | | | - Fix incorrect OS key - Add additional icon image sizes.
* Created option to pass in static file for fallback for logo.Kevin Serrano2016-08-241-0/+0
|
* Began reworking tx conf viewDan Finlay2016-07-071-0/+74
|
* add key.pngFrankie2016-06-221-0/+0
|
* icon fox eyes changed to navy blue everywhereZac Mitton2016-06-165-0/+0
|
* Add vlad icons to image folderDan Finlay2016-06-158-0/+161
|
* Remove old lock imagesDan Finlay2016-06-152-0/+0
|
* switched to icons instead of picturesZac Mitton2016-06-074-0/+0
|
* network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-024-0/+0
| | | | auto-updating yet
* Add seed word caching during confirmation screenDan Finlay2016-03-251-0/+1
| | | | | | | | In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage. To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object. Again, sorry such a big refactor in one commit, but I really had to break it down to work through it.
* Add lock images to static repo.Dan Finlay2016-03-032-0/+0
| | | | | | | Having the ui in one project but the static resources in this one is a good sign that either: - We should have the UI in this project. - We should find a way to keep the static resources in the UI repo.
* update icon assetskumavis2015-08-024-0/+0
|
* metamask provider skeletonkumavis2015-08-015-0/+0
|
* init commitkumavis2015-08-014-0/+0