mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

Extension First Privacy Modal and Get Extension View #371

Closed Carla-Moz closed 2 years ago

Carla-Moz commented 2 years ago

To test, paste localStorage.setItem("flags", JSON.stringify({onboardingV2: true})); in console

This PR adds the privacy modal to the onboarding v2, extension-first flow. Once the user accepts the terms, the get extension screen will show.

Screen Shot 2022-10-07 at 5 59 47 PM

Next, the user can click on Add the extension and it will open up the store according to browser.

Screen Shot 2022-10-07 at 6 03 11 PM

Screen Shot 2022-10-07 at 6 14 46 PM

I also removed the survey and the privacy policy from the new onboarding flow in V2 so that it goes to the product page instead.

netlify[bot] commented 2 years ago

Deploy Preview for rally-staging ready!

Name Link
Latest commit d43bfaa9fadebbf543edcda1f995938176e80b2e
Latest deploy log https://app.netlify.com/sites/rally-staging/deploys/63445919f1b7d200081167dd
Deploy Preview https://deploy-preview-371--rally-staging.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] commented 2 years ago

Deploy Preview for rally-prod ready!

Name Link
Latest commit d43bfaa9fadebbf543edcda1f995938176e80b2e
Latest deploy log https://app.netlify.com/sites/rally-prod/deploys/63445919c4da7d0009d4e55a
Deploy Preview https://deploy-preview-371--rally-prod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Carla-Moz commented 2 years ago

@thomik-corp my build keeps breaking and I'm afraid I've reached my limit, haha. Could you please help me debug?

thomik-corp commented 2 years ago

Sure thing, let me take a look.