Added alerts to todo

This commit is contained in:
Paul-Vincent Roll 2016-04-01 12:23:07 +02:00
parent eb0446bfe1
commit a381c91af7

View File

@ -16,6 +16,7 @@ Things that still have to be implemented or changed.
####Main ####Main
- Allow show/hide animations to animate the height. This way the other modules won't jump around. - 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 ####Documentation
- Write all the documentation. :) - Write all the documentation. :)