gpui-component/crates/ui/src/sidebar
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
..
footer.rs list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
group.rs chrome: Refactor state fields to remove is_ prefix. (#627) 2025-02-14 15:20:18 +08:00
header.rs list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
menu.rs theme: Update theme details to match Shadcn. (#1009) 2025-06-25 16:40:27 +08:00
mod.rs scrollbar: Improve Scrollbar to get correct scroll size. (#985) 2025-06-18 19:09:34 +08:00