multica/packages/ui/src
Naiyuan Qing 62267aaf19 refactor(ui): split Chat into focused components with skeleton loading
- Extract ConnectPrompt: self-contained connection code input
- Extract MessageList: pure display of messages with streaming support
- Add ChatSkeleton: skeleton placeholder shown during reconnection
- Chat component: three-state rendering (skeleton → connect → messages),
  keeps <main ref> always mounted so useScrollFade works correctly
- Remove hub-sidebar.tsx (dead code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 10:12:51 +08:00
..
components refactor(ui): split Chat into focused components with skeleton loading 2026-02-04 10:12:51 +08:00
hooks feat(ui): add auto-scroll to bottom for chat messages 2026-02-02 16:14:18 +08:00
lib feat(ui): extract components, utils, and styles from apps/web 2026-01-30 11:34:05 +08:00
styles feat(web): add scroll fade hint effect to chat message list 2026-01-30 22:14:19 +08:00
index.ts feat(ui): create @multica/ui package skeleton 2026-01-30 11:34:05 +08:00