feat(svelte-query-devtools): add theme option#10636
feat(svelte-query-devtools): add theme option#10636grzdev wants to merge 1 commit intoTanStack:mainfrom
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 (3)
📝 WalkthroughWalkthroughThe PR introduces theme option support to the Svelte devtools component. A new optional ChangesSvelte Devtools Theme Option
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
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)
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 |
|
View your CI Pipeline Execution ↗ for commit 849eb3a
☁️ Nx Cloud last updated this comment at |
🎯 Changes
Add
themeoption support to Svelte floating devtools.Other framework bindings (React, Vue, Solid, Angular) already expose the shared
theme?: Themeoption. This adds the same support to Svelte devtools and keeps behavior consistent across frameworks.The theme is applied on initialization and updated reactively via
setTheme.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
New Features
Documentation