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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user