mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
feat(panel): dense tooltip pass — work surfaces (270 tips)
Task lifecycle actions get a 25-action tip map, every dialog field and git panel control annotated; fixes two round-1 disabled-button tips that could never fire and a double data-state stamp on tab-progress.
This commit is contained in:
@@ -189,7 +189,9 @@ export function TaskDescription({ task }: TaskDescriptionProps) {
|
||||
defaultOpen={false}
|
||||
title={
|
||||
<>
|
||||
<ShieldAlert className="h-4 w-4 text-amber-600 dark:text-amber-400" />
|
||||
<HelpTip label="Read-only architectural rules derived from the project's conventions — auto-attached, not editable here">
|
||||
<ShieldAlert className="h-4 w-4 text-amber-600 dark:text-amber-400" />
|
||||
</HelpTip>
|
||||
<span className="text-amber-800 dark:text-amber-300">
|
||||
Constraints
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user