#UI when duplicating a document

6 messages · Page 1 of 1 (latest)

frozen parrot
#

I am having an issue where the process for duplicating a document is taking a few seconds but there is no UI indication that anyting is happening so my users are pressing the button multiple times and generating 3-4 duplicates.

Is there supposed to be a "duplicating..." state or overlay screen? Is this an issue I should raise on GitHub?

amber iceBOT
clear jetty
#

Hey @frozen parrot! There absolutely should be a toast notification like the below telling the user that the document is being duplicated. This has been in Payload for quite some time, so it seems strange you're not seeing anything...

#

what version of Payload is your app running?

clear jetty
#

Hey @frozen parrot just following up here on the above. We want to make sure this gets resolved

inland hinge
#

Hi @clear jetty I've got the same issue. There is a duplicate toast like in your example but its at the end of the duplicate process. If you have some hook logic in the client side hook and then the server saves the items and triggers more hook logic the system appears to "hang" between pressing the duplicate button and getting the toast. Ideally we'd see the toast bar or some other UI indication that something is happening once the duplicate button has been clicked. (Payload 2.27.0)