riboseinc / sse-elements

Tools & widgets for implementing static site editor (structured data entry) frontends in Electron
MIT License
0 stars 0 forks source link

Gracefully handle bad repository URL #3

Open strogonoff opened 4 years ago

strogonoff commented 4 years ago

If user supplies a malformed repository URL, or an URL that does not refer to a GitHub repository, the application should proceed to normal launch.

A good way could be to show the configuration screen if clone fails, or to keep it open while repository URL is cloned or validated.