mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-02 02:15:34 +08:00
- Add Queue/QueueItem/QueueItemIndicator/QueueItemContent primitive - Rewrite TodoList using Queue (clean list, no bordered cards, no priority badges) - Add ToolStatusBadge component (Running/Completed/Error/Denied) - Migrate CollapsibleSection from native <details> to Collapsible primitive - Add badge prop threading through CollapsibleDisplay and CollapsibleSection - Add status badges to OneLineDisplay and CollapsibleDisplay via ToolRenderer - Update SubagentContainer: theme tokens + Collapsible for tool history - Replace hardcoded gray-* colors with theme tokens throughout tool displays
10 lines
459 B
TypeScript
10 lines
459 B
TypeScript
export { CollapsibleSection } from './CollapsibleSection';
|
|
export { ToolDiffViewer } from './ToolDiffViewer';
|
|
export { OneLineDisplay } from './OneLineDisplay';
|
|
export { CollapsibleDisplay } from './CollapsibleDisplay';
|
|
export { SubagentContainer } from './SubagentContainer';
|
|
export * from './ContentRenderers';
|
|
export * from './InteractiveRenderers';
|
|
export { ToolStatusBadge } from './ToolStatusBadge';
|
|
export type { ToolStatus } from './ToolStatusBadge';
|