From a381c91af739d2b93bc63e623e5d47379a4566c4 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Fri, 1 Apr 2016 12:23:07 +0200 Subject: [PATCH] Added alerts to todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30af1923..80bc19f9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Things that still have to be implemented or changed. ####Main - Allow show/hide animations to animate the height. This way the other modules won't jump around. +- Unified alerts (Blocking overlay & slide in notification) maybe using this [library](http://tympanus.net/Development/NotificationStyles/js/notificationFx.js) (from [this](http://tympanus.net/Development/NotificationStyles/growl-jelly.html) example) and [sweetalert](https://github.com/t4t5/sweetalert) for blocking? ####Documentation - Write all the documentation. :)