gpui-component/crates/story
Jason Lee 93b578294c
list: Update ListItem and DropdownListItem style. (#1095)
## Break Change

- The `Selectable` trait has been removed `element_id` method, this is
necessary.
- The `item` of `List` now must impl `Selectable` trait.

## List

> NOTE: The default ListItem is no rounded and paddings.

<img width="1144" height="762" alt="image"
src="https://github.com/user-attachments/assets/32348682-f89a-487a-af9f-5ed379a7f2d8"
/>

## Dropdown

<img width="537" height="387" alt="image"
src="https://github.com/user-attachments/assets/3cc99d9f-3714-4d10-b467-6c91917bcbf0"
/>
2025-07-28 18:38:39 +08:00
..
examples notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
src list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
Cargo.toml tab_bar: Fix some incorrect style in TabBar. (#1078) 2025-07-22 13:30:04 +08:00