monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
65 stars 37 forks source link

Add visual indicator while saving element #127

Open armellarcier opened 3 years ago

armellarcier commented 3 years ago

As I create or update an element and my edit involves uploading a few images, clicking save will seem to "do nothing".

It's actually waiting for the POST request to succeed before closing the element edit modal.

The "save" button should indicate that the save is actually pending.

I suggest disabling the button and add a indeterminate loader animation.