From f39b4f7fdcff28c64ac4aab0502d1879bafc73e6 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Wed, 18 Feb 2026 01:23:41 -0500 Subject: [PATCH] fix: replace hint paragraphs with InfoTip tooltips in NodeFormResolution Co-Authored-By: Claude Sonnet 4.6 --- .../components/tree-editor/NodeFormResolution.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/tree-editor/NodeFormResolution.tsx b/frontend/src/components/tree-editor/NodeFormResolution.tsx index e24e7df9..2e1503e1 100644 --- a/frontend/src/components/tree-editor/NodeFormResolution.tsx +++ b/frontend/src/components/tree-editor/NodeFormResolution.tsx @@ -2,6 +2,7 @@ import { useState } from 'react' import { DynamicArrayField } from './DynamicArrayField' import { useTreeEditorStore } from '@/store/treeEditorStore' import { MarkdownContent } from '@/components/ui/MarkdownContent' +import { InfoTip } from '@/components/common/InfoTip' import type { TreeStructure } from '@/types' import { cn } from '@/lib/utils' @@ -70,8 +71,9 @@ export function NodeFormResolution({ node, onUpdate }: NodeFormResolutionProps) {/* Description */}
-
-

- Supports markdown: **bold**, *italic*, - lists, 1. numbered lists, `code` -

{showPreview && node.description ? (
@@ -112,12 +111,10 @@ Document what was done and the outcome. {/* Resolution Steps */}
-