gpui-component/crates/story
Floyd Wang c07bc4aaad
list: Add support for scrolling to item with the given strategy (#1100)
## Breaking Change
- Add `strategy` to the `scroll_to_item` method.

```diff
+ list.scroll_to_item(selected, ScrollStrategy::Center, window, cx);
- list.scroll_to_item(selected, window, cx);
```
2025-07-29 15:14:26 +08:00
..
examples notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
src list: Add support for scrolling to item with the given strategy (#1100) 2025-07-29 15:14:26 +08:00
Cargo.toml tab_bar: Fix some incorrect style in TabBar. (#1078) 2025-07-22 13:30:04 +08:00