add notification widget/full system

This commit is contained in:
Géry Debongnie
2019-01-29 15:19:02 +01:00
parent ec90663dd7
commit d029f87a0f
11 changed files with 149 additions and 15 deletions
@@ -1,6 +1,6 @@
import {
NotificationManager,
Notification,
INotification,
INotificationManager
} from "../../src/ts/services/notifications";
@@ -8,7 +8,7 @@ import {
// Setup and helpers
//------------------------------------------------------------------------------
function makeNotification(notif: Partial<Notification> = {}): Notification {
function makeNotification(notif: Partial<INotification> = {}): INotification {
const defaultNotif = {
id: 1,
title: "title",