Skip to content

Updated Navbar and Whatsapp Button#7

Merged
benazeem merged 1 commit into
mainfrom
feat/shadcn-form-primitives-and-Product-data-update
Jul 7, 2026
Merged

Updated Navbar and Whatsapp Button#7
benazeem merged 1 commit into
mainfrom
feat/shadcn-form-primitives-and-Product-data-update

Conversation

@benazeem

@benazeem benazeem commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Bug Fixes
    • Fixed the mobile menu’s commented-out link block so the menu renders consistently.
  • Style
    • Updated the WhatsApp floating button to appear larger and more prominent.
    • Increased the icon size to match the new button dimensions.

Copilot AI review requested due to automatic review settings July 7, 2026 19:49
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ms-signature Ready Ready Preview, Comment Jul 7, 2026 7:50pm

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 84cc0feb-96ef-4ad6-b602-d8de5ebc5fe7

📥 Commits

Reviewing files that changed from the base of the PR and between 2488caf and 6dd45aa.

📒 Files selected for processing (2)
  • components/layout/Navbar.tsx
  • components/ui/WhatsAppButton.tsx

📝 Walkthrough

Walkthrough

This PR makes two small, unrelated edits: fixing JSX comment boundaries around a commented-out Wishlist link in the mobile menu of Navbar.tsx, and increasing the sizing of the WhatsAppButton component's button and SVG icon dimensions.

Changes

Navbar Comment Fix

Layer / File(s) Summary
Fix comment boundaries for commented-out Wishlist link
components/layout/Navbar.tsx
The opening and closing JSX comment markers wrapping the commented-out mobile-menu Wishlist Link block are repositioned to correctly bound the intended code.

WhatsApp Button Sizing

Layer / File(s) Summary
Increase button and icon dimensions
components/ui/WhatsAppButton.tsx
The motion.a className width/height utility values and the nested SVG width/height attributes are increased to enlarge the floating WhatsApp button.

Estimated code review effort: 1 (Trivial) | ~3 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/shadcn-form-primitives-and-Product-data-update

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.

Copilot AI 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.

Pull request overview

This PR updates UI elements in the frontend by resizing the floating WhatsApp CTA button and hiding certain mobile navbar links.

Changes:

  • Increase WhatsApp floating button dimensions and icon size.
  • Comment out the “My Orders” and “Addresses” links in the mobile navigation menu.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
components/ui/WhatsAppButton.tsx Attempts to enlarge the WhatsApp floating button and icon.
components/layout/Navbar.tsx Hides selected mobile nav links by commenting out their JSX.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

target="_blank"
rel="noopener noreferrer"
className="fixed bottom-6 right-6 z-50 w-14 h-14 bg-[#25D366] text-white rounded-full flex items-center justify-center shadow-lg hover:shadow-xl transition-all duration-300 hover:-translate-y-1"
className="fixed bottom-6 right-6 z-50 w-18 h-18 bg-[#25D366] text-white rounded-full flex items-center justify-center shadow-lg hover:shadow-xl transition-all duration-300 hover:-translate-y-1"
@benazeem
benazeem merged commit d77176f into main Jul 7, 2026
3 of 4 checks passed
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.

2 participants