Skip to content

feat(footer): add RSS feed link to Resources#183

Open
AbdelkaderBah wants to merge 1 commit into
tyaga001:mainfrom
AbdelkaderBah:feat/rss-feed-link
Open

feat(footer): add RSS feed link to Resources#183
AbdelkaderBah wants to merge 1 commit into
tyaga001:mainfrom
AbdelkaderBah:feat/rss-feed-link

Conversation

@AbdelkaderBah
Copy link
Copy Markdown

@AbdelkaderBah AbdelkaderBah commented Apr 21, 2026

Summary

  • Add an "RSS Feed" entry under Resources in the footer, linking to the existing /feed.xml route.
  • Lets readers subscribe to blog updates without hunting for the endpoint.

Test plan

  • pnpm dev, open any page, scroll to footer
  • Verify "RSS Feed" appears under "Contribute to Community" with Rss icon
  • Click link → /feed.xml returns valid RSS XML

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Added an RSS Feed link to the Footer's Resources section, enabling users to subscribe to updates via RSS.

Expose existing /feed.xml endpoint via a Resources list item so readers
can subscribe to blog updates.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

@AbdelkaderBah is attempting to deploy a commit to the Ankur 's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: dfd8b73c-8b24-4a61-817f-e2f4f988697e

📥 Commits

Reviewing files that changed from the base of the PR and between 9646d74 and 8e448d4.

📒 Files selected for processing (1)
  • src/components/Footer.tsx

Walkthrough

A new "RSS Feed" link item has been added to the Footer component's Resources list, referencing an Rss icon and pointing to /feed.xml. No control flow or exported interfaces were modified.

Changes

Cohort / File(s) Summary
Footer Update
src/components/Footer.tsx
Added "RSS Feed" link item to the Resources list in the Footer component, using an Rss icon and /feed.xml destination.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: adding an RSS feed link to the footer Resources section.
Description check ✅ Passed The description covers the Summary and includes a Test plan section, but is missing several required template sections like Type of Change checklist and other testing checkboxes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant