woocommerce/plugins/woocommerce-blocks/docs/internal-developers/blocks
Mike Jolley b0401ef25d
[Experimental] Delayed Account Creation Block (#50934)
* Add block to templates

* Register block type with php

* Create block type class

* Update webpack

* Move password strength meter component

* Add button styles when disabled

* Move password strength component

* Block WIP

* CSRF token handling

* Put new block behind feature flag

* Add experimental flag docs

* Update icon + description

* Changelog

* Lint errors

* Style controls

* Adjust icon markup

* subsctring match

* More specific import

* Fix test fail caused by layout shift

* Wording changes from Figma

* Check if logged in, not just if the current email is registered

* Use opacity for disabled button text

* Sync order data with customer after account creation

* Add id/fragment to form
2024-09-12 11:18:13 +01:00
..
README.md Add woocommerce_blocks_loaded hook information to actions doc (https://github.com/woocommerce/woocommerce-blocks/pull/7600) 2022-11-10 09:52:04 +01:00
checkout.jpg Improve the structure of the WooCommerce Blocks Handbook (https://github.com/woocommerce/woocommerce-blocks/pull/6429) 2022-06-09 17:52:19 +02:00
feature-flags-and-experimental-interfaces.md [Experimental] Delayed Account Creation Block (#50934) 2024-09-12 11:18:13 +01:00
reserve-stock.jpg Improve the structure of the WooCommerce Blocks Handbook (https://github.com/woocommerce/woocommerce-blocks/pull/6429) 2022-06-09 17:52:19 +02:00
stock-reservation.md Fix typo in some tests and comments: 'blockbased' > 'block-based' (#47851) 2024-05-27 19:21:10 +02:00

README.md

Blocks

This folder contains documentation for specific Blocks and Blocks functionality.

Document Description
Stock Reservation during Checkout This doc covers the Checkout Stock Reservation system.
Features Flags and Experimental interfaces This doc outlines all the current features that are gated behind a feature or experimental flag as well as any interfaces that are experimental