feat: FlowPilot AI — Phases 4 & 5 (Gallery, Export, Responsive, Enterprise, Analytics) #116

Merged
chihlasm merged 66 commits from feat/flowpilot-ai-session into main 2026-03-21 05:15:51 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 5fa9c57c17 - Show all commits

View File

@@ -19,7 +19,7 @@ export function ViewTransitionOutlet() {
const routeKey = segments.slice(0, 2).join('/') || '/'
return (
<div key={routeKey} className="flex-1 min-h-0 animate-fade-in-up">
<div key={routeKey} className="flex-1 min-h-0 flex flex-col animate-fade-in-up">
<Outlet />
</div>
)

View File

@@ -160,8 +160,8 @@ export default function FlowPilotSessionPage() {
</span>
</div>
{/* Session content — flex-1 fills remaining height, min-h-0 allows shrinking */}
<div className="flex-1 min-h-0 flex flex-col h-0">
{/* Session content */}
<div className="flex-1 min-h-0 flex flex-col">
<FlowPilotSession
session={fp.session}
allSteps={fp.allSteps}