Right now there's no easy way to notify the user that a group/class/event/message was created/sent successfully. It'd be awesome if a simple url parameter("?success=message") resulted in a box on any page that would show a success message.
This would be pretty easy to do within layout.haml. Look at how login/signup handles errors/success, and emulate that.
Right now there's no easy way to notify the user that a group/class/event/message was created/sent successfully. It'd be awesome if a simple url parameter("?success=message") resulted in a box on any page that would show a success message.
This would be pretty easy to do within layout.haml. Look at how login/signup handles errors/success, and emulate that.