gpui-component/examples/modal_overlay
Jason Lee 80689264e2
sheet: Rename Drawer to Sheet. (#1527)
## Break Change

- Renamed `Drawer` to `Sheet`, also renamed relative method contains
`drawer` to `sheet`.
- Renamed `ContextModal` to `WindowExt`.

```diff
- use gpui_component::drawer::Drawer
+ use gpui_component::sheet::Sheet

- use gpui_component::ContextModal
+ use gpui_component::WindowExt
```
2025-11-06 07:19:10 +00:00
..
src sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
Cargo.toml modal, drawer: Block background interaction when Modal, Drawer is active. (#1483) 2025-11-03 16:51:38 +08:00