Files
multica/packages/views/squads/components/index.ts
Naiyuan Qing 44ee74eb25 feat(views): add squad popover hover card to ActorAvatar (#3176)
Squad avatars now show a hover card on dwell, matching the existing
agent and member cards. The card displays the squad name, member count
badge, description (line-clamp 2), and a members list (top 3, leader
first) with agent status dots. Clicking an avatar navigates to the
squad detail page. Closes MUL-2586.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
2026-05-25 08:59:10 +08:00

4 lines
156 B
TypeScript

export { SquadsPage } from "./squads-page";
export { SquadDetailPage } from "./squad-detail-page";
export { SquadProfileCard } from "./squad-profile-card";