From fef78b23c89e10ed70d7dd7803be265879311993 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 16 Jan 2026 15:21:11 +0000 Subject: [PATCH] Generated by Spark: Still too wide, its the text. Maybe we just want a toolbar with tooltips --- src/App.tsx | 138 +++++++++++++++++++++++++++------------------------- 1 file changed, 73 insertions(+), 65 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2cfab29..704887d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import { Button } from '@/components/ui/button' import { Badge } from '@/components/ui/badge' import { Card } from '@/components/ui/card' import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '@/components/ui/resizable' +import { Tooltip, TooltipContent, TooltipTrigger } from '@/components/ui/tooltip' import { Code, Database, Tree, PaintBrush, Download, Sparkle, Flask, BookOpen, Play, Wrench, Gear, Cube, FileText, ChartBar, Keyboard, FlowArrow, Faders, DeviceMobile, Image, MagnifyingGlass, CloudArrowUp } from '@phosphor-icons/react' import { ProjectFile, PrismaModel, ComponentNode, ComponentTree, ThemeConfig, PlaywrightTest, StorybookStory, UnitTest, FlaskConfig, NextJsConfig, NpmSettings, Workflow, Lambda, FeatureToggles, Project } from '@/types/project' import { CodeEditor } from '@/components/CodeEditor' @@ -550,77 +551,84 @@ Navigate to the backend directory and follow the setup instructions.
- + + + + + Search (Ctrl+K) + {safeFeatureToggles.errorRepair && autoDetectedErrors.length > 0 && ( - + + + + + + {autoDetectedErrors.length} {autoDetectedErrors.length === 1 ? 'Error' : 'Errors'} + + )} - - - - - + + + + + Keyboard Shortcuts (Ctrl+/) + + + + + + AI Generate (Ctrl+Shift+G) + + + + + + Export Project (Ctrl+E) +