Skip to content

docs: update for PR #43#14

Open
github-actions[bot] wants to merge 1 commit intomainfrom
docs/pr-43
Open

docs: update for PR #43#14
github-actions[bot] wants to merge 1 commit intomainfrom
docs/pr-43

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 2026

Summary

This PR updates the documentation to reflect all user-facing changes from node-banana PR #43.

Changes Made

New Node Documentation (pages/nodes.mdx)

Added comprehensive documentation for three new node types:

  1. OutputGallery Node

    • Displays multiple images in a scrollable 3-column thumbnail grid
    • Full-size lightbox viewer with keyboard navigation
    • Download capability for individual images
    • Real-time display of connected images
    • Use case: comparing generation results, viewing image collections
  2. ImageCompare Node

    • Side-by-side image comparison with draggable slider (powered by react-compare-slider)
    • Two labeled image inputs (A and B)
    • Real-time comparison updates
    • Use cases: before/after workflows, model comparison, parameter tuning
  3. PromptConstructor Node

    • Template-based prompt builder with @variable placeholders
    • @variable autocomplete with keyboard navigation
    • Expand modal with:
      • Adjustable font size
      • Clickable variable pills for quick insertion
      • Live "Resolved Preview" panel
      • Unsaved changes confirmation
    • Unresolved variable warnings (amber badge)
    • Example workflows for product photography and character portraits

Updated Existing Node Documentation

Prompt Node (pages/nodes.mdx):

  • Added variable naming feature documentation
    • How to assign variable names for PromptConstructor integration
    • Variable name constraints (alphanumeric, underscore, max 30 chars)
  • Expand modal now has persistent font size preference

Changelog Updates (pages/changelog.mdx)

Added new "Unreleased" section with entries for:

  • All three new node types
  • PromptConstructor expand modal with autocomplete features
  • Prompt node variable naming
  • AI chat panel for conversational workflow building/editing
  • Workflow snapshot and revert system
  • Image connection sequence numbering
  • Prompt node expand modal improvements
  • ConnectionDropMenu support for new node types
  • Bug fixes (PromptNode Enter key, PromptConstructor textarea sizing)

Core Concepts Updates (pages/core-concepts.mdx)

Updated the node listing table to include:

  • Prompt Constructor
  • Output Gallery
  • Image Compare
  • Enhanced Prompt node description (mentions variable naming)

Documentation Completeness

I analyzed the actual code changes in PR #43 to ensure all user-facing features are documented:

New Node Types: All three nodes fully documented with features, usage examples, and use cases
Prompt Variable Naming: Integration with PromptConstructor explained
PromptConstructor Features: Autocomplete, expand modal, variable resolution all covered
AI Chat Panel: Mentioned in changelog (core feature for conversational workflow editing)
Workflow Snapshots: Mentioned in changelog (undo system for AI changes)
Connection Improvements: Sequence numbering and auto-connection documented in changelog
Bug Fixes: PromptNode and PromptConstructor fixes included

Files Changed

  • pages/changelog.mdx - Added "Unreleased" section with 11 new entries
  • pages/nodes.mdx - Added 3 new node sections (~150 lines), updated overview table and Prompt section
  • pages/core-concepts.mdx - Updated node listing table

Related

Added comprehensive documentation for three new node types:
- OutputGallery: thumbnail grid with lightbox viewer for image collections
- ImageCompare: side-by-side comparison with draggable slider
- PromptConstructor: template-based prompts with @variable interpolation

Updated Prompt node documentation:
- Variable naming feature for PromptConstructor integration
- Expand modal with persistent font size preference

Added changelog entries for PR #43:
- New node types and their features
- AI chat panel for workflow building/editing
- Workflow snapshot and revert system
- Connection sequence numbering
- PromptConstructor expand modal with autocomplete
- Bug fixes for PromptNode and PromptConstructor

Updated core concepts with new node listings.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
node-banana-docs Ready Ready Preview, Comment Feb 2, 2026 10:34am

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants