Extract contacts titlebar item into a separate crate
This allows us to implement a new contacts popover that uses the `editor` crate.
This commit is contained in:
parent
80ab144bf3
commit
c8a48e8990
7 changed files with 408 additions and 266 deletions
|
@ -12,7 +12,6 @@ test-support = ["client/test-support", "project/test-support", "settings/test-su
|
|||
|
||||
[dependencies]
|
||||
client = { path = "../client" }
|
||||
clock = { path = "../clock" }
|
||||
collections = { path = "../collections" }
|
||||
context_menu = { path = "../context_menu" }
|
||||
drag_and_drop = { path = "../drag_and_drop" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue