Context
The MCP pairing panel (see task 2.9 in openspec/changes/mcp-server-v1/tasks.md) ships with a pulsing animation on the "● Connected" indicator. Users who set prefers-reduced-motion: reduce in OS or browser should see a static version.
Where to look
- File:
src/panel/components/MCPPairingPanel.tsx
- CSS: wherever the indicator pulse animation is defined (likely a CSS file imported by the panel)
Expected outcome
Estimated effort
S (1–2h)
How to claim
Comment @hoainho I will take this to claim. PR within 10 days or unclaimed.
Acceptance criteria
Context
The MCP pairing panel (see task 2.9 in openspec/changes/mcp-server-v1/tasks.md) ships with a pulsing animation on the "● Connected" indicator. Users who set
prefers-reduced-motion: reducein OS or browser should see a static version.Where to look
src/panel/components/MCPPairingPanel.tsxExpected outcome
@media (prefers-reduced-motion: reduce)to disable the pulse animationEstimated effort
S (1–2h)
How to claim
Comment
@hoainho I will take thisto claim. PR within 10 days or unclaimed.Acceptance criteria