-
Notifications
You must be signed in to change notification settings - Fork 0
Split ObjectUI Component Specification into folder-based architecture #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: huangyiirene <[email protected]>
Fix security vulnerability CVE where tj-actions changed-files through 45.0.7 allows remote attackers to discover secrets by reading actions logs. Updated to patched version 46.0.1. Co-authored-by: huangyiirene <[email protected]>
Copilot
AI
changed the title
[WIP] Split object UI component specification
Split ObjectUI Component Specification into focused pages
Jan 17, 2026
Collaborator
|
分拆为文件夹架构,是否考虑每个组件一个文件 @copilot |
Reorganized documentation to use folder-based architecture: - basic-components/ - 4 individual component files (input, select, datepicker, switch) - container-components/ - 5 individual files (page, grid, card, form, table) - actions/ - 4 individual files (api-request, navigate, dialog, toast) Each folder has an index.mdx overview and individual component pages. Applied to both English and Chinese versions. Co-authored-by: huangyiirene <[email protected]>
Contributor
Author
Copilot
AI
changed the title
Split ObjectUI Component Specification into focused pages
Split ObjectUI Component Specification into folder-based architecture
Jan 17, 2026
🚀 Preview DeploymentThis pull request will be automatically deployed to Vercel. Preview Links
Build StatusCheck the CI workflow for build status and any errors. Automated preview information for PR #33 |
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.

The 788-line
component-spec.mdxfile has been refactored into a folder-based architecture with individual files for each component, enabling better scalability and maintainability.Changes
Documentation Structure
Reorganized into folder-based hierarchy with 13 individual component pages:
basic-components/folder:index.mdx→ Category overviewinput.mdx→ Text input componentselect.mdx→ Dropdown selectiondatepicker.mdx→ Date/time pickerswitch.mdx→ Boolean togglecontainer-components/folder:index.mdx→ Category overviewpage.mdx→ Page containergrid.mdx→ Responsive gridcard.mdx→ Card componentform.mdx→ Form containertable.mdx→ Data tableactions/folder:index.mdx→ Category overviewapi-request.mdx→ HTTP requestsnavigate.mdx→ Page navigationdialog.mdx→ Modal dialogstoast.mdx→ Notificationscomponent-spec.mdx→ Top-level overview with links to all categoriesEach component page includes protocol definitions, examples, and cross-references to related components.
Navigation
Updated
meta.jsonfiles (EN/CN) to support folder navigation with collapsible sections in sidebar. Each folder includes its ownmeta.jsonfor proper hierarchical navigation.Security
Patched
tj-actions/changed-filesvulnerability in.github/workflows/ai-translate.yml:v44→v46.0.1(fixes secret exposure in actions logs)Benefits
Screenshots
Folder Structure with Collapsible Sections

Overview Page

Basic Components Index

Container Components

Actions

Chinese Version

Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.