zed/crates/collab_ui2
Piotr Osiewicz dc1ed3c39d
Titlebar project menu double click (#3784)
This addresses a bug where popover menus in the titlebar were rendered
only after a 2nd click. The first click was creating the View which the
second one then rendered.
In addition to this, `PopoverMenu::menu` function argument can now
return an `Option<View<T>>` instead of `View<T>` as the creation of the
menu can fail (as it might in case of git popover).

Release Notes:

- N/A
2023-12-22 17:18:12 +01:00
..
src Titlebar project menu double click (#3784) 2023-12-22 17:18:12 +01:00
Cargo.toml Merge branch 'main' into user-menu 2023-12-14 20:18:20 -07:00