Skip to content
#

gutenberg

Here are 497 public repositories matching this topic...

gutenberg
sarayourfriend
sarayourfriend commented Jul 8, 2021

What problem does this address?

It's currently possible to input invalid values into the NumberControl: WordPress/gutenberg#33285

To prevent this, you currently have to manage that in the onChange you pass. But we should be able to introspect into the min and max values at minimum to create a generic validation function which prevents invalid values from be

woocommerce-gutenberg-products-block
opr
opr commented Jun 28, 2021

Describe the bug

When using Twenty Twenty-One, if you have a RemovableChip (e.g. when a coupon is added to the cart) the background of the cross icon to remove it is the wrong colour.

To reproduce

Steps to reproduce the behavior:

  1. Activate the Twenty Twenty-One theme.
  2. Ensure there's a coupon created on your site.
  3. Add some products to your cart and go to the cart block.
    3
fabiankaegy
fabiankaegy commented Aug 7, 2020

It would be cool to have an additional parameter when creating a BlockStory to allow to create stories for Mobile as well as Desktop.

I'm not sure wether we should just have a Boolean to toggle between mobile & Desktop, have an array of different possible screen sizes or just pass through the viewportWidth to the BlockPreview component.

Improve this page

Add a description, image, and links to the gutenberg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gutenberg topic, visit your repo's landing page and select "manage topics."

Learn more