mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-25 12:05:06 +02:00
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>
4 lines
156 B
TypeScript
4 lines
156 B
TypeScript
export { SquadsPage } from "./squads-page";
|
|
export { SquadDetailPage } from "./squad-detail-page";
|
|
export { SquadProfileCard } from "./squad-profile-card";
|