feat: Introduce new UI layout with floating dock, visual effects, and expanded theme options.

This commit is contained in:
SuperComboGamer
2025-12-22 21:10:12 -05:00
parent 524a9736b4
commit 2eb92a0402
31 changed files with 1838 additions and 738 deletions

View File

@@ -115,7 +115,7 @@ export function SpecView() {
// Main view - spec exists
return (
<div className="flex-1 flex flex-col overflow-hidden content-bg" data-testid="spec-view">
<div className="flex-1 flex flex-col overflow-hidden" data-testid="spec-view">
<SpecHeader
projectPath={currentProject.path}
isRegenerating={isRegenerating}