gpui-component/crates/ui
Jason Lee 20926b7077
popover: Fix PopoverContent content build to use ViewContext<Self>. (#254)
And add popover self dismiss example.

## How to dismiss popover from inside.

```rs
cx.emit(DismissEvent);
```
2024-09-19 10:54:04 +08:00
..
locales Add close menu to Panel. (#196) 2024-09-01 21:33:50 +08:00
src popover: Fix PopoverContent content build to use ViewContext<Self>. (#254) 2024-09-19 10:54:04 +08:00
tests/fixtures Update register_panel to use trait object Fn. (#229) 2024-09-09 19:19:27 +08:00
Cargo.toml Add ColorPicker (#199) 2024-09-02 00:21:01 +08:00
default-colors.json Add Skeleton (#128) 2024-08-09 15:55:48 +08:00
LICENSE-APACHE Add Dock & Panel (#10) 2024-07-01 14:20:56 +08:00