Skip to content

docs(objectstack-ui): document detail.relatedLayout 'stack' | 'tabs' - #2418

Merged
os-zhuang merged 1 commit into
mainfrom
docs/related-layout-tabs
Jun 28, 2026
Merged

docs(objectstack-ui): document detail.relatedLayout 'stack' | 'tabs'#2418
os-zhuang merged 1 commit into
mainfrom
docs/related-layout-tabs

Conversation

@baozhoutao

Copy link
Copy Markdown
Contributor

What

Documents the detail.relatedLayout switch in the objectstack-ui skill, under Read side — detail-page related lists.

detail: {relatedLayout: 'tabs'}// Details · Tasks · Risks · Milestones …
  • '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).

@vercel

vercelBot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJun 28, 2026 9:29am

Request Review

@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation size/s labels Jun 28, 2026
@baozhoutaobaozhoutao added the skip-changeset PR has no user-facing published change; bypasses the changeset gate label Jun 28, 2026
@baozhoutao
baozhoutaoforce-pushed the docs/related-layout-tabs branch from 50bc838 to 3b43724CompareJune 28, 2026 09:27
@os-zhuang
os-zhuang merged commit 6ef1626 into mainJun 28, 2026
15 checks passed
@os-zhuang
os-zhuang deleted the docs/related-layout-tabs branch June 28, 2026 11:03
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
@github-actionsgithub-actionsBot mentioned this pull request Jul 13, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsize/sskip-changesetPR has no user-facing published change; bypasses the changeset gate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@baozhoutao@os-zhuang