patchew-project / patchew

A patch email tracking and testing system
MIT License
72 stars 24 forks source link

use django.contrib.messages for actions #140

Open bonzini opened 2 years ago

bonzini commented 2 years ago

There is currently almost no feedback for actions in the blue box on the right. We could use django.contrib.messages to show a little box in a corner, and fade it away one second after the page loads.

https://docs.djangoproject.com/en/4.0/ref/contrib/messages/

bonzini commented 2 years ago

Before doing this it's probably best to update to Bootstrap 5 (the toast component had some changes between 4 and 5). The necessary changes are: