saleor / saleor-dashboard

A GraphQL-powered, single-page dashboard application for Saleor.
BSD 3-Clause "New" or "Revised" License
846 stars 1.11k forks source link

[Feature]: Implement swatch type column within the variants datagrid #3801

Open genox opened 1 year ago

genox commented 1 year ago

What are you trying to achieve?

Product variant with a size and a color field (swatch).

Steps to reproduce the problem

Create a size attribute Create a color swatch attribute (input type swatch) Create a product type Add attributes to variant attributes Creat a product based on this type Add a variant See missing color column

Saving is taking into account the required flag, but column is not shown.

What did you expect to happen?

edit size and color in variant editor

Logs

No response

Environment

Saleor SaaS

andrzejewsky commented 1 year ago

Swatches are not yet implemented within the grid, however it's a valid point