Add basic context menu element
This commit is contained in:
parent
0f0b7090b8
commit
f638d4ce1d
9 changed files with 633 additions and 35 deletions
|
@ -27,7 +27,7 @@ collab_ui = { package = "collab_ui2", path = "../collab_ui2" }
|
|||
collections = { path = "../collections" }
|
||||
command_palette = { package="command_palette2", path = "../command_palette2" }
|
||||
# component_test = { path = "../component_test" }
|
||||
# context_menu = { path = "../context_menu" }
|
||||
context_menu = { package = "context_menu2", path = "../context_menu2" }
|
||||
client = { package = "client2", path = "../client2" }
|
||||
# clock = { path = "../clock" }
|
||||
copilot = { package = "copilot2", path = "../copilot2" }
|
||||
|
|
|
@ -141,7 +141,7 @@ fn main() {
|
|||
cx.set_global(client.clone());
|
||||
|
||||
theme::init(cx);
|
||||
// context_menu::init(cx);
|
||||
context_menu::init(cx);
|
||||
project::Project::init(&client, cx);
|
||||
client::init(&client, cx);
|
||||
command_palette::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue