There's a lot of info/errors that need to be displayed to the user, yet I couldn't really where it happened.
I created a small branch that includes a tie-in to the Notification Center on the Mac:
https://github.com/TeckniX/kitematic/tree/add-notification
There seems to be a small .exe we could include that would make this do-able for Windows 8 user. Not sure about windows 7 and co.
There's a lot of info/errors that need to be displayed to the user, yet I couldn't really where it happened. I created a small branch that includes a tie-in to the Notification Center on the Mac: https://github.com/TeckniX/kitematic/tree/add-notification
There seems to be a small .exe we could include that would make this do-able for Windows 8 user. Not sure about windows 7 and co.
A better way may be to get a proper error message displayed at the bottom of the app in red? Or a slide-in tab like 'snackbar' from https://www.npmjs.com/package/react-notification?