gpui-component/crates/story/examples
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
..
fixtures editor: Add document_colors LSP. (#1329) 2025-10-06 18:08:12 +08:00
brush.rs story: Add interactive brush drawing canvas (#1370) 2025-10-15 15:27:59 +08:00
dock.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
editor.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
html.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
large-text.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
markdown.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
tiles.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
webview.rs chore: Fix webview example (#1360) 2025-10-13 10:10:35 +08:00