docs(objectstack-ui): document detail.relatedLayout 'stack' | 'tabs'#2418
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
baozhoutao
force-pushed
the
docs/related-layout-tabs
branch
from
June 28, 2026 09:27
50bc838 to
3b43724
Compare
Add the related-list layout switch to the objectstack-ui skill so authors
(and AI design sessions) know related tables can be promoted to peer tabs
on the record detail page via pure config:
detail: { relatedLayout: 'tabs' }
Default 'stack' keeps the single Related tab — zero regression. Mirrors the
@object-ui/plugin-detail + app-shell feature shipped in objectui#2051.
os-zhuang
added a commit
that referenced
this pull request
Jul 13, 2026
feat(auth): phone number + password sign-in on the login page (#2418) objectui@94d00d41b1bd8e8d1b9c92bc4ffb6edec5c8dddb
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 free
to 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.
What
Documents the
detail.relatedLayoutswitch in theobjectstack-uiskill, under Read side — detail-page related lists.'stack'(default) — every related list stacks under a single Related tab.'tabs'— each related table becomes its own peer tab alongside Details / Activity, via pure config (no custom record page).Why
The renderer feature shipped in objectui#2051 (
@object-ui/plugin-detail+app-shell), but the skill — what authors and AI design sessions read — didn't mention it, so the capability was undiscoverable. Default'stack'keeps the single Related tab → zero regression.Scope
Docs only — one block added to
skills/objectstack-ui/SKILL.md(+18 lines).