mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 03:36:36 +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 |
||
|---|---|---|
| .. | ||
| calendar | ||
| common | ||
| date-picker | ||
| time-picker | ||
| utils | ||
| year-and-month-picker | ||
| hooks.ts | ||
| types.ts | ||