mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
feat(kanban): Make In Progress column double-width with 2-column masonry layout
Modified KanbanColumn to accept isDoubleWidth prop. In Progress column now renders at 37rem width (double the standard 18rem). Cards in In Progress display in a CSS columns-2 masonry layout. Other columns maintain their standard single-column width. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
||||
Settings,
|
||||
FileText,
|
||||
LayoutGrid,
|
||||
Code,
|
||||
Bot,
|
||||
ChevronLeft,
|
||||
ChevronRight,
|
||||
@@ -69,7 +68,6 @@ export function Sidebar() {
|
||||
items: [
|
||||
{ id: "spec", label: "Spec Editor", icon: FileText },
|
||||
{ id: "context", label: "Context", icon: BookOpen },
|
||||
{ id: "code", label: "Code View", icon: Code },
|
||||
{ id: "tools", label: "Agent Tools", icon: Wrench },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user