dify/web/app/components/workflow/nodes/trigger-schedule
lyzno1 4dfb8b988c
feat(time-picker): add showTimezone prop with comprehensive tests
- Add showTimezone prop to TimePickerProps for optional inline timezone display
- Integrate TimezoneLabel component into TimePicker when showTimezone=true
- Add 6 comprehensive test cases covering all showTimezone scenarios:
  * Default behavior (no timezone label)
  * Explicit disable with showTimezone=false
  * Enable with showTimezone=true
  * Inline prop correctly passed
  * No display when timezone is missing
  * Correct styling classes applied
- Update trigger-schedule panel to use showTimezone prop
- All 15 tests passing with good coverage
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 feat(schedule-trigger): enhance cron parser with mature library and comprehensive testing (#26002) 2025-09-22 10:01:48 +08:00
constants.ts feat: schedule trigger default daily midnight (#25937) 2025-09-19 08:05:00 +08:00
default.ts fix(workflow): replace hardcoded trigger node logic with metadata-driven approach 2025-09-26 22:35:21 +08:00
node.tsx fix(timezone): fix UTC offset display bug and add timezone labels 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 fix: make frequency optional 2025-09-18 17:04:02 +08:00
use-config.ts feat: schedule trigger default daily midnight (#25937) 2025-09-19 08:05:00 +08:00