mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Completed migration of all 6 SchemaEditor organisms from TSX to JSON: - SchemaEditorCanvas - SchemaEditorLayout - SchemaEditorPropertiesPanel - SchemaEditorSidebar - SchemaEditorStatusBar - SchemaEditorToolbar Changes: - Created JSON definitions in src/components/json-definitions/ - Created TypeScript interfaces in src/lib/json-ui/interfaces/ - Exported from src/lib/json-ui/json-components.ts using createJsonComponent - Updated src/components/organisms/index.ts to import from json-components - Deleted 6 TSX files from src/components/organisms/ - Updated interfaces/index.ts to export new interface files Build: ✓ passing TSX files deleted: 6 JSON definitions created: 6 Interfaces created: 6 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
566 lines
28 KiB
JSON
566 lines
28 KiB
JSON
{
|
|
"timestamp": "2026-01-21T03:13:44.395Z",
|
|
"issues": [
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/organisms/SchemaEditorCanvas.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/organisms/schema-editor-canvas.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/organisms/SchemaEditorLayout.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/organisms/schema-editor-layout.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/organisms/SchemaEditorPropertiesPanel.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/organisms/schema-editor-properties-panel.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/organisms/SchemaEditorSidebar.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/organisms/schema-editor-sidebar.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/organisms/SchemaEditorStatusBar.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/organisms/schema-editor-status-bar.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/organisms/SchemaEditorToolbar.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/organisms/schema-editor-toolbar.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/Breadcrumb.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/breadcrumb.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/CanvasRenderer.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/canvas-renderer.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/ComponentPalette.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/component-palette.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/ComponentTree.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/component-tree.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EditorActions.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/editor-actions.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EditorToolbar.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/editor-toolbar.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EmptyEditorState.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/empty-editor-state.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/FileTabs.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/file-tabs.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/LazyInlineMonacoEditor.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/lazy-inline-monaco-editor.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/LazyMonacoEditor.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/lazy-monaco-editor.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/MonacoEditorPanel.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/monaco-editor-panel.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/PropertyEditor.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/property-editor.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/SearchBar.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/search-bar.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/SearchInput.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/search-input.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/SeedDataManager.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/seed-data-manager.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/ToolbarButton.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/toolbar-button.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/TreeFormDialog.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/molecules/tree-form-dialog.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/ColorSwatch.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/color-swatch.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/ComponentTreeNode.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/component-tree-node.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Container.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/container.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/CountBadge.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/count-badge.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/DataList.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/data-list.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/DatePicker.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/date-picker.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/DetailRow.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/detail-row.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Divider.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/divider.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Dot.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/dot.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/EmptyMessage.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/empty-message.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/EmptyState.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/empty-state.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/EmptyStateIcon.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/empty-state-icon.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/ErrorBadge.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/error-badge.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/FileIcon.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/file-icon.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Flex.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/flex.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/GlowCard.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/glow-card.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Grid.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/grid.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/HelperText.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/helper-text.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/IconButton.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/icon-button.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/IconText.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/icon-text.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/IconWrapper.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/icon-wrapper.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/InfoPanel.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/info-panel.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Kbd.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/kbd.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Link.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/link.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Menu.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/menu.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/MetricCard.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/metric-card.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/PanelHeader.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/panel-header.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/PropertyEditorField.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/property-editor-field.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/ResponsiveGrid.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/responsive-grid.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Section.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/section.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Spacer.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/spacer.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Stack.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/stack.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/StatCard.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/stat-card.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/StatusBadge.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/status-badge.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Tabs.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/tabs.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Tag.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/tag.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Text.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/text.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/TextArea.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/text-area.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/TextGradient.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/text-gradient.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/TextHighlight.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/text-highlight.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Timeline.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/timeline.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Timestamp.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/timestamp.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Toggle.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/toggle.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/Tooltip.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/tooltip.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "warning",
|
|
"category": "duplicate-implementation",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/atoms/TreeIcon.tsx",
|
|
"message": "TSX file has JSON equivalent at src/config/pages/atoms/tree-icon.json",
|
|
"suggestion": "Consider removing TSX and routing through JSON renderer"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EditorActions.tsx",
|
|
"message": "Molecule \"EditorActions\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if EditorActions can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EditorToolbar.tsx",
|
|
"message": "Molecule \"EditorToolbar\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if EditorToolbar can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/EmptyEditorState.tsx",
|
|
"message": "Molecule \"EmptyEditorState\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if EmptyEditorState can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/FileTabs.tsx",
|
|
"message": "Molecule \"FileTabs\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if FileTabs can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/LazyInlineMonacoEditor.tsx",
|
|
"message": "Molecule \"LazyInlineMonacoEditor\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if LazyInlineMonacoEditor can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/LazyMonacoEditor.tsx",
|
|
"message": "Molecule \"LazyMonacoEditor\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if LazyMonacoEditor can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/MonacoEditorPanel.tsx",
|
|
"message": "Molecule \"MonacoEditorPanel\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if MonacoEditorPanel can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/PropertyEditor.tsx",
|
|
"message": "Molecule \"PropertyEditor\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if PropertyEditor can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/SearchBar.tsx",
|
|
"message": "Molecule \"SearchBar\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if SearchBar can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/ToolbarButton.tsx",
|
|
"message": "Molecule \"ToolbarButton\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if ToolbarButton can be expressed as pure JSON"
|
|
},
|
|
{
|
|
"severity": "info",
|
|
"category": "potential-conversion",
|
|
"file": "/Users/rmac/Documents/GitHub/low-code-react-app-b/src/components/molecules/TreeFormDialog.tsx",
|
|
"message": "Molecule \"TreeFormDialog\" could potentially be converted to JSON",
|
|
"suggestion": "Evaluate if TreeFormDialog can be expressed as pure JSON"
|
|
}
|
|
],
|
|
"stats": {
|
|
"totalJsonFiles": 338,
|
|
"totalTsxFiles": 481,
|
|
"registryEntries": 360,
|
|
"orphanedJson": 0,
|
|
"duplicates": 68,
|
|
"obsoleteWrapperRefs": 0
|
|
}
|
|
} |