MESH-Research / Pilcrow

A web application for Collaborative Community Review
https://pilcrow.meshresearch.dev/
GNU Lesser General Public License v3.0
4 stars 3 forks source link

refactor: Use composable for notify messages #2081

Closed gmeben closed 3 months ago

gmeben commented 3 months ago

This refactors usages of the notify library to use the useFeedbackMessages composable that's located in guiElements.js. This makes the presentation of these notifications consistent across the app.

Bonus: This also adds some missing submission status change messages for deletions and archives.

Closes #1804