CUPUM / nplex

Plateforme de valorisation de petits projets d'architecture et d'aménagement à Montréal.
https://www.nplex.design
4 stars 0 forks source link

Task: Implement toast messages #219

Closed iolyd closed 10 months ago

iolyd commented 11 months ago

Task Description

Toast messages are essential to provide users with feedback when actions fail or succeed. Currently, the interface simply displays error boundaries without much information or interactivity.

Such messages also add the possibility to display additional notifications to users in various cases (e.g.: general announcements).

List of actions

iolyd commented 10 months ago

Basic Toast message component is currently in place, but the integration with server-initiated messages (flash-messages) remains. Completion of this is judged somewhat critical as for the moment users get no feedback after form submissions (except errors triggering error boundaries).