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
Currently each update action contains the whole list. We should probably use incremental updates instead, like with skeletons.
This will also interact with live collaboration, where we may have to redesign some update actions.
We may also want to consider lazily applying volume update actions on the proto (needs to be carefully considered though, has other effets) (That’s already done now with #7839 )
The text was updated successfully, but these errors were encountered:
Currently each update action contains the whole list. We should probably use incremental updates instead, like with skeletons.
This will also interact with live collaboration, where we may have to redesign some update actions.
We may also want to consider lazily applying volume update actions on the proto (needs to be carefully considered though, has other effets)(That’s already done now with #7839 )The text was updated successfully, but these errors were encountered: