gpui-component/crates/story
Jason Lee f41edfd318
list: Add ListEvent to List. (#552)
- Add `ListEvent` and emit event for List with `Select`, `Confirm`,
`Cancel` events.

## Break Changes

- Removed useless `ListDelegate::confirmed_index` method.
- Updated `ListDelegate::confirm` method, to change `ix: Option<usize>`
to `ix: usize`.
2025-01-17 16:00:28 +08:00
..
examples modal: Fix Model, Drawer overlay size on tiling mode. (#518) 2024-12-27 17:22:02 +08:00
src list: Add ListEvent to List. (#552) 2025-01-17 16:00:28 +08:00
Cargo.toml tiles: Add Tiles (#435) 2024-12-16 20:33:14 +08:00