docs(KB-041): complete Step 6 — add refine feature to README and create changeset

This commit is contained in:
gsxdsm
2026-03-29 21:05:19 -07:00
parent b8de98cc6d
commit 61303f1438
10 changed files with 509 additions and 45 deletions

View File

@@ -85,12 +85,11 @@ export function Header({
<button className="btn-icon" onClick={onOpenGitHubImport} title="Import from GitHub">
<Download size={16} />
</button>
{/* Terminal button - shows badge with count when in-progress tasks exist */}
{/* Terminal button - always enabled */}
<button
className={`btn-icon btn-icon--terminal${hasInProgressTasks ? " has-badge" : ""}`}
onClick={onToggleTerminal}
title="Open Terminal View"
disabled={!hasInProgressTasks}
title="Open Terminal"
data-testid="terminal-toggle-btn"
>
<Terminal size={16} />