Files
kelly 5f9613290d feat: marketplace enhancements - search, compare, quick view, recently viewed
Search Autocomplete:
- SearchController with autocomplete and suggestions endpoints
- Marketplace search component with dropdown results
- Shows matching products, brands, and search suggestions
- Added to buyer layout topbar with mobile modal

Recently Viewed Products:
- RecentlyViewedService for session-based tracking (max 20 items)
- Display sections on marketplace homepage and product pages
- Tracks view when visiting product detail page

Quick View Modal:
- ProductController with quickView endpoint returning JSON
- Quick view modal component with product details
- Add to cart functionality from modal
- Button on product cards and hover overlay

Product Comparison:
- ProductComparisonService for session-based comparison (max 4 items)
- CompareController with toggle, remove, clear endpoints
- Comparison page with side-by-side product table
- Floating compare bar showing selected products
- Toggle button on product cards

Brand Directory Redesign:
- Hero section with gradient and search bar
- Featured brands section (top 4 by product count)
- Alphabet quick navigation
- Grid/list view toggle with localStorage persistence
- Search and sort functionality

BannerAd Fix:
- Handle missing banner_ads table gracefully
- Check Schema::hasTable before querying
- Wrap in try-catch to prevent page errors
2025-12-17 22:53:47 -07:00
..
2025-05-19 17:10:49 -07:00
2025-05-19 17:10:49 -07:00