add development section in home page#57
Conversation
|
Warning Review limit reached
More reviews will be available in 17 minutes and 54 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe PR adds a new Development marketing section, its marquee animation utility, and renders that section on the home page after ResearchHighlights. ChangesDevelopment section rollout
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4✅ 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 |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@app/globals.css`:
- Around line 11-28: The marquee utility needs accessibility updates in the
globals stylesheet: the current .animate-marquee and .pause-on-hover:hover
.animate-marquee rules only support mouse hover and ignore reduced-motion users.
Update the marquee styles to add a prefers-reduced-motion override that disables
or removes the animation for users who request reduced motion, and extend the
pause selector in the pause-on-hover rule to also apply on :focus-within so
keyboard users can pause the logo strip while tabbing through it.
In `@components/development.tsx`:
- Line 149: The logo links in the Development component are suppressing keyboard
focus by using focus:outline-none without any replacement, so update the
affected link className styling to keep a visible focus indicator using a
focus-visible ring/border instead. Apply the same fix to each repeated logo link
instance in Development so the accessible focus state is consistent across all
logos.
- Around line 160-177: The duplicated marquee links in the blockchains map are
still exposed to keyboard and assistive tech, so the same logos are reachable
twice. Update the duplicate set in development.tsx so the repeated Link/Image
items are decorative only, removing them from the tab order and hiding them from
screen readers. Use the existing blockchains map and the duplicate marquee
rendering block to add the appropriate accessibility treatment to those repeated
items while leaving the primary set accessible.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 76a4da08-9f7d-4149-b429-795a60a37fbe
📒 Files selected for processing (3)
app/globals.cssapp/page.tsxcomponents/development.tsx
Addressed Issues:
add development section in home page
Screenshots/Recordings:
AI Usage Disclosure:
We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.
Check one of the checkboxes below:
Checklist
Summary by CodeRabbit