Migrate RestTable from MobX-RESTful-table to shadcn registry#1
Migrate RestTable from MobX-RESTful-table to shadcn registry#1
Conversation
registry/new-york/ui/badge.tsx
Outdated
There was a problem hiding this comment.
所有官方组件用 pnpx shadcn-helper add 安装,原始代码不要提交上来,全部 Git ignore。
There was a problem hiding this comment.
所有迁移源仓库的内部组件都注册为本仓库的独立组件,在 registry 中注册后对外使用。
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.