Please check out issue #806, which provides a detailed explanation of the problem.
The concept is to send a WebSocket containing the updated data each time a transaction is completed for the moved item. This allows for the invalidation of the cache for the respective item.
After all transactions are completed (when moving multiple items), a feedback WebSocket is sent to indicate that the task has been completed on the frontend. It would be beneficial to inform which item wasn't moved in case of an error, especially when it was expected to move along with the other items.
Similar processes will be implemented for copy, delete, recycle, and validation once the current process is functional.