Start on contact finder modal
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
eef99f059d
commit
b721f0064a
15 changed files with 1438 additions and 144 deletions
|
@ -824,6 +824,10 @@ impl Workspace {
|
|||
&self.status_bar
|
||||
}
|
||||
|
||||
pub fn user_store(&self) -> &ModelHandle<UserStore> {
|
||||
&self.user_store
|
||||
}
|
||||
|
||||
pub fn project(&self) -> &ModelHandle<Project> {
|
||||
&self.project
|
||||
}
|
||||
|
@ -931,7 +935,7 @@ impl Workspace {
|
|||
})
|
||||
}
|
||||
|
||||
// Returns the model that was toggled closed if it was open
|
||||
/// Returns the modal that was toggled closed if it was open.
|
||||
pub fn toggle_modal<V, F>(
|
||||
&mut self,
|
||||
cx: &mut ViewContext<Self>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue