Phase 9 flagged that ChatMessageList, ChatConversationList, and PersonalAssistant all read activeConversationId / scrollToMessageId from the legacy ChatPanelContext, blocking deletion of the old desktop chat drawer. Phase 16a migrates those reads off context using prop-drilling through HistorySheet so PersonalAssistant owns a local useState for the active conversation id. - ChatMessageList accepts optional scrollToMessageId/onScrollComplete props in place of useChatPanel(). - ChatConversationList accepts activeConversationId + onSelectConversation so HistorySheet can pass them through. - HistorySheet forwards the new props to its embedded list. - PersonalAssistant owns activeConversationId as local state and wires HistorySheet to it. - NexusOnboardingWizard drops its setChatOpen(true) call — the Assistant page is the chat surface now, no drawer to toggle. Leaves ChatPanel.tsx and MobileChatView.tsx as the only remaining useChatPanel consumers; both are dead chrome slated for deletion in the next commit of this phase. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| components.json | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
@paperclipai/ui
Published static assets for the Paperclip board UI.
What gets published
The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.
Typical use
Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.