14acb52f8c
feat(canvas): Replace emoji icons with professional Lucide React icons
...
Phase 1 of Canvas Professional Upgrade:
- Replace all emoji icons in nodes with Lucide components
- Update BaseNode to use iconColor prop instead of color/colorBg
- Update NodePalette with matching Lucide icons
- Update templates.ts with Lucide icon names (Box, Scale, BarChart3, etc.)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 22:29:39 -05:00
5bd142780f
feat(canvas): Add Phase 3+4 - Bidirectional sync, templates, and visual polish
...
Phase 3 - Bidirectional Sync:
- Add loadFromIntent and loadFromConfig to canvas store
- Create useIntentParser hook for parsing Claude messages
- Create ConfigImporter component (file upload, paste JSON, load study)
- Add import/clear buttons to CanvasView header
Phase 4 - Templates & Polish:
- Create template library with 5 presets:
- Mass Minimization (single-objective)
- Multi-Objective Pareto (NSGA-II)
- Turbo Mode (with MLP surrogate)
- Mirror Zernike (optical optimization)
- Frequency Optimization (modal)
- Create TemplateSelector component with category filters
- Enhanced BaseNode with animations, glow effects, status indicators
- Add colorBg to all node types for visual distinction
- Add notification toast system
- Update all exports
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 20:30:28 -05:00
7919511bb2
feat: Phase 1 - Canvas with React Flow
...
- 8 node types (Model, Solver, DesignVar, Extractor, Objective, Constraint, Algorithm, Surrogate)
- Drag-drop from palette to canvas
- Node configuration panels
- Graph validation with error/warning display
- Intent JSON serialization
- Zustand state management
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 20:00:35 -05:00