You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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)
The text was updated successfully, but these errors were encountered: