johndoe6345789
4f75409096
feat: Migrate 4 key organisms to JSON architecture
...
Migrated EmptyCanvasState, SchemaCodeViewer, ToolbarActions, and AppHeader
from TSX to JSON-based components. These are display-focused organisms with
no complex state management requirements.
Changes:
- Create JSON definitions for 4 organisms in src/components/json-definitions/
- Create TypeScript interfaces in src/lib/json-ui/interfaces/
- Add exports to src/lib/json-ui/json-components.ts
- Update interfaces/index.ts to export new interfaces
- Registry entries already marked as jsonCompatible: true
All organisms are pure JSON components (no custom hooks needed):
- EmptyCanvasState: Display component with optional action buttons
- SchemaCodeViewer: Display component showing JSON schema with tabs
- ToolbarActions: Flex container with conditional toolbar buttons
- AppHeader: Complex header layout with multiple sub-components
Build passing with no errors.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-01-21 02:28:50 +00:00
..
2026-01-19 01:30:42 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 02:25:05 +00:00
2026-01-21 01:19:18 +00:00
2026-01-21 02:28:50 +00:00
2026-01-21 01:15:12 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:19:18 +00:00
2026-01-21 01:18:31 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 02:25:05 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:32:20 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 02:25:05 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 02:25:05 +00:00
2026-01-18 23:51:49 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:32:20 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 02:25:05 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 01:29:19 +00:00
2026-01-21 01:59:15 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:34:33 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:34:33 +00:00
2026-01-21 01:34:33 +00:00
2026-01-21 02:28:50 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-19 01:30:42 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:34:33 +00:00
2026-01-21 01:34:33 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:34:33 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:34:33 +00:00
2026-01-21 01:34:33 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-18 23:51:49 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 02:25:05 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 01:28:33 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-19 01:30:42 +00:00
2026-01-19 01:30:42 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 02:28:50 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:58:10 +00:00
2026-01-18 23:48:23 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-18 23:51:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 01:58:10 +00:00
2026-01-21 01:43:09 +00:00
2026-01-21 02:28:50 +00:00
2026-01-21 01:43:09 +00:00
2026-01-18 23:22:40 +00:00
2026-01-21 01:28:33 +00:00