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
Showing only changes of commit 09a42a943a - Show all commits

View File

@@ -139,9 +139,11 @@ export default function FlowPilotSessionPage() {
)
}
// Active/completed session
// Active/completed session — use calc(100vh-56px) to match tree editor pattern
// (56px = topbar height). This bypasses the flex height chain which doesn't
// reliably propagate through the grid → main → outlet → page chain.
return (
<div className="flex h-full flex-col">
<div className="flex h-[calc(100vh-56px)] flex-col overflow-hidden">
{/* Header */}
<div
className="flex items-center gap-3 border-b px-5 py-3 shrink-0"