feat(FN-5589): merge fusion/fn-5589

This commit is contained in:
gsxdsm
2026-05-26 07:29:28 -07:00
parent 4b5a2e5c68
commit aa64643cf1
10 changed files with 260 additions and 141 deletions

View File

@@ -12,7 +12,7 @@ import type { ReactNode } from "react";
import type { Task, TaskDetail, WorkflowStep } from "@fusion/core";
/** Tab identifiers for the task detail modal. Mirrors the dashboard's local enum. */
export type DetailTaskTab = "definition" | "logs" | "changes" | "comments" | "model" | "workflow" | "retries";
export type DetailTaskTab = "definition" | "logs" | "changes" | "comments" | "model" | "workflow" | "pr" | "retries";
export type PluginToastType = "success" | "error" | "warning" | "info";