Conversation
🦋 Changeset detectedLatest commit: d47a834 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Claude finished @punkbit's task in 2m 8s —— View job Code ReviewNice work decoupling the public API from Radix UI internals! The approach is solid. There's one build-breaking bug to fix before merge. 🚨 Must Fix
💡 Suggestions (non-blocking)
The |
ad26e7b to
47af4f2
Compare
|
Claude finished @punkbit's task in 1m 22s —— View job Code ReviewGood direction — decoupling the public API from Radix UI internals is the right move. A few real issues to address before merge. 🚨 Must Fix
💡 Suggestions (non-blocking)
|
47af4f2 to
da0a129
Compare
|
Claude finished @punkbit's task in 1m 39s —— View job Code ReviewGood progress — the 🚨 Must Fix
💡 Suggestions (non-blocking)
|
da0a129 to
f8e1094
Compare
These types were never publicly exported, so making them private (type instead of export type) is not a breaking change. No fix needed. |
f8e1094 to
c5ebabf
Compare
|
Claude finished @punkbit's task in 1m 43s —— View job Code Review
All previous must-fix items have been addressed. The PR is in good shape. ✅ Previously resolved ✅
💡 Suggestions (non-blocking)
The deprecated alias approach ( |
|
Claude finished @punkbit's task in 1m 7s —— View job Code Review
All previous must-fix items have been addressed. The PR is ready to merge. ✅ Previously resolved ✅
💡 Suggestions (non-blocking)
|
38a839d to
d47a834
Compare
|
Claude finished @punkbit's task in 1m 23s —— View job Code Review
All previously flagged must-fix items are resolved. The PR is in good shape. ✅ Previously resolved ✅
💡 Suggestions (non-blocking)
The migration path is clean, the changeset is well-written, and the deprecated alias approach for |
📚 Storybook Preview Deployed✅ Preview URL: https://click-g68v43op3-clickhouse.vercel.app Built from commit: |
Why?
Introduces click-ui's own
DialogPropsandDialogTriggerPropstypes, replacing direct Radix UI type re-exports (leaks). This decouples the public API from internal implementation details.🤖 On #845 merge, change base branch to main
How?
Preview?
N/A