Uh oh!
There was an error while loading. Please reload this page.
fix(plugin-detail): declare designer inputs for record:* blocks (spec conformance) - #2113
Merged
Conversation
… conformance) The record:details/related_list/highlights/path blocks registered ZERO inputs — the designer couldn't configure them and the spec↔frontend conformance check flagged 17 spec-only divergences. Add inputs mirroring @objectstack/spec RecordDetailsProps / RecordRelatedListProps / RecordHighlightsProps / RecordPathProps. Verified via a live manifest dump: record:* now 17 matched / 0 spec-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Conformance follow-up (B): the
record:details/related_list/highlights/pathblocks registered zero inputs — the visual designer couldn't configure them, and the spec↔frontend conformance check (framework #2480) flagged 17 spec-only divergences for these blocks.Now each block's
inputsmirror its@objectstack/specschema (RecordDetailsProps: columns/layout/sections/fields; RecordRelatedListProps: objectName/relationshipField/columns/sort/limit/filter/title/showViewAll/actions; RecordHighlightsProps: fields/layout; RecordPathProps: statusField/stages).Verified via a live manifest dump from this branch: record:* now 17 matched / 0 spec-only (was 0 matched / 17 spec-only). Aligns the frontend with the protocol and makes the panels configurable in Studio.
🤖 Generated with Claude Code