From f4e22c6488495b321501e19cf9cee7e452337197 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 16 Jan 2026 15:26:19 +0000 Subject: [PATCH] Generated by Spark: now save project goes over top of codeforge sometimes --- src/components/ProjectManager.tsx | 93 ++++++++++++++++++------------- 1 file changed, 53 insertions(+), 40 deletions(-) diff --git a/src/components/ProjectManager.tsx b/src/components/ProjectManager.tsx index 7788861..c0fa930 100644 --- a/src/components/ProjectManager.tsx +++ b/src/components/ProjectManager.tsx @@ -13,6 +13,7 @@ import { ProjectService, SavedProject } from '@/lib/project-service' import { Project } from '@/types/project' import { toast } from 'sonner' import { cn } from '@/lib/utils' +import { Tooltip, TooltipContent, TooltipTrigger } from '@/components/ui/tooltip' interface ProjectManagerProps { currentProject: Project @@ -183,46 +184,58 @@ export function ProjectManager({ currentProject, onProjectLoad }: ProjectManager return ( <>
- - - - + + + + + Save Project + + + + + + Load Project + + + + + + New Project + + + + + + Import +