Commit a56c596
authored
chore(app-shell): remove legacy monolith detail renderer + renderViaSchema kill-switch (ADR-0085 PR4) (#2546)
Deletes the legacy monolithic DetailView branch in RecordDetailView and both entry points (objectDef.detail.renderViaSchema, ?renderViaSchema=0). RecordDetailView now always renders through the SchemaRenderer Page pipeline (authored PageSchema or buildDefaultPageSchema synthesis). Drops the legacy-only eager related-lists fan-out and the DetailViewSchema translation layer (replaced by a synthParts memo). Also removes the dead DetailView/RecordChatterPanel import in ObjectView and updates the slotted-pages guide.
Real-backend browser verification of showcase detail pages is tracked in #2548.
Closes #21811 parent 0890fa7 commit a56c596
4 files changed
Lines changed: 303 additions & 647 deletions
File tree
- .changeset
- content/docs/guide
- packages/app-shell/src/views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments