docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.23k stars 1.41k forks source link

Feature: Notification Center tie-in #613

Open TeckniX opened 9 years ago

TeckniX commented 9 years ago

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?

image

TeckniX commented 9 years ago

Just adding the current code functionality - https://github.com/TeckniX/kitematic/tree/add-notification