Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
With this PR, we've introduced the showErrorSnackbar function, which, as the name itself suggests, shows a snackbar that's more suitable for showing error messages. The main difference between this and the existing showSnackbar snackbar is that, here, the snackbar won't disappear automatically. It'll only disappear once a user clicks on the OK button.
With this PR, this behaviour has been propagated across a couple of areas within the Headless CMS code. Other areas could use the same improvement probably, but that would be out of scope for this PR.
Changes
With this PR, we've introduced the
showErrorSnackbar
function, which, as the name itself suggests, shows a snackbar that's more suitable for showing error messages. The main difference between this and the existingshowSnackbar
snackbar is that, here, the snackbar won't disappear automatically. It'll only disappear once a user clicks on the OK button.With this PR, this behaviour has been propagated across a couple of areas within the Headless CMS code. Other areas could use the same improvement probably, but that would be out of scope for this PR.
How Has This Been Tested?
Manually.
Documentation
Changelog.