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
fix: refresh repos after adding a project on iOS home
The repo-centric home screen watches reposProvider, but project.add only
guaranteed a projects.snapshot update while repos.snapshot was fired
asynchronously on the server. After a fresh start, users could add a repo
successfully yet remain stuck on the empty state.
- Await repos.snapshot broadcast before acking project.add/remove on server
- Call refreshRepos after addProject/removeProject on the client
- Auto-trigger repo.refresh when projects grow but repos lag behind
- Teach FakeServer project.browse/project.add for the dev loop
- Add store controller tests for the refresh behaviour
- Allowlist cursoragent in CLA workflow for Cursor Cloud Agent commits
Co-authored-by: Milan Le <leduckhc@users.noreply.github.com>
custom-notsigned-prcomment: "Thank you for your contribution! Before we can merge it, please read our [Contributor License Agreement](https://github.com/leduckhc/makit/blob/main/CLA.md) and sign it by posting the comment below."
0 commit comments