Skip to content

Updated footer#178

Open
PrithvijitBose wants to merge 2 commits into
AOSSIE-Org:mainfrom
PrithvijitBose:feat/updated-footers
Open

Updated footer#178
PrithvijitBose wants to merge 2 commits into
AOSSIE-Org:mainfrom
PrithvijitBose:feat/updated-footers

Conversation

@PrithvijitBose

@PrithvijitBose PrithvijitBose commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Screenshots/Recordings:

cc_20260718_201543

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contributing Guidelines

⚠️ AI Notice - Important!

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.

Summary by CodeRabbit

  • New Features
    • Redesigned the footer with an animated brand and connection section.
    • Added links to documentation, GitHub, email, Discord, LinkedIn, and YouTube.
    • Added the AOSSIE logo and refreshed navigation presentation.
  • Improvements
    • Simplified the footer layout and removed outdated social sharing elements.
    • Added a dynamically updated copyright year and MIT license notice.
    • Improved external-link handling for safer navigation.

@github-actions github-actions Bot added no-issue-linked PR is not linked to any issue frontend Changes to frontend code javascript JavaScript/TypeScript code changes size/L Large PR (201-500 lines changed) repeat-contributor PR from an external contributor who already had PRs merged needs-review labels Jul 18, 2026
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@PrithvijitBose, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 22 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 reviews.

How do review 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 refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8e5d8c62-ced3-43fa-9657-9e0482e34db4

📥 Commits

Reviewing files that changed from the base of the PR and between e79f8f8 and 680c33d.

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

Walkthrough

The footer becomes a client component with animated AOSSIE branding, GitHub and documentation actions, expanded contact links, external-link attributes, and a simplified MIT license bar with a dynamic year.

Changes

Footer redesign

Layer / File(s) Summary
Footer navigation and CTA
landing-page/src/components/Footer.tsx
Adds framer-motion, next/link, a Discord SVG icon, and a navigation helper while restructuring the hero CTA and GitHub/documentation links.
Animated brand and contact section
landing-page/src/components/Footer.tsx
Adds an animated AOSSIE brand and contact section with Mail, Discord, LinkedIn, and YouTube links, and reduces the bottom bar to the MIT notice and dynamic year.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: Typescript Lang

Suggested reviewers: kpj2006

Poem

I’m a bunny with a footer to greet,
With links hopping neatly beneath your feet.
Discord bells and mail trails flow,
AOSSIE glows in motion’s show.
MIT rests where endings meet.

🚥 Pre-merge checks | ✅ 3 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is related to the change, but it is too generic to convey what was actually updated in the footer. Use a more specific title such as "Revamp footer with AOSSEI branding and social links".
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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.
✨ 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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

🤖 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 `@landing-page/src/components/Footer.tsx`:
- Around line 76-78: Update the “View Documentation” anchor in the Footer
component to use the actual documentation URL; if documentation is not yet
available, replace the placeholder with an appropriate TODO marker rather than
leaving href="#".
- Around line 42-53: Externalize every user-visible string in the Footer
component, including the heading text, descriptive paragraph, link labels,
“Developed by AOSSIE,” “Connect,” and the copyright notice, into the project’s
existing i18n resource files. Update the Footer component to read these values
through the established translation mechanism while preserving the current
markup, styling, and line-break behavior.
- Around line 147-150: Remove the target and rel attributes from the mailto
anchor in the Footer component, leaving the href unchanged so it continues to
launch the default email client directly.
- Around line 22-33: Remove the unused NavLinkProps interface and NavLink
component, then remove the now-unused Link import from the file.
- Around line 120-125: Replace the native img element in the Footer component
with Next.js’s imported Image component, adding the next/image import and
passing the imported logo object directly to src. Remove the ESLint suppression
while preserving the existing alt text and styling.
🪄 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: 73de3e3f-bfdf-4990-b22f-295777f61eda

📥 Commits

Reviewing files that changed from the base of the PR and between 1a5de09 and e79f8f8.

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

Comment thread landing-page/src/components/Footer.tsx Outdated
Comment thread landing-page/src/components/Footer.tsx
Comment thread landing-page/src/components/Footer.tsx
Comment thread landing-page/src/components/Footer.tsx
Comment thread landing-page/src/components/Footer.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Changes to frontend code javascript JavaScript/TypeScript code changes needs-review no-issue-linked PR is not linked to any issue repeat-contributor PR from an external contributor who already had PRs merged size/L Large PR (201-500 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant