dify/web/app/components/base/date-and-time-picker/time-picker
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
..
footer.tsx fix: improve TimePicker footer layout and button styling (#24831) 2025-09-01 13:34:53 +08:00
header.tsx feat: plugin auto upgrade strategy (#19758) 2025-07-23 15:33:39 +08:00
index.spec.tsx feat(time-picker): add showTimezone prop with comprehensive tests 2025-10-13 17:28:39 +08:00
index.tsx feat(time-picker): add showTimezone prop with comprehensive tests 2025-10-13 17:28:39 +08:00
options.tsx feat: plugin auto upgrade strategy (#19758) 2025-07-23 15:33:39 +08:00