dify/web/app/components/workflow/nodes/trigger-schedule
lyzno1 920a608e5d
fix(trigger-schedule): prevent timezone label truncation in node
- Change layout to ensure timezone label always visible with shrink-0
- Time text can truncate but timezone label stays intact
- Improves readability in constrained node space
2025-10-13 17:28:39 +08:00
..
__tests__ fix(workflow): replace hardcoded trigger node logic with metadata-driven approach 2025-09-26 22:35:21 +08:00
components fix(timezone): fix UTC offset display bug and add timezone labels 2025-10-13 17:28:39 +08:00
utils
constants.ts
default.ts fix(workflow): replace hardcoded trigger node logic with metadata-driven approach 2025-09-26 22:35:21 +08:00
node.tsx fix(trigger-schedule): prevent timezone label truncation in node 2025-10-13 17:28:39 +08:00
panel.tsx feat(time-picker): add showTimezone prop with comprehensive tests 2025-10-13 17:28:39 +08:00
types.ts
use-config.ts