paperclip/ui
scotttong b1adf5bb18 feat(ui): align ActivityCharts status hues with canonical --status-task-* tokens (B5)
VISIBLE CHANGE, staged for contact-sheet review (DECISION-SHEET.md B5,
DESIGN.md principle 5 — one status vocabulary everywhere): the per-status
chart series in ActivityCharts.tsx re-point at the canonical status
system instead of an independent palette — todo #3b82f6 blue -> amber
(--status-task-todo #f59e0b), in_progress #8b5cf6 violet -> blue
(#2563eb), in_review #a855f7 -> #7c3aed, done #10b981 -> #22c55e,
blocked #ef4444 -> #dc2626, cancelled #6b7280 -> #a8aeb2. 'backlog'
keeps --project-none per the B5 ruling; priority series, success-rate
tints, and the unknown-status fallback are not status hues and are
untouched. The three now-orphaned tokens (--hex-3b82f6/8b5cf6/a855f7)
are deleted; stale status references scrubbed from surviving token
comments. Visual snapshots intentionally NOT updated — diffs exported
for user review.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 16:43:23 -07:00
..
public [codex] Bundle UI webfonts with the app (#9020) 2026-07-06 11:02:45 -05:00
src feat(ui): align ActivityCharts status hues with canonical --status-task-* tokens (B5) 2026-07-06 16:43:23 -07:00
storybook storybook: primitive coverage stories + deterministic-render fixes 2026-07-06 13:48:17 -07:00
README.md
components.json
index.html
package.json Add browser SSH terminal for custom image setup (#8911) 2026-07-03 16:44:21 -07:00
tsconfig.json
vite.config.ts
vitest.config.ts
vitest.setup.ts

README.md

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

Storybook

Storybook config, stories, and fixtures live under ui/storybook/.

pnpm --filter @paperclipai/ui storybook
pnpm --filter @paperclipai/ui build-storybook

Typical use

Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.