chore: housekeeping#263
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 ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUpdates the heatmap width calculation to use a fixed base and per-week contribution, and upgrades the ChangesHeatmap sizing
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. 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 |
| color: colors.value.textMuted, | ||
| layout: { | ||
| width: numberOfWeeks.value * 43, | ||
| width: 43 + numberOfWeeks.value * 32, |
There was a problem hiding this comment.
messy magic numbers, I know, but it's the lab^^

A bit of housekeeping:
Summary by CodeRabbit
Bug Fixes
Improvements