Feature/faq page#991
Conversation
|
Someone is attempting to deploy a commit to the rishabhmishra0510-5147's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
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 (3)
📝 WalkthroughWalkthroughThis PR implements a new FAQ page to replace the coming-soon placeholder, updates the footer navigation to point to ChangesFAQ Feature and Layout Shell Restructuring
🎯 2 (Simple) | ⏱️ ~12 minutes Possibly Related PRs
Suggested Labels
Suggested Reviewers
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
🔍 PR Action RequiredHi @kunwarshivamjsr, We detected some items on this Pull Request that require attention: ❌ Failing CI ChecksThe following check runs or commit statuses are failing (ignoring vercel): Please resolve the issues above to proceed. Last updated: Thu, 11 Jun 2026 10:02:00 GMT |
GSSoC 2026 Contribution
This PR is part of GSSoC 2026 (GirlScript Summer of Code).
Related Issue: #990
Summary
Fixes #990 — Adds a new /faq page to replace the empty
/coming-soon placeholder that footer links pointed to.
Changes
frontend/src/app/faq/page.tsx— styled FAQ accordion pageFooter.tsxto point to/faqlayout.tsxthat was causing a build error
layout.tsxthat was causing a Client Component error
Type of Change
Screenshots
Summary by CodeRabbit
New Features
Updates