woocommerce/plugins/woocommerce-admin/client/customize-store/intro
Maikel Perez 2e9ec00dd2
CYS: color swatches are not accessible (#51715)
* Add a11y to the color swatches

* Add changelog file
2024-09-28 13:25:55 -03:00
..
readme CYS - Document possible Intro pages (#50171) 2024-08-01 10:33:03 +02:00
tests CYS - Improve the error when a request fails due to permissions (#50211) 2024-08-02 17:50:13 +02:00
README.md CYS - Document possible Intro pages (#50171) 2024-08-01 10:33:03 +02:00
actions.ts CYS - Improve the error when a request fails due to permissions (#50211) 2024-08-02 17:50:13 +02:00
color-palettes.tsx CYS: color swatches are not accessible (#51715) 2024-09-28 13:25:55 -03:00
index.tsx CYS - Improve the error when a request fails due to permissions (#50211) 2024-08-02 17:50:13 +02:00
intro-banners.tsx CYS - Update the intro pages for different type of themes (#49910) 2024-07-24 18:09:12 +02:00
intro-site-iframe.tsx Render site thumbnail in CYS intro screen (#41130) 2023-11-01 00:11:26 +08:00
intro.scss CYS: color swatches are not accessible (#51715) 2024-09-28 13:25:55 -03:00
services.ts CYS - Move the `private/patterns` endpoint to woocommerce admin API (#50400) 2024-08-23 13:27:57 +02:00
theme-card.tsx Fix untranslated strings on CYS and marketplace (#48127) 2024-06-10 07:30:46 +00:00
types.ts Fix untranslated strings on CYS and marketplace (#48127) 2024-06-10 07:30:46 +00:00
warning-modals.tsx CYS - Update the intro pages for different type of themes (#49910) 2024-07-24 18:09:12 +02:00

README.md

Intro page

The logic for the Intro page is complex, and it varies based on multiple factors like:

  • The active theme
  • The status of the Customize your store tasks (completed or not)
  • The flow type (AI flow or not)

Core flow (no AI)

Theme Task completed Intro page
TT4 No tt4-no
TT4 Yes The "Customize your theme" and "Use the store designer" buttons go to the assembler. tt4-yes
Block - The "Go to the Editor" button opens the Editor (wp-admin/site-editor.php). "Use the store designer" opens a modal to inform the user their theme will change if they accept and it will start the CYS flow. block
Classic - The "Go to the Customizer" button opens the Customizer (wp-admin/customize.php). "Use the store designer" opens a modal to inform the user their theme will change if they accept and it will start the flow. classic

AI flow

AI generated theme Task completed Intro page
- No task-completed
No Yes The "Use the store designer" button shows a modal to warn about a theme switch. no-yes
Yes Yes The "Use the store designer" button shows a modal to warn about a theme switch. yes-yes

Other

Network offline

offline