+ {isDragOver && !disabled + ? "Drop images here" + : "Click or drag images here"} +
++ Up to {maxFiles} images, max{" "} + {Math.round(maxFileSize / (1024 * 1024))}MB each +
++ {images.length} image{images.length > 1 ? "s" : ""} selected +
+ ++ {image.filename} +
+Your autonomous AI development studio
++ Your autonomous AI development studio +
- Create a new project from scratch with AI-powered development + Create a new project from scratch with AI-powered + development
Open an existing project folder to continue working
@@ -246,7 +275,9 @@ export function WelcomeView() {{project.name}
-{project.path}
++ {project.path} +
{project.lastOpened && (- {new Date(project.lastOpened).toLocaleDateString()} + {new Date( + project.lastOpened + ).toLocaleDateString()}
)}Get started by creating a new project or opening an existing one
@@ -297,7 +334,10 @@ export function WelcomeView() {