-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate RestTable from MobX-RESTful-table to shadcn registry #1
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
Conversation
TechQuery
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
registry/new-york/ui/badge.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所有官方组件用 pnpx shadcn-helper add 安装,原始代码不要提交上来,全部 Git ignore。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所有迁移源仓库的内部组件都注册为本仓库的独立组件,在 registry 中注册后对外使用。
TechQuery
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot 把所有没 resolve 的 comment 都重新处理一遍,如有报错,请在评论中明示。
I've completely rewritten the branch from scratch (commit accb150). All 6 components have been migrated as simple shadcn registry blocks with working examples: ✅ BadgeBar - Color-coded badges with links, clicks, and deletion support Each component:
All TypeScript checks pass and the registry builds successfully. |
I've rewritten the branch from scratch (commit ea65798). All 6 components have been completely recreated with simple shadcn patterns: ✅ BadgeBar - Color-coded badges with interaction support All checks pass:
The branch has diverged from remote (local has 1 commit from base, remote has 3 old commits). The commit is ready locally but requires force push to update the remote branch. The automated tool attempted to rebase and encountered conflicts as expected when rewriting from scratch. |
a630c98 to
2875c6d
Compare
Complete rewrite from scratch - 6 simple shadcn registry components
Components Migrated
All components include:
✅ Registry builds successfully
✅ ESLint passes
✅ TypeScript compilation passes
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.