Commit Graph

476 Commits

Author SHA1 Message Date
1bb40e399b Fix loop rendering to use children context 2026-01-18 02:05:42 +00:00
3fac67c907 Merge pull request #99 from johndoe6345789/codex/consolidate-.tsx-and-.ts-json-ui-registries
Unify orchestration component registry with JSON UI
2026-01-18 01:55:05 +00:00
1be31c49f9 Unify orchestration component registry 2026-01-18 01:54:55 +00:00
cc0cab04dc Merge pull request #98 from johndoe6345789/codex/extend-usecomponentregistry-for-ui-primitives
Align JSON UI registry with canonical atom/molecule sources
2026-01-18 01:54:03 +00:00
8864436425 Align JSON UI registry with canonical components 2026-01-18 01:53:48 +00:00
4a07737c6a Merge pull request #97 from johndoe6345789/codex/extend-usecomponentregistry-for-json-ui-icons
Unify icon registry access for schema renderer
2026-01-18 01:52:07 +00:00
463201d758 Unify icon registry access 2026-01-18 01:51:56 +00:00
7cd15ca7ba Merge pull request #96 from johndoe6345789/codex/merge-json-ui-registry-into-component-registry
Merge JSON UI registry into component hook and add registry overrides to SchemaRenderer
2026-01-18 01:43:41 +00:00
560a75cd69 Expand schema component registry 2026-01-18 01:43:31 +00:00
17f4d567c9 Merge pull request #95 from johndoe6345789/codex/merge-atom/molecule-entries-into-component-registry
Consolidate JSON UI component registry and sync ComponentType union
2026-01-18 01:42:52 +00:00
320e8a4c2c Consolidate JSON UI component registry 2026-01-18 01:42:41 +00:00
1065d62d65 Merge pull request #94 from johndoe6345789/codex/update-exports-and-documentation-for-json-ui-hooks
Re-export JSON UI hooks from public entrypoint and update docs
2026-01-18 01:41:55 +00:00
671a99d30b Re-export JSON UI hooks 2026-01-18 01:41:27 +00:00
e033b032a1 Merge pull request #93 from johndoe6345789/codex/extract-logic-into-custom-hooks
Extract data source & component binding dialog state into hooks
2026-01-18 01:27:36 +00:00
81c6ada8c1 Merge branch 'main' into codex/extract-logic-into-custom-hooks 2026-01-18 01:27:30 +00:00
9a28805791 Extract dialog state hooks 2026-01-18 01:26:34 +00:00
f3cf2883d3 Merge pull request #92 from johndoe6345789/codex/create-shared-types-module-for-global-search
Add shared global search types module
2026-01-18 01:26:18 +00:00
925adc9712 Add shared global search types 2026-01-18 01:26:08 +00:00
5d5968d87b Merge pull request #91 from johndoe6345789/codex/add-shared-types-for-nextjs-components
Add shared Next.js config props type
2026-01-18 01:25:48 +00:00
9cd0ed818a Add shared Next.js config props type 2026-01-18 01:25:37 +00:00
68f0dcbfbd Merge pull request #90 from johndoe6345789/codex/add-use-component-binding-dialog-hook
Add useComponentBindingDialog hook and refactor ComponentBindingDialog to use it
2026-01-18 01:25:16 +00:00
6700705842 Add component binding dialog hook 2026-01-18 01:25:04 +00:00
530d7d96da Merge pull request #89 from johndoe6345789/codex/create-use-data-source-editor-hook
Add useDataSourceEditor hook and refactor DataSourceEditorDialog to use it
2026-01-18 01:24:46 +00:00
4ee346c69d Add data source editor hook 2026-01-18 01:24:36 +00:00
902253a9be Merge pull request #87 from johndoe6345789/codex/create-hook-for-template-explorer-actions
Add useTemplateExplorerActions hook and refactor TemplateExplorer
2026-01-18 01:22:55 +00:00
1e0cdf034c Add template explorer actions hook 2026-01-18 01:22:45 +00:00
5c64833a3f Merge pull request #86 from johndoe6345789/codex/add-expansion-hook-for-componenttree
Add component tree expansion hook
2026-01-18 01:22:27 +00:00
104f9461bc Add component tree expansion hook 2026-01-18 01:22:18 +00:00
a249435105 Merge pull request #84 from johndoe6345789/codex/refactor-fileexplorerdialog-into-a-hook
Refactor file explorer dialog state into a hook
2026-01-18 01:16:38 +00:00
720d2d3f9b refactor file explorer dialog state 2026-01-18 01:16:26 +00:00
b1a1a524db Merge pull request #83 from johndoe6345789/codex/refactor-node-state-and-actions-into-hook
Refactor component tree builder state into hook
2026-01-18 01:16:07 +00:00
3a076efaf6 Refactor component tree builder state 2026-01-18 01:15:58 +00:00
042db9ce03 Merge pull request #82 from johndoe6345789/codex/centralize-flaskurl-persistence-into-hook
Centralize storage settings handlers
2026-01-18 01:15:40 +00:00
d7e5f49610 Centralize storage settings handlers 2026-01-18 01:15:30 +00:00
9b1d04ab37 Merge pull request #81 from johndoe6345789/codex/create-shared-type-export-for-json-ui
Extract JSON UI renderer types to shared module and tighten typings
2026-01-18 01:15:09 +00:00
013de088a0 Add shared JSON UI renderer types 2026-01-18 01:14:53 +00:00
56536c6a61 Merge pull request #80 from johndoe6345789/codex/move-componentrendererprops-to-shared-types
Move ComponentRendererProps to shared JSON-UI types and tighten typings
2026-01-18 01:14:34 +00:00
3891625692 Move ComponentRendererProps to shared JSON UI types 2026-01-18 01:14:17 +00:00
cd60ba0663 Merge pull request #79 from johndoe6345789/codex/define-and-export-datasourceconfig-type
Add DataSourceConfig type and tighten JSON UI hooks
2026-01-18 01:13:53 +00:00
62997c03b5 Add JSON UI data source config type 2026-01-18 01:13:41 +00:00
14f1509f53 Merge pull request #78 from johndoe6345789/codex/extract-state-and-handlers-from-conflictresolutionpage
Extract ConflictResolutionPage UI state into `useConflictResolutionPage` hook
2026-01-18 01:03:12 +00:00
ef1871c1fc Refactor conflict resolution page state 2026-01-18 01:03:03 +00:00
98716aae24 Merge pull request #77 from johndoe6345789/codex/encapsulate-confirmdialog-in-a-hook
Extract confirm dialog state and handlers into `useConfirmDialog` hook
2026-01-18 01:02:43 +00:00
44cf792606 Refactor template confirm dialog hook 2026-01-18 01:02:30 +00:00
2a25767f2d Merge pull request #76 from johndoe6345789/codex/extract-activetab-and-searchquery-to-hook
Extract documentation view state hook
2026-01-18 01:02:14 +00:00
6ee0c3e9ff Extract docs view state hook 2026-01-18 01:02:04 +00:00
b14a0a0403 Merge pull request #75 from johndoe6345789/codex/refactor-featureideacloud-component
Simplify Feature Idea Cloud node types
2026-01-18 01:00:03 +00:00
2ab6535546 Simplify feature idea node type exports 2026-01-18 00:59:50 +00:00
a3ee5db2e9 Merge pull request #74 from johndoe6345789/codex/move-helpers-to-a-custom-hook
Move GitHub badge/format/copy helpers into hook and expose actions
2026-01-18 00:59:32 +00:00
ee39cbb844 Refactor GitHub build status hook helpers 2026-01-18 00:59:19 +00:00