branches: Add a modal branch list.
Extract branch list into a separate vcs_menu crate akin to recent_projects. Add current bind for a modal branch to branch popover's tooltip. Z-2555
This commit is contained in:
parent
6739c31594
commit
e00e73f608
9 changed files with 71 additions and 11 deletions
|
@ -39,6 +39,7 @@ recent_projects = {path = "../recent_projects"}
|
|||
settings = { path = "../settings" }
|
||||
theme = { path = "../theme" }
|
||||
theme_selector = { path = "../theme_selector" }
|
||||
vcs_menu = { path = "../vcs_menu" }
|
||||
util = { path = "../util" }
|
||||
workspace = { path = "../workspace" }
|
||||
zed-actions = {path = "../zed-actions"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue