From 416c7604f1b410b4e020f9e37472814166950869 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:26:52 +0000 Subject: [PATCH 1/2] Initial plan From 592c53859d08ef46fba98bfba63110d9223165cd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:28:09 +0000 Subject: [PATCH 2/2] docs: update NodeBin docstring to include FAMILY_TREE_NODE Co-authored-by: jthrilly <1387940+jthrilly@users.noreply.github.com> --- lib/interviewer/components/NodeBin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interviewer/components/NodeBin.tsx b/lib/interviewer/components/NodeBin.tsx index a3d6e7ec7..50828ef7a 100644 --- a/lib/interviewer/components/NodeBin.tsx +++ b/lib/interviewer/components/NodeBin.tsx @@ -8,7 +8,7 @@ type NodeBinProps = { }; /** - * Renders a droppable NodeBin which accepts `EXISTING_NODE`. + * Renders a droppable NodeBin which accepts `EXISTING_NODE` and `FAMILY_TREE_NODE`. */ const NodeBin = ({ accepts, dropHandler }: NodeBinProps) => { const { dropProps, isOver, willAccept } = useDropTarget({