From f7ddce5bb0975c4ed7c8bf07f4f6c92c9c1df80e Mon Sep 17 00:00:00 2001
From: Nikolay <46225163+vigdorov@users.noreply.github.com>
Date: Sat, 1 Aug 2020 17:46:08 +0300
Subject: [PATCH] =?UTF-8?q?HM-101.=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?=
=?UTF-8?q?=D0=B5=D0=BD=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=20=D0=B4?=
=?UTF-8?q?=D0=BB=D1=8F=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B0=20=D1=83?=
=?UTF-8?q?=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9=20?=
=?UTF-8?q?(#41)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app.html | 19 ++++
.../notify-container/NotifyContainer.css | 5 +
.../notify-container/NotifyContainer.js | 12 +++
src/components/notify-container/index.js | 3 +
.../notify-message/NotifyMessage.css | 3 +
.../notify-message/NotifyMessage.js | 39 ++++++++
src/components/notify-message/index.js | 3 +
src/img/notify_icon_info.svg | 1 +
src/img/notify_icon_success.svg | 4 +
src/img/notify_icon_warn.svg | 1 +
src/services/EmitService.js | 1 +
src/services/NotifyService.js | 94 +++++++++++++++++++
12 files changed, 185 insertions(+)
create mode 100644 src/components/notify-container/NotifyContainer.css
create mode 100644 src/components/notify-container/NotifyContainer.js
create mode 100644 src/components/notify-container/index.js
create mode 100644 src/components/notify-message/NotifyMessage.css
create mode 100644 src/components/notify-message/NotifyMessage.js
create mode 100644 src/components/notify-message/index.js
create mode 100644 src/img/notify_icon_info.svg
create mode 100644 src/img/notify_icon_success.svg
create mode 100644 src/img/notify_icon_warn.svg
create mode 100644 src/services/NotifyService.js
diff --git a/src/app.html b/src/app.html
index 3dccd63..ed56907 100644
--- a/src/app.html
+++ b/src/app.html
@@ -369,6 +369,25 @@
+
+
+
+
+
+
+
+
+
+