stuyspec / cms

New CMS using React + Typescript.
MIT License
5 stars 10 forks source link

Posting an article results in draft confirmation message #26

Closed DJankauskas closed 4 years ago

DJankauskas commented 4 years ago

Currently, success and failure states for article and draft uploading are managed in Redux. However, said redux code is disgusting, and has not been updated to account for the difference between drafts and articles. This redux code should be replaced with the existing Snackbar Queue functionality provided by RMWC, allowing the user to be notified on state change by state managed by that library rather than Redux.

DJankauskas commented 4 years ago

A snackbar queue is available for import from src/modules/snackbarQueue.tsx