woocommerce/plugins/woocommerce-admin/client/guided-tours
RJ e3d0558447
add: store address tour tracks (#34337)
Added tracks event for store address tour dismissal with schema:

'wcadmin_settings_store_address_tour_dismiss'
{
  source: 'done-btn' | 'close-btn',
  fields_filled: {
    address_1: boolean;
    address_2: boolean;
    city: boolean;
    postcode: boolean;
  }
}
2022-08-18 10:10:22 +08:00
..
add-product-tour dev: move guided tours into consolidated folder (#34279) 2022-08-12 09:49:18 +08:00
shipping-tour.tsx dev: move guided tours into consolidated folder (#34279) 2022-08-12 09:49:18 +08:00
store-address-tour.tsx add: store address tour tracks (#34337) 2022-08-18 10:10:22 +08:00