1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/app/images/metrics-chart.svg

11 lines
1.6 KiB
XML
Raw Normal View History

<svg fill="none" height="82" width="95" xmlns="http://www.w3.org/2000/svg">
<g fill="#c4c4c4">
<rect height="27.222" rx="4" width="17.771" x=".848" y="35.778"/>
<rect height="45.111" rx="4" width="17.771" x="24.542" y="17.889"/>
<rect height="63" rx="4" width="17.771" x="48.236"/>
</g>
<ellipse cx="74.522" cy="61.055" fill="#fff" rx="19.622" ry="20.611"/>
<path d="M74.226 45.111c-8.215 0-14.883 7.004-14.883 15.633 0 8.63 6.668 15.634 14.883 15.634s14.883-7.004 14.883-15.634c0-8.629-6.668-15.633-14.883-15.633zm8.215 25.327a13.802 13.802 0 00-2.027-1.008c-.587-.225-1.12-.505-1.707-.729-1.6-.784-1.814-1.345-1.814-1.4v-.953s2.987.112 4.427-1.401c0 0-2.08-.616-1.707-4.595s-.48-7.452-3.467-7.116c0 0-1.333-1.681-3.947-.616-.907.336-3.308 1.288-3.201 6.724.107 5.49-1.867 5.49-1.867 5.49s1.014 1.57 4.48 1.514v.336c0 .112 0 .28-.052.392v.168c0 .112-.214.673-1.814 1.401a22.3 22.3 0 01-1.707.729c-.694.28-1.387.616-2.027 1.008-2.56-2.353-4.161-5.827-4.161-9.694 0-7.172 5.548-13 12.376-13s12.376 5.828 12.376 13c0 3.923-1.6 7.397-4.161 9.75z" fill="#c4c4c4"/>
<path d="M74.552 64.003h1.6v1.553h-1.6zm-1.96-3.867c.042-1.02.399-1.744 1.068-2.17.423-.272.942-.408 1.558-.408.809 0 1.48.194 2.014.58.537.387.806.96.806 1.719 0 .465-.117.858-.35 1.176-.136.194-.397.44-.784.741l-.381.296c-.208.161-.346.349-.414.564-.043.136-.066.347-.07.634h-1.45c.022-.606.08-1.023.172-1.252.093-.233.333-.5.72-.8l.392-.306c.129-.097.233-.203.312-.317a1.08 1.08 0 00.214-.65c0-.272-.08-.52-.241-.741-.158-.226-.448-.339-.87-.339-.416 0-.711.138-.887.414a1.602 1.602 0 00-.257.86z" fill="#fff"/>
Metametrics (#6171) * 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
2019-03-05 16:45:01 +01:00
</svg>