Training notes
Last edited {formatDateTime(example.updatedAt)} · edits are versioned
{!editing ?
: null}
{editing ? : {example.notes || "No notes recorded."}
}
Frozen state
read-onlyThreadIssueRunsCodeDecision
diff --git a/ui/src/pages/WhatNeedsMe.tsx b/ui/src/pages/WhatNeedsMe.tsx
index 4a3d3ea19e..ded932a7b9 100644
--- a/ui/src/pages/WhatNeedsMe.tsx
+++ b/ui/src/pages/WhatNeedsMe.tsx
@@ -36,6 +36,7 @@ import {
type AttentionGroupBy,
type AttentionSortOrder,
} from "../lib/attention";
+import { decisionTrainingHref } from "../lib/decisionTraining";
import { cn } from "../lib/utils";
import { hasBlockingShortcutDialog, resolveAttentionQueueKeyAction } from "../lib/keyboardShortcuts";
import { PageSkeleton } from "../components/PageSkeleton";
@@ -423,12 +424,7 @@ export function WhatNeedsMe() {
return (
-
-
Decisions
-
-
+
Decisions
{visibleCount > 0 && (
@@ -490,6 +486,17 @@ export function WhatNeedsMe() {
+
{/* Sort */}