fix: improve versions modal input alignment#1553
fix: improve versions modal input alignment#1553iiio2 wants to merge 5 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughThis pull request modifies the VersionDistribution.vue component with two main categories of changes. First, it adjusts the UI layout and styling by changing container alignment from sm:items-end to sm:items-start, increasing border radius from rounded-md to rounded-lg, and increasing button vertical padding from py-1.75 to py-4. Second, it introduces keyboard accessibility to the grouping toggle functionality by adding a handleGroupingKeydown event handler that enables users to switch between major and minor grouping modes via Enter, Space, ArrowLeft, and ArrowRight keys. The changes also add ARIA attributes and disabled state bindings to the toggle buttons. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
…ithub.com/iiio2/npmx.dev into fix/improve-version-modal-input-alignment
Before:

After:
