Implement Men's Category storefront with filtering, navigation, and responsive components#157
Draft
Implement Men's Category storefront with filtering, navigation, and responsive components#157
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… and assets Co-authored-by: rafiqul4 <124497017+rafiqul4@users.noreply.github.com>
Co-authored-by: rafiqul4 <124497017+rafiqul4@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Implement men's category storefront in ecommerce section
Implement Men's Category storefront with filtering and responsive components
Jan 21, 2026
Collaborator
|
Could not find in website builders fix it @copilot |
Co-authored-by: rafiqul4 <124497017+rafiqul4@users.noreply.github.com>
Contributor
Author
Fixed in commit dc57ad9. The Men's category is now accessible in multiple ways: Navigation Access:
URLs:
The category is now immediately discoverable without needing to seed the database first. |
Copilot
AI
changed the title
Implement Men's Category storefront with filtering and responsive components
Implement Men's Category storefront with filtering, navigation, and responsive components
Jan 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a complete Men's Category storefront at
/store/[slug]/categories/menbased on the dapper-divine-design template, with comprehensive filtering, responsive layouts, navigation integration, and production-ready features.Components
Core Components (
src/app/store/[slug]/components/men-category/)MenCategoryHero- Full-width hero with CTA and smooth scrollMenProductCard- Enhanced card with hover effects, quick view, and wishlist toggleMenProductGrid- Responsive grid (1/2/3-4 columns across breakpoints)MenCategoryFilter- Size, color (swatches), price range (slider), brand, and sort controlsMenQuickView- Modal with image gallery, size/color selectors, add-to-cartMenSizeGuide- Measurement table modalMenFeaturedProducts- Horizontal scrollable carouselMain Page (
src/app/store/[slug]/categories/men/page.tsx)Navigation Integration
Store Header (
src/components/storefront/store-header.tsx)Categories Page (
src/app/store/[slug]/categories/page.tsx)Men's category is now accessible from:
/store/[slug]/categories/menData & Assets
Database Seed (
prisma/seed/men-category-seed.ts)Assets (
/public/men-category/)Filter Architecture
Client-side filtering with desktop sidebar / mobile Sheet component from shadcn-ui. Active filter count badge and clear-all functionality.
Technical Details
Usage
Integration examples for connecting real data (Prisma queries, filter API) provided in
docs/MEN_CATEGORY_USAGE_EXAMPLES.md.Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.