### What? Added a delayed toast message to indicate when an export is being processed, and disabled the download button unless the export form has been modified. ### Why? Previously, there was no feedback during longer export operations, which could confuse users if the request took time to complete. Also, the download button was always enabled, even when the form had not been modified — which could lead to unnecessary exports. ### How? - Introduced a 200ms delay before showing a "Your export is being processed..." toast - Automatically dismisses the toast once the download completes or fails - Hooked into `useFormModified` to: - Track whether the export form has been changed - Disable the download button when the form is unmodified - Reset the modified state after triggering a download
Payload Import/Export Plugin
A plugin for Payload to easily import and export data.