You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An event shouldn't be allowed to be edited or deleted while it is being rendered optimistically
Current Behavior
During the timespan where the optimistically generated event is created and the HTTP request returns a response from the server:
The event cannot be drag and dropped
The event cannot be deleted (would delete a local version but the API would re-generate a new one after the HTTP request returns a response)
Steps to Reproduce
Create Event
Change event
While event change is being processed on backend, change the event again
Possible Solution
Prevent the changes while an event is optimistically rendered
Where did this happen?
Local code with an up-to-date main branch
Expected Behavior
An event shouldn't be allowed to be edited or deleted while it is being rendered optimistically
Current Behavior
During the timespan where the optimistically generated event is created and the HTTP request returns a response from the server:
The event cannot be drag and dropped
The event cannot be deleted (would delete a local version but the API would re-generate a new one after the HTTP request returns a response)
Steps to Reproduce
Possible Solution
Prevent the changes while an event is optimistically rendered
Context
#197 introduced optimistic rendering.
The text was updated successfully, but these errors were encountered: