Allow user to set file name (#145)

* Allow user to set file name

* Add EditableText component

Added editable text component and use component for project name edit.

* rebased branch

* Updated EditableText component

* Set default project name

* Move project name field away from the top section.
This commit is contained in:
IA 2020-01-05 22:26:00 +00:00 committed by Christopher Chedeau
parent 7201198f23
commit 5f806474e3
4 changed files with 115 additions and 7 deletions

View file

@ -173,3 +173,12 @@ button {
padding: 2px 4px;
border: 1px solid #ddd;
}
.project-name {
font-size: 14px;
cursor: pointer;
}
.project-name-input {
width: 200px;
font: inherit;
}