gpui-component/crates
Jason Lee eb43c78cea
Add to support open Popover as a child window. (#18)
## Goal

Change to let Popup elements open into a window, to make sure the Popup
windows, panels, menus render top than the WebView.

Then we can embed wry or other webview into GPUI.



https://github.com/huacnlee/gpui-component/assets/5518/ce005456-088f-4298-bf5d-2642cf96faff


----

This is also like other software, they are also used in child window to
render the menus, popups.

- https://github.com/huacnlee/gpui-component/pull/2
- https://github.com/zed-industries/zed/pull/13730

## Todos

- [x] Multiple display window position.
- [x] Windows transparent background. (No transparent, just render a
correct window border)
- [x] Disable window resize on Windows. 
- [ ] Handle Menu action.
- [x] Provided `popover` or `window` two mode to uses.
2024-07-11 16:20:26 +08:00
..
app Add to support open Popover as a child window. (#18) 2024-07-11 16:20:26 +08:00
story Add to support open Popover as a child window. (#18) 2024-07-11 16:20:26 +08:00
ui Add to support open Popover as a child window. (#18) 2024-07-11 16:20:26 +08:00
workspace Avoid PickerStory clone vec. 2024-07-08 23:22:08 +08:00