feat: conversational branching, AI markers, TaskLane improvements, collapsible sidebar #120
@@ -53,7 +53,7 @@ export function HandoffModal({ onClose, onSubmit }: HandoffModalProps) {
|
|||||||
>
|
>
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="flex items-center justify-between px-4 py-3 border-b border-default">
|
<div className="flex items-center justify-between px-4 py-3 border-b border-default">
|
||||||
<h2 className="text-sm font-semibold text-heading">Hand Off Session</h2>
|
<h2 className="text-sm font-heading font-semibold text-heading">Hand Off Session</h2>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
|
|||||||
@@ -452,7 +452,7 @@ export default function DevBranchingPage() {
|
|||||||
<div className="max-w-3xl mx-auto w-full flex flex-col gap-6">
|
<div className="max-w-3xl mx-auto w-full flex flex-col gap-6">
|
||||||
{/* Page header */}
|
{/* Page header */}
|
||||||
<div>
|
<div>
|
||||||
<h1 className="text-lg font-semibold text-heading">
|
<h1 className="text-lg font-heading font-semibold text-heading">
|
||||||
Conversational Branching — Component Test
|
Conversational Branching — Component Test
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-sm text-secondary mt-1">
|
<p className="text-sm text-secondary mt-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user