Ghost/ghost/admin/app/controllers
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
..
lexical-editor
members
posts
setup
activitypub-x.js Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
application.js Added date based cache buster to client script (#19873) 2024-03-18 09:29:00 +00:00
billing.js
collection.js
collections.js
dashboard.js Moved onboarding display check into new onboarding service (#19938) 2024-03-27 17:37:37 +00:00
demo-x.js
designsandbox.js
error.js
explore.js
home.js
lexical-editor.js Improve messaging and error handling (#20078) 2024-05-14 09:31:19 +02:00
member.js Cleared member count cache on manual member add/delete (#19623) 2024-01-30 15:08:27 -06:00
members-activity.js
members.js 🐛 Fixed deleting members with email disabled (#19222) 2023-12-04 15:07:30 +01:00
mentions.js
migrate.js Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
offer.js
offers.js Fixed generating offers in data generator (#19495) 2024-01-16 13:53:34 +00:00
pages-loading.js
pages.js
posts-loading.js
posts.js
reset.js
settings-x.js
setup.js Fixed browser tests broken by onboarding changes (#19998) 2024-04-08 15:15:04 +01:00
signin.js
signup.js
site.js
tag.js
tags.js
websockets.js
whatsnew.js