ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

desktop notifications support #7

Closed halkeye closed 11 years ago

halkeye commented 11 years ago

Add support for desktop notifications.

Chome needs the requesting of permissions to be an interactive event (click/keyboard) so i made i made an angular directive.

Works on my install of chrome and safari. Looks like there's a firefox addon to support the webkit api.

open to feedback if needed.

KevinGaudin commented 11 years ago

Nice, was planning to do it some day, thanks a lot ! Great that you implemented it as a Angular service/directive.

KevinGaudin commented 11 years ago

I just added a timeout to cancel the notification after 10s.