Commit graph

3 commits

Author SHA1 Message Date
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
Jason Lee
ed11282782
docs: Add Context & ElementId doc. (#1460)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-29 23:37:26 +08:00
Jason Lee
df2d6967ca
docs: Add Theme, RootView doc. (#1408) 2025-10-22 00:02:36 +08:00