exercism / gui

MIT License
22 stars 13 forks source link

Use ember-cli-flash as fallback notifications #15

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

During the demo I used node-notifier as a way to notify events via the desktop notifications.

What happens is this is not available? Would be better to wrap the notifier service to fallback to ember-cli-flash and have notifications within the app in case the desktop notifications are disabled or unavailable (Need to check of a reliable way to determine the availability)

holandes22 commented 8 years ago

There is really no need for this as native notifications seem to be working quite well. closing