Ghost/ghost/admin/app/components/members/modals
Peter Zimon 770f657ae9
Improve messaging and error handling (#20078)
ref DES-228

This PR updates messaging and error handling in order to make Ghost calmer and friendlier. High level summary of the changes:

- Removed all onBlur validation in Settings -> now it’s possible to just click around without being warned to fill mandatory fields
- Removed  lot of technical errors like `ValidationError: Validation (isEmpty) failed for locale`
- Completely removed the red background toast notifications, it was aggressive and raw esp. on the top
- Removed some unnecessary notifications (e.g. when removing a webhook, the removal already communicates the result)
- Now we show field errors on submitting forms, and in case of an error we show a “Retry” button in Settings too. This allowed to remove a lot of unnecessary error messages, like the big error message on the top, plus it’s consistent with the patterns outside Settings.
- Notification style is white now with filled color icons which makes everything much calmer and more refined.
- Removes redundant copy (e.g. "successful(ly)") from notifications

---------

Co-authored-by: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
2024-05-14 09:31:19 +02:00
..
bulk-add-label.hbs 🐛 Fixed broken close buttons on modals (#15514) 2022-10-04 06:33:49 +04:00
bulk-add-label.js Moved members modals 2022-09-09 18:12:03 +01:00
bulk-delete.hbs Moved members modals 2022-09-09 18:12:03 +01:00
bulk-delete.js Dropped ember-cli-moment-shim dependency 2022-09-24 13:28:23 +02:00
bulk-remove-label.hbs 🐛 Fixed broken close buttons on modals (#15514) 2022-10-04 06:33:49 +04:00
bulk-remove-label.js Moved members modals 2022-09-09 18:12:03 +01:00
bulk-unsubscribe.hbs Added specific newsletter support for bulk unsubscribes (#15742) 2022-11-16 14:29:00 +07:00
bulk-unsubscribe.js Added specific newsletter support for bulk unsubscribes (#15742) 2022-11-16 14:29:00 +07:00
delete-member.hbs 🐛 Fixed ability to cancel Stripe subscriptio when deleting member 2023-03-07 10:38:04 +01:00
delete-member.js 🐛 Fixed ability to cancel Stripe subscriptio when deleting member 2023-03-07 10:38:04 +01:00
logout-member.hbs 🔒 Added support for logging out members on all devices (#18935) 2023-11-15 17:10:28 +01:00
logout-member.js Improve messaging and error handling (#20078) 2024-05-14 09:31:19 +02:00