Skip to content

fix: Home page work(link and button size fix)#90

Merged
Ri1tik merged 1 commit into
AOSSIE-Org:mainfrom
rahul-vyas-dev:fix/home-page
Jun 25, 2026
Merged

fix: Home page work(link and button size fix)#90
Ri1tik merged 1 commit into
AOSSIE-Org:mainfrom
rahul-vyas-dev:fix/home-page

Conversation

@rahul-vyas-dev

@rahul-vyas-dev rahul-vyas-dev commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Screenshots/Recordings:

Before: -
image

After: -
image

Additional Notes:

This PR updates the size inconsistency of the "Theme toggle button". And also updates the URL the user to redirect the user, Redirect:

  • "Documentation" => "Repo README"
  • "API status" => "setting page (for API status)".

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.

Summary by CodeRabbit

  • Bug Fixes
    • Improved button rendering so the Settings and theme toggle controls keep a more consistent height.
    • Updated footer links to send users to the correct destinations, including Documentation and API Status.

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Navbar and theme toggle buttons now include a height-related class, and Footer updates the Documentation and API Status link destinations.

Changes

Navigation chrome updates

Layer / File(s) Summary
Button height styling
src/components/Navbar.jsx, src/components/ThemeToggle.jsx
Both buttons add h-[-webkit-fill-available] to their rendered class lists.
Footer link targets
src/components/layout/Footer.jsx
The Documentation and API Status footer links now point to updated URLs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

Typescript Lang

Suggested reviewers

  • bhavik-mangla
  • Zahnentferner

Poem

A bunny hopped through navbar lights,
With button hems and footer sights.
One hop for styles, one hop for links,
A twitch of whiskers, quick as blinks. 🐇

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main changes: button sizing fixes and link destination updates on the home page.
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.

@github-actions github-actions Bot added no-issue-linked PR has no linked issue frontend Frontend changes javascript JavaScript/TypeScript changes labels Jun 25, 2026
@github-actions github-actions Bot added size/XS 1-10 lines changed external-contributor External contributor and removed size/XS 1-10 lines changed labels Jun 25, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 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 `@src/components/layout/Footer.jsx`:
- Line 14: The “Documentation” entry in Footer.jsx is using the Link component
for an external GitHub URL, which should be rendered as a normal anchor instead.
Update the Footer component so the external documentation destination uses a
native a element with the appropriate external-link attributes, while keeping
Link reserved for internal routes elsewhere in the same component.
🪄 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: d7b1d65d-9d8b-45d7-ba1b-d3376d2f0018

📥 Commits

Reviewing files that changed from the base of the PR and between 5faf824 and cd62304.

📒 Files selected for processing (3)
  • src/components/Navbar.jsx
  • src/components/ThemeToggle.jsx
  • src/components/layout/Footer.jsx

Comment thread src/components/layout/Footer.jsx
@rahul-vyas-dev rahul-vyas-dev requested a review from Ri1tik June 25, 2026 09:55
@Ri1tik Ri1tik merged commit 5e46ef8 into AOSSIE-Org:main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-contributor External contributor frontend Frontend changes javascript JavaScript/TypeScript changes no-issue-linked PR has no linked issue size/XS 1-10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants