mirror of
https://github.com/langgenius/dify.git
synced 2026-02-01 08:31:13 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| footer.tsx | ||
| header.tsx | ||
| index.spec.tsx | ||
| index.tsx | ||
| options.tsx | ||