anomalyco / anomalyco/opencode
Progress indicators animate out of phase
Open
@Brendonovich is already working on this.
Since Aug 26, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Two progress indicators for the same running session can animate out of phase.
One indicator is in the session tab. The other is in the task row. They use the same component, but each CSS animation starts when its indicator mounts. Since they mount at different times, the patterns do not match.
Expected: all visible session progress indicators use the same animation phase.
Plugins
None required.
OpenCode version
Current dev branch (1216c550).
Steps to reproduce
- Open the desktop or web app with the new layout.
- Start a session that shows a progress indicator in the tab and task row.
- Compare both indicators. Their animation patterns are out of phase.
Screenshot and/or share link
Operating System
macOS
Terminal
Not applicable. This affects the desktop and web UI.
Contributor guide
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.
Assessment
This issue has not been assessed yet.