Conversation
📝 WalkthroughWalkthroughDocumentation and UI components are updated to reflect the new Lychee v7.2.0 release, which includes speed improvements and minor UI enhancements. Release notes are added to the changelog, and version references across website components are updated accordingly. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
src/pages/roadmap.astro (1)
161-166: Derive “Latest Version” and “Total Releases” fromreleasesto avoid drift.♻️ Proposed refactor
- <div class="text-4xl font-bold text-primary">7.2.0</div> + <div class="text-4xl font-bold text-primary"> + {releases[0]?.version.replace(/^v/, '') ?? '—'} + </div> ... - <div class="text-4xl font-bold text-primary">109</div> + <div class="text-4xl font-bold text-primary">{releases.length}</div>
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
✏️ Tip: You can customize this high-level summary in your review settings.