mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 22:21:40 +03:00
Move Create New Project button to top. (#3972)
- Moves the Create button to the top. - Adjust default project to also bring in Table and Database.
This commit is contained in:
parent
efb46c69dc
commit
79de5eecd9
@ -60,8 +60,7 @@ impl Model {
|
||||
frp::extend! { network
|
||||
open_project <+ entry.click.constant(name.to_owned());
|
||||
}
|
||||
let new_project_button = &self.new_project_button;
|
||||
self.projects_list_dom.insert_before_or_warn(&entry, new_project_button);
|
||||
self.projects_list_dom.append_or_warn(&entry);
|
||||
self.projects.borrow_mut().push(entry);
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
from Standard.Base import all
|
||||
from Standard.Table import all
|
||||
from Standard.Database import all
|
||||
|
||||
main =
|
||||
operator1 = 0.up_to 100 . to_vector . map .noise
|
||||
operator1.sort
|
||||
operator2 = operator1.sort
|
||||
|
Loading…
Reference in New Issue
Block a user