MAIF / izanami

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.
https://maif.github.io/izanami/
Apache License 2.0
184 stars 42 forks source link

Add loader on forms #828

Closed ptitFicus closed 1 month ago

ptitFicus commented 2 months ago

Forms don't display loader while submitting.

When submit takes some time (for instance when creating a new tenant), it can be problematic since the button is still available, and it feels like nothing happened.

Therefore, it would be nice to add a loading indicator in place of the button when a form is submitting.