From 83004ad3818cdb1c3a2840f180532bae9694af44 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Sun, 11 Jan 2026 20:22:28 +1300 Subject: [PATCH] docs(06-01): add UAT issues file from phase 6 plan 1 Co-Authored-By: Claude Opus 4.5 --- .../06-video-and-polish/06-01-ISSUES.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .planning/phases/06-video-and-polish/06-01-ISSUES.md diff --git a/.planning/phases/06-video-and-polish/06-01-ISSUES.md b/.planning/phases/06-video-and-polish/06-01-ISSUES.md new file mode 100644 index 00000000..24c4a141 --- /dev/null +++ b/.planning/phases/06-video-and-polish/06-01-ISSUES.md @@ -0,0 +1,35 @@ +# UAT Issues: Phase 6 Plan 1 + +**Tested:** 2026-01-09 +**Source:** .planning/phases/06-video-and-polish/06-01-SUMMARY.md +**Tester:** User via /gsd:verify-work + +## Open Issues + +[None] + +## Resolved Issues + +### UAT-001: GenerateVideoNode not accessible from UI + +**Discovered:** 2026-01-09 +**Phase/Plan:** 06-01 +**Severity:** Blocker +**Feature:** GenerateVideoNode component +**Description:** The GenerateVideoNode cannot be added to the canvas. It does not appear in the connection drop menu when dragging from a prompt node, and it does not appear in the floating action bar. +**Expected:** "Generate Video" option available in connection drop menu and/or floating action bar +**Actual:** Node option missing from both menus +**Repro:** +1. Open Node Banana at localhost:3000 +2. Drag a connection from a Prompt node's output +3. Look for "Generate Video" in the drop menu - not present +4. Check floating action bar - no video option + +**Resolved:** 2026-01-09 - Fixed in immediate hotfix +**Commit:** 1846105 +**Fix:** Added generateVideo to TEXT_TARGET_OPTIONS and IMAGE_TARGET_OPTIONS in ConnectionDropMenu.tsx + +--- +*Phase: 06-video-and-polish* +*Plan: 01* +*Tested: 2026-01-09*