diff --git a/src/features/community-review/CommunityCaseAddPage.tsx b/src/features/community-review/CommunityCaseAddPage.tsx index 8aff1a4..b17055e 100644 --- a/src/features/community-review/CommunityCaseAddPage.tsx +++ b/src/features/community-review/CommunityCaseAddPage.tsx @@ -10,6 +10,7 @@ import { useEffect, useMemo, useRef, useState, type ChangeEvent } from "react"; import { aiGenerationClient } from "../../api/aiGenerationClient"; import { communityClient } from "../../api/communityClient"; import WorkspacePageShell from "../../components/WorkspacePageShell"; +import "../../styles/pages/compliance.css"; import type { WebCanvasWorkflow, WebUserSession } from "../../types"; import { getWorkflowCoverUrl, isCanvasWorkflow } from "../community/communityCaseUtils"; import { canManageCommunityCases } from "./communityPermissions"; diff --git a/src/features/community-review/CommunityReviewPage.tsx b/src/features/community-review/CommunityReviewPage.tsx index 87c9fdd..d316472 100644 --- a/src/features/community-review/CommunityReviewPage.tsx +++ b/src/features/community-review/CommunityReviewPage.tsx @@ -11,6 +11,7 @@ import { useCallback, useEffect, useMemo, useState } from "react"; import { communityClient, type ServerCommunityCase } from "../../api/communityClient"; import { reportClient, type AdminReportItem } from "../../api/reportClient"; import WorkspacePageShell from "../../components/WorkspacePageShell"; +import "../../styles/pages/compliance.css"; import type { WebUserSession } from "../../types"; import { canManageCommunityCases, canReviewCommunity } from "./communityPermissions"; diff --git a/src/features/report/ReportPage.tsx b/src/features/report/ReportPage.tsx index 5a88fd3..f6886f7 100644 --- a/src/features/report/ReportPage.tsx +++ b/src/features/report/ReportPage.tsx @@ -2,6 +2,7 @@ import { CheckCircleOutlined, FlagOutlined, MailOutlined, PhoneOutlined } from " import { useEffect, useState, type FormEvent } from "react"; import { publicConfigClient, type WebPublicConfig } from "../../api/publicConfigClient"; import { reportClient, type ReportInput } from "../../api/reportClient"; +import "../../styles/pages/compliance.css"; type SubmitState = "idle" | "loading" | "success" | "error"; diff --git a/src/features/workbench/WorkbenchPage.tsx b/src/features/workbench/WorkbenchPage.tsx index ef91565..870e5c6 100644 --- a/src/features/workbench/WorkbenchPage.tsx +++ b/src/features/workbench/WorkbenchPage.tsx @@ -67,7 +67,6 @@ import { downloadResultAsset } from "./workbenchDownload"; import { translateTaskError } from "../../utils/translateTaskError"; import { buildLocalTimeoutMessage, - formatTextTokenUsage, getTaskTimeoutPolicy, isTaskLocallyTimedOut, } from "../../utils/taskLifecycle"; @@ -3227,11 +3226,6 @@ function WorkbenchPage({ {message.taskStatusLabel || generationStatus} )} - {message.role === "assistant" && message.mode === "chat" && message.status === "completed" && ( -