nexus/ui
Nexus Dev 1b6727bb1c refactor(nexus): migrate chat state off legacy panel context
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>
2026-04-11 15:53:31 +00:00
..
public feat(nexus): design system phase 1 tokens and inter font 2026-04-10 17:19:56 +00:00
src refactor(nexus): migrate chat state off legacy panel context 2026-04-11 15:53:31 +00:00
components.json Overhaul UI with shadcn components and new pages 2026-02-17 09:07:32 -06:00
index.html feat(nexus): design system phase 1 tokens and inter font 2026-04-10 17:19:56 +00:00
package.json feat: Phase 41 — Diagrams, Icons & Theme Engine (Mermaid, SVG icons, OKLCH palettes) 2026-04-05 09:56:37 +00:00
README.md Publish @paperclipai/ui from release automation 2026-03-26 11:13:11 -05:00
tsconfig.json Fix atomic markdown mention deletion 2026-03-23 16:57:27 -05:00
vite.config.ts fix(nexus): auto-bootstrap invite and vite onnxruntime middleware 2026-04-10 16:50:28 +00:00
vitest.config.ts feat: Phase 41 — Diagrams, Icons & Theme Engine (Mermaid, SVG icons, OKLCH palettes) 2026-04-05 09:56:37 +00:00

@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.