forked from crowetic/commerce
.vscode
app
components
cart
grid
icons
layout
product
carousel.tsx
label.tsx
loading-dots.tsx
logo-square.tsx
opengraph-image.tsx
price.tsx
prose.tsx
welcome-toast.tsx
fonts
lib
.env.example
.gitignore
README.md
license.md
next.config.ts
package.json
pnpm-lock.yaml
postcss.config.mjs
prettier.config.js
tailwind.config.ts
tsconfig.json
🔧💡 Fix: Enhance product gallery layout in product view page - 🖼️ Implemented `flex-wrap` for the sub-gallery images. - 🛠️ Ensured images wrap automatically when they exceed 5 or 6, preventing overflow and maintaining responsive design. - ✅ Confirmed that the layout remains unaffected for galleries with 3 or fewer images. This improvement enhances user experience by making sure large image sets are displayed without affecting screen layout.