Skip to content

Updated footer#178

Merged
kpj2006 merged 5 commits into
AOSSIE-Org:mainfrom
PrithvijitBose:feat/updated-footers
Jul 23, 2026
Merged

Updated footer#178
kpj2006 merged 5 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 “Connect” links (Mail, Discord, LinkedIn, YouTube).
    • Added documentation and GitHub call-to-action tiles, and refreshed the footer’s layout with the updated logo.
  • Improvements
    • Simplified the footer by removing the previous social-sharing/interactive demo tiles.
    • Updated external links to use safer navigation attributes and refreshed the MIT license notice with the current year.

@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: 54 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 Plus

Run ID: 82f1ff6b-70e7-418e-8877-79a5f2fabe3e

📥 Commits

Reviewing files that changed from the base of the PR and between f8f0227 and 808c593.

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

Walkthrough

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

Changes

Footer redesign

Layer / File(s) Summary
Footer navigation and CTA
landing-page/src/components/Footer.tsx
Adds client-side rendering, framer-motion, Next Image, lucide icons, and a Discord SVG while restructuring the hero CTA around GitHub and documentation links.
Animated brand and contact section
landing-page/src/components/Footer.tsx
Adds animated AOSSIE branding with Mail, Discord, LinkedIn, and YouTube links, and simplifies 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

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 relevant but too generic to describe the specific footer branding and content changes. Use a concise, specific title such as 'Revamp footer with social links and AOSSIE branding'.
✅ 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 Outdated

@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: 2

🤖 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 132-136: Update the mail link in the Footer component to prefix
the contact address with the mailto: scheme, ensuring the existing Contact by
Mail anchor opens the user’s email handler.
- Around line 64-66: Replace the internal documentation CTA anchor in the Footer
component with Next.js’s Link and import it from next/link. Use the deployed
docs route, including any configured basePath, so navigation remains client-side
through the App Router while preserving the existing styling and CTA content.
🪄 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 Plus

Run ID: bbff0241-21ad-48c0-9db9-3dfc9d4eb426

📥 Commits

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

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

Comment thread landing-page/src/components/Footer.tsx Outdated
Comment on lines +64 to +66
<a
href="./docs"
className="flex items-center justify-between bg-transparent border border-neutral-800 hover:border-neutral-600 rounded-xl p-4 transition-colors group"

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.

🚀 Performance & Scalability | 🔵 Trivial | ⚡ Quick win

Use next/link for the internal documentation CTA.

./docs is a same-origin route, but rendering it as a plain <a> forces a full document reload. Confirm the deployed /docs route (including any basePath) and use Link for App Router navigation.

As per path instructions: “NextJS best practices” and “best practices associated with SPA” should be followed.

Proposed fix
+import Link from 'next/link'

-            <a
-              href="./docs"
+            <Link
+              href="/docs"
               className="flex items-center justify-between bg-transparent border border-neutral-800 hover:border-neutral-600 rounded-xl p-4 transition-colors group"
             >
...
-            </a>
+            </Link>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<a
href="./docs"
className="flex items-center justify-between bg-transparent border border-neutral-800 hover:border-neutral-600 rounded-xl p-4 transition-colors group"
import Link from 'next/link'
...
<Link
href="/docs"
className="flex items-center justify-between bg-transparent border border-neutral-800 hover:border-neutral-600 rounded-xl p-4 transition-colors group"
>
...
</Link>
🤖 Prompt for 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.

In `@landing-page/src/components/Footer.tsx` around lines 64 - 66, Replace the
internal documentation CTA anchor in the Footer component with Next.js’s Link
and import it from next/link. Use the deployed docs route, including any
configured basePath, so navigation remains client-side through the App Router
while preserving the existing styling and CTA content.

Source: Path instructions

Comment thread landing-page/src/components/Footer.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

@kpj2006 kpj2006 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@kpj2006
kpj2006 merged commit eafb02b into AOSSIE-Org:main Jul 23, 2026
6 checks passed
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.

2 participants