Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe documentation for the Preact Query devtools Floating Mode API is updated to include Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
|
View your CI Pipeline Execution ↗ for commit 8f02b65
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
size-limit report 📦
|
🎯 Changes
Add the missing
"relative"value tobuttonPositionin the Preact devtools docs to match the actualDevtoolsButtonPositiontype exported from@tanstack/query-devtools(which is`${YPosition}-${XPosition}` | 'relative').This is a follow-up to #10608, which fixed the same omission in the Vue and Solid docs. The Preact docs were missed in that PR.
The other adapters' docs (React, Svelte, Angular) already include
"relative".✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
"relative"as an additional button positioning option. This documentation update includes the new positioning mode alongside the existing top-left, top-right, bottom-left, and bottom-right options, providing developers with enhanced flexibility for customizing the devtools interface layout and appearance in their applications.