fix: keep versions modal options in query params#1725
fix: keep versions modal options in query params#1725danielroe merged 2 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughThe changes move versions modal state and filters into URL query parameters. Closing the distribution modal now also clears 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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! |
🔗 Linked issue
partially resolves #1612
🧭 Context
Other modals have query params for state inside them, so the url is stable.
Versions modale didn't have query params for that!
📚 Description
This PR adds
grouping,recentandlowUsagequery params, using VueuseuseRouteQuerycomposable.Reloading or sharing the url while the Versions modal is open now works :)