fix(marketing): hide leaderboard vertical guide lines - #7733
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthrough
ChangesFactory backdrop guide control
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to The leaderboard removes the overlapping guide lines while other backdrop consumers retain their existing appearance. No merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 2📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
🛠️ Fix failing CI checks 💡
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 |
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
What & why
Remove the two vertical guide lines that overlap the background grid on
/leaderboard. Add an optionalguidesprop toFactoryBackdrop, enabled by default, and disable it only on the leaderboard. Other pages retain their existing appearance.How I tested it
git diff --checkpassed./leaderboardin the Superset browser; confirmed the page rendered with no browser errors.Checklist
type(scope): subject)bun run lintandbun run typecheckpass (CI fails on lint warnings too)Summary by cubic
Removes the vertical guide lines that overlapped the background grid on the
/leaderboardpage.Adds an optional
guidesprop toFactoryBackdrop(enabled by default) and disables it only on the leaderboard, so all other pages keep their existing appearance.Written for commit 1fbe50d. Summary will update on new commits.
Summary by CodeRabbit