Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Better copy for broken webapp #312

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

https://github.com/Open-EO/openeo-web-editor/blob/366e9d71e845e6ca69db2edbf2c7b9f0a72a2bc8/public/index.html#L18-L20

If the webapp deployment is broken in some way (e.g caching issue with one of the necessary JS files), a user just gets

Sorry, this website requires a modern browser. Please update your browser or use Google Chrome or Mozilla Firefox as alternative. 

image

This is misleading and confusing (e.g they get this also in one of the suggested browsers).

soxofaan commented 1 year ago

A couple of possible improvements:

m-mohr commented 1 year ago

Sounds reasonable. Happy to accept PRs.

soxofaan commented 1 year ago

let's start with just improving the error message a bit #314