[PR #24156] Refactor Start node UI to User Input and optimize EntryNodeContainer #30534

Closed
opened 2026-02-21 20:47:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/24156

State: closed
Merged: Yes


Summary

  • Refactor Start node display from "Start" to "User Input" in UI layer
  • Create unified EntryNodeContainer for both Start and Trigger nodes
  • Optimize indicator component to remove duplicate implementation

Changes

  • Rename TriggerContainer to EntryNodeContainer with support for both node types
  • Update English translations for Start → User Input
  • Differentiate display: Start shows "START" without indicator, Trigger shows "TRIGGER" with indicator
  • Restore simplified indicator style (green border + fill only)

Test Plan

  • New workflow creation shows "User Input"
  • Start nodes display "START" without status indicator
  • Trigger nodes display "TRIGGER" with status indicator
  • All existing functionality preserved
**Original Pull Request:** https://github.com/langgenius/dify/pull/24156 **State:** closed **Merged:** Yes --- ## Summary - Refactor Start node display from "Start" to "User Input" in UI layer - Create unified EntryNodeContainer for both Start and Trigger nodes - Optimize indicator component to remove duplicate implementation ## Changes - Rename TriggerContainer to EntryNodeContainer with support for both node types - Update English translations for Start → User Input - Differentiate display: Start shows "START" without indicator, Trigger shows "TRIGGER" with indicator - Restore simplified indicator style (green border + fill only) ## Test Plan - [x] New workflow creation shows "User Input" - [x] Start nodes display "START" without status indicator - [x] Trigger nodes display "TRIGGER" with status indicator - [x] All existing functionality preserved
yindo added the pull-request label 2026-02-21 20:47:41 -05:00
yindo closed this issue 2026-02-21 20:47:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30534