Commit f9f9f51
Merge ObjectManagerPage into MetadataManagerPage pipeline via listComponent + pageSchemaFactory
- Add `listComponent` and `MetadataListComponentProps` to MetadataTypeConfig
- Create ObjectManagerListAdapter wrapping ObjectManager from plugin-designer
- Configure object type with listComponent (removes customRoute)
- Update MetadataManagerPage to render listComponent when configured
- Replace ObjectManagerPage routes with redirects in App.tsx
- Update sidebar, QuickActions to use /system/metadata/object route
- Delete ObjectManagerPage.tsx
- Migrate tests to ObjectManagerMetadataPipeline.test.tsx
- Update metadataTypeRegistry and MetadataDetailPage tests
- Update CHANGELOG.md and ROADMAP.md
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/089aad95-279a-44ed-852a-464a710ba509
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>1 parent 2db5040 commit f9f9f51
File tree
13 files changed
+603
-582
lines changed- apps/console/src
- __tests__
- components
- config
- pages
- home
- system
13 files changed
+603
-582
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
10 | 24 | | |
11 | 25 | | |
12 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
946 | | - | |
| 946 | + | |
947 | 947 | | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
948 | 951 | | |
949 | 952 | | |
950 | 953 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
294 | 293 | | |
295 | 294 | | |
296 | 295 | | |
297 | | - | |
298 | | - | |
| 296 | + | |
| 297 | + | |
299 | 298 | | |
300 | 299 | | |
301 | 300 | | |
| |||
390 | 389 | | |
391 | 390 | | |
392 | 391 | | |
393 | | - | |
394 | | - | |
| 392 | + | |
| 393 | + | |
395 | 394 | | |
396 | 395 | | |
397 | 396 | | |
| |||
486 | 485 | | |
487 | 486 | | |
488 | 487 | | |
489 | | - | |
490 | | - | |
| 488 | + | |
| 489 | + | |
491 | 490 | | |
492 | 491 | | |
493 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
0 commit comments