overengineeringstudio / overengineeringstudio/effect-utils
Megarepo: 'Syncing...' label shown in Success state
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 82
- Forks
- 2
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 121
Description
Issue
In packages/@overeng/megarepo/src/cli/renderers/AddOutput/view.tsx:63-75, when in the Success state after mr add, the UI still shows <Text dim>Syncing...</Text> even though the sync has already completed. This is misleading.
Suggested Fix
Replace with a completed label (e.g., Synced: / Clone:) or make the label conditional on pending vs completed status.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in packages/@overeng/megarepo/src/cli/renderers/AddOutput/view.tsx at lines 63-75 and inspect the Success state reached by mr add. Change the completed-state label or make it conditional so completed output is not shown as "Syncing...". Verify the mr add Success output displays a completed label.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100