composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo reload bugs

mweidner037 opened this issue · comments

  • Reloading from saved state is not working for Minesweeper.
  • Potentially relatedly, LWW conflicts in Container Selector do not resolve correctly on both replicas; one just shows "Initializing..." permanently. Possibly it is missing a load() call.
  • Refreshing selector after LWW conflict can result in both apps showing.
  • Reloading selector leads to the initial screen even if an app was present.

Selector bugs appear to be fixed by #245