-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(query-devtools): Update default devtools button position to bottom-right 🌱 #6720
fix(query-devtools): Update default devtools button position to bottom-right 🌱 #6720
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1531207:
|
I was just working on the Angular devtools and fixed this in there. Sorry for the conflict.
|
175af84
to
1531207
Compare
Hi @arnoud-dv, awesome thanks for fixing it for Angular, I updated the branch and fixed the conflicts 👌 |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1531207. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Summary
This pull request addresses a comment from the maintainers regarding the default position of the query devtools. The change aligns the default devtools position with the bottom-right corner to maintain consistency between adapters and documentation.
Changes Made
Updated the default position of the query devtools to bottom-right.
Adjusted relevant documentation to reflect the updated default position.
Context
The maintainers suggested aligning the default devtools position with the bottom-right corner to maintain consistency across adapters and documentation. This adjustment ensures a unified experience for users and developers using the query library.
Related Issues
Closes #6242