laravelio / laravel.io

The Laravel.io Community Portal.
https://laravel.io
MIT License
2.44k stars 649 forks source link

User action feedback #91

Closed euantorano closed 10 years ago

euantorano commented 10 years ago

When performing actions such as editing a post, there should be some kind of feedback from the system such as a message saying "post edited successfully". This can be achieved using session flash data in the form of messages. Ideally these notices would be dismissible or would dismiss automatically.

ShawnMcCool commented 10 years ago

It's true. I don't think that we have the styles built for this, yet. But, it's definitely on the list.