multica/apps/web/app
Naiyuan Qing da5565adcf fix(ui): wrap agent ID in span for CSS truncate ellipsis
SidebarMenuButton applies truncate via [&>span:last-child]:truncate,
so the text must be in a <span> rather than a bare text node to get
overflow-hidden + text-ellipsis + whitespace-nowrap.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 22:49:10 +08:00
..
components fix(ui): wrap agent ID in span for CSS truncate ellipsis 2026-01-30 22:49:10 +08:00
hooks feat(web): add gateway, hub, active-agent hooks and real message state 2026-01-30 22:40:50 +08:00
lib feat(web): add @multica/sdk dependency and URL config module 2026-01-30 22:40:43 +08:00
icon.png feat(web): replace default Next.js branding with Multica icon 2026-01-30 22:31:41 +08:00
layout.tsx feat(web): wire Hub sidebar, real chat messaging, and layout integration 2026-01-30 22:41:03 +08:00
page.tsx refactor(web): move sidebar layout shell to layout.tsx 2026-01-30 21:09:06 +08:00