Thanks.
Yeah, that's called an optimistic UI update, sometimes also optimistic rendering or optimistic concurrency.
The pattern goes like this: The client assumes the operation's gonna succeed and shows the expected result right away, before any confirmation comes back from the server, like a zap ...