Open samuelstroschein opened 5 months ago
FINK-55 requires the user the ability to rename a project [without opening the filesystem, manually rename the file, etc.]
Add the possibility to rename a project.
How to do this without having access to the project API in the component?
onProjectNameChange={(name) => project.rename(name)} >
Good point, I also talked to Niklas about that. Challenges:
Gonna see what we can do.
Context
FINK-55 requires the user the ability to rename a project [without opening the filesystem, manually rename the file, etc.]
Proposal
Add the possibility to rename a project.
Flow
Additional information
How to do this without having access to the project API in the component?