chore(hosting): drop the note under the analytics panels - #177
Conversation
It explained where the figures came from, what counts as a visit and what does not, and that they update on a timer. None of that needs to be on the page — the panels say what they are, and a paragraph of methodology under them is for whoever maintains this, not for whoever owns the website. `Info` and `TrendingUp` went with it, and the `website` prop is no longer read; it stays in the props so the call site is unchanged. The test that checked the note did not overclaim now checks there is no note. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe analytics tab removes its informational source panel and unused imports. The existing ChangesAnalytics panel removal
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This localized UI-only change removes explanatory text while leaving the analytics panels unchanged; the described browser verification and automated checks support merging with no actionable merge-blocking risk remaining. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
Removes the paragraph under the analytics panels:
It was methodology, and methodology belongs with whoever maintains this rather than on the page of whoever owns the website. The panels say what they are.
InfoandTrendingUpare no longer imported, andwebsiteis no longer read — it stays in the props so the call site is unchanged.The test that checked the note did not overclaim now checks there is no note at all.
Verified
Opened the tab and confirmed the paragraph is gone and the panels are unchanged — Device Types still reads Desktop 90% · 9, Mobile 10% · 1 from the same rows.
lint:undef,typecheck,test(851) andbuildall pass — the four steps CI actually blocks on.🤖 Generated with Claude Code
Summary by CodeRabbit