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

Improve handling of non web3 enabled browsers #212

Open
guillaumegaluz opened this issue Apr 6, 2021 · 0 comments
Open

Improve handling of non web3 enabled browsers #212

guillaumegaluz opened this issue Apr 6, 2021 · 0 comments

Comments

@guillaumegaluz
Copy link

I was on Safari and filled in the whole form for adding a new project. Clicked "Add Project" and nothing happened. Checked the JS console:

Error adding a project: 
Error: Network error: Please use web3 enabled browser

I think it would be nice to let the user know earlier in the "Add Project" flow.
Maybe check if window.web3 === undefined and if so, add a banner at the top of the form to alert users they should switch browser now?

I'd love to make a PR, just want to raise this first and see if you think it's worth fixing (and if yes how)

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

No branches or pull requests

1 participant