gpui-component/crates/ui
Jason Lee 38a10fe05c
menu: Add item and export PopupMenuItem with builder methods to PopupMenu. (#1445)
Now we can be easy to add a menu item without define `action`, just use
`on_click` callback.

## Break Changes

- Removed complex methods: `menu_element_with_check_and_disabled`,
`menu_element_with_icon_and_disabled`, you can use `item` and
`PopupMenuItem` instead.
2025-10-28 14:42:56 +08:00
..
locales input: Add context menu for cut, copy, paste. (#1279) 2025-09-23 22:06:58 +08:00
src menu: Add item and export PopupMenuItem with builder methods to PopupMenu. (#1445) 2025-10-28 14:42:56 +08:00
tests/fixtures dock: Revert dock to use absolute size. (#840) 2025-05-08 16:29:55 +08:00
Cargo.toml Bump v0.3.1 2025-10-27 13:52:29 +08:00
LICENSE-APACHE chore: Fix license link in crate meta. (#1393) 2025-10-17 10:32:09 +08:00