Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 23:44:20 +00:00
co-authored by renee-png
parent 096f9171bb
commit 732aa9f417
2 changed files with 2 additions and 2 deletions
@@ -149,7 +149,7 @@ export function ApplyWorkflowDialog({
</Select>
</div>
<div>
<Label className="text-xs">Start date (due dates computed from this)</Label>
<Label className="text-xs">First task due date (next steps chain off completion)</Label>
<Popover>
<PopoverTrigger asChild>
<Button variant="outline" className="w-full justify-start font-normal">
+1 -1
View File
@@ -145,7 +145,7 @@ function WorkflowsPage() {
<div>
<h2 className="font-serif text-lg">Workflow Templates</h2>
<p className="text-sm text-muted-foreground">
Reusable task lists. Apply one to a case to spawn the tasks with computed due dates.
Sequential checklists. The first task is created when the workflow is applied; each next task spawns automatically when the previous one is marked complete, with its due date set X days after completion.
</p>
</div>
<Button onClick={() => setNewOpen(true)}>