ZIm/crates/recent_projects2/src
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
..
highlighted_workspace_location.rs Port recent_projects to Zed2 (#3525) 2023-12-06 18:41:50 -05:00
projects.rs Restore namespace parameter to actions! 2023-12-09 15:18:31 -07:00
recent_projects.rs Titlebar project menu double click (#3784) 2023-12-22 17:18:12 +01:00