Conversation
🦋 Changeset detectedLatest commit: 99b64db 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 1m 8s —— View job PR ReviewNice refactor! The 🚨 Must Fix
💡 Suggestions (non-blocking)
|
|
Claude finished @punkbit's task in 57s —— View job PR ReviewNice refactor! The ✅ Previously flagged issue resolved
💡 Suggestions (non-blocking)
|
The isResponsive version has not yet been released publicly. There aren't any consumers using it. We can ignore and avoid having to support breaking changes in the future. |
|
Claude finished @punkbit's task in 47s —— View job PR ReviewSolid work — all previously flagged issues have been resolved. The implementation is clean and consistent. ✅ Previously flagged issues resolved
✅ Tests look good New tests at ✅ Looks great! No remaining issues — nice work! 🙌
|
…tainer to engage the mobileLayout scroll
|
Claude finished @punkbit's task in 42s —— View job PR ReviewAll previously flagged issues have been addressed in this latest push. The implementation is clean and consistent. ✅ All issues resolved
✅ Looks great! No remaining issues — nice work! 🙌
|
|
Claude finished @punkbit's task in 42s —— View job PR ReviewAll previously flagged issues have been addressed. The implementation is clean and consistent. ✅ All issues resolved
✅ Looks great! No remaining issues — nice work! 🙌
|
…tead-is-reponsive
|
Claude finished @punkbit's task in 35s —— View job PR ReviewAll previously flagged issues have been addressed. The implementation is clean and consistent. ✅ All issues resolved
✅ Looks great! No remaining issues — nice work! 🙌
|
|
Claude finished @punkbit's task in 46s —— View job PR ReviewAll previously flagged issues have been addressed. The implementation is clean and consistent. ✅ All issues resolved
✅ Looks great! No remaining issues — nice work! 🙌
|
…tead-is-reponsive
|
Claude finished @punkbit's task in 50s —— View job PR ReviewAll previously flagged issues have been addressed. The implementation is clean and consistent. ✅ All issues resolved
✅ Looks great! No remaining issues — nice work! 🙌
|
📚 Storybook Preview Deployed✅ Preview URL: https://click-ce50433xu-clickhouse.vercel.app Built from commit: |
Why?
Replaces the
isResponsiveboolean prop with a more explicitmobileLayoutprop on the Table component. It clearly states the behavior, while isResponsive requires knowing what "responsive" means here and both are technically "responsive".The mobile layout version's more extensible, e.g. a new mode can be easily introduced such as
compactwithout breaking changes.How?
Preview?
demo-table-mobile-layout-prop.mov