Skip to content

Commit

Permalink
Add internal notifications to notification drawer
Browse files Browse the repository at this point in the history
- previously only a curated list of API Events made it into the drawer
- this change catches all "internal events" currently experienced as toasts & brings them into the drawer
- future improvement may be to suppress the "toast" for certain internal events so as not to
  excessively message the user
  • Loading branch information
benjaminapetersen committed Sep 19, 2017
1 parent 6f40623 commit 7cb97e9
Show file tree
Hide file tree
Showing 6 changed files with 298 additions and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if(!projectName) {
return;
}
notificationListeners.push($rootScope.$on('NotificationDrawerWrapper.count', cb));
notificationListeners.push($rootScope.$on('NotificationDrawerWrapper.onUnreadNotifications', cb));
};

var deregisterNotificationListeners = function() {
Expand Down
Loading

0 comments on commit 7cb97e9

Please sign in to comment.