Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display New UI by default #4971

Closed
bdresser opened this issue Aug 7, 2018 · 4 comments
Closed

Display New UI by default #4971

bdresser opened this issue Aug 7, 2018 · 4 comments
Assignees

Comments

@bdresser
Copy link
Contributor

bdresser commented Aug 7, 2018

Once #3386 is completed, we should put all users in the New UI by default.

  • For users who were still on the old UI, we should display a welcome screen in the New UI. We can re-use the screen in Old UI component to suggest Beta UI #4811 with some updated copy
  • The option to switch to "Old UI" should remain in settings (for now)
  • Old UI should include a persistent banner that asks the user why they prefer the old UI. @bdresser to find appropriate survey / feedback mechanism.
@CruzMolina
Copy link

Until this is implemented, is there a way to fetch whether the user is on the old or new UI?

@bdresser
Copy link
Contributor Author

bdresser commented Aug 9, 2018

@CruzMolina I don't think you can detect which UI they're on, but you can check their version with

web3.version.getNode(function(err, result){ console.log(result) })

@CruzMolina
Copy link

CruzMolina commented Aug 9, 2018

@bdresser Gotcha 👍

Any ETA on when this will be implemented? By Nov 2nd's privacy update or prior to?

@bdresser
Copy link
Contributor Author

@CruzMolina We'll be on the new UI well before 11/2, hopefully in the next couple weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants