feat(ui): Claude Teams UI parity follow-up (SYM-43)#41
Open
feat(ui): Claude Teams UI parity follow-up (SYM-43)#41
Conversation
- Add 'active' column showing in-progress task count per worker and in total row (previously only pending + completed shown) - Fix total percentage to include all task states in denominator (was: completed/(pending+completed), now: completed/total) - Rename columns: 'complete' → 'done' for consistency with task view terminology - Show active task ID inline in persistent widget row instead of sub-line (stabilizes widget height — no dynamic extra rows) - Panel overview keeps active task sub-line for detail visibility Addresses SYM-43: UI parity follow-up (compact layout + readability)
- Add SYM-43 triage table mapping each research gap to resolution - Mark in-progress count + stable height as done - Mark deferred items (compact collapsed mode, display cycling) - Update widget liveliness row with new task state display info - Update interaction UX section with new implementations
- Document per-worker task count display (pending/active/done) - Document inline active task ID in persistent widget - Reflects changes from feat(ui) commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Claude Teams UI parity follow-up (SYM-43). Addresses the research findings from
.research/claude-teams-ui-parity.md.Changes
High-impact UI improvement: in-progress task visibility + stable widget height
Widget (
teams-widget.ts):activecolumn showing in-progress task count per worker (previously onlypending+completedshown — in-progress tasks were invisible in counts)completed/(pending+completed), now:completed/total)complete→donefor consistency with task view terminology#3) instead of sub-line — stabilizes widget height (no dynamic extra rows per worker)Panel (
teams-panel.ts):complete→done)Documentation triage
docs/claude-parity.md:README.md:Before/After
Before (widget):
After (widget):
Key improvements:
activecolumn)Verification
npm run checkpasses (typecheck + lint)npm run smoke-testpasses (325/325)Acceptance criteria
docs/claude-parity.mdtriage table)Closes SYM-43