## Changes This PR unifies icon parameter types in UI components: - Changed `ListItem.check_icon` parameter type from `IconName` to `impl Into<Icon>` - Changed `Dropdown.icon` parameter type from `impl Into<IconName>` to `impl Into<Icon>` - Updated related rendering logic ## Impact - **API Consistency**: All components now accept the same icon parameter type - **Backward Compatible**: Existing code using `IconName` continues to work - **Enhanced Flexibility**: Components can now accept custom `Icon` instances directly |
||
|---|---|---|
| .. | ||
| story | ||
| ui | ||