We need to give users stronger feedback in response to actions they take, and their status (neutral, warning, success or failure). We should do a comprehensive pass, inserting toast() calls in action handlers.
I'd also like to move toasts to top-center position, instead of bottom-right. This should help make them more obvious and draw users eyes to the processing dropdown when dispatching a document or add-on process.
We need to give users stronger feedback in response to actions they take, and their status (neutral, warning, success or failure). We should do a comprehensive pass, inserting
toast()
calls in action handlers.