79d65eeea0
* Tour component initial design * Add woocommerce_lys_tour_dismissed option on 8.7.0 update * Use woocommerce_lys_tour_dismissed to render the tour * Rename option * Add useSiteVisibilityTour * Remove unused tourDismissed var * Remove unused import * Add changefile(s) from automation for the following project(s): woocommerce * Use ' not ` * Lint fixes * Update plugins/woocommerce-admin/client/launch-your-store/tour/index.tsx Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com> * Add discover more link * woocommerce_launch_your_store_tour_hidden should be added < 8.9 * Adjust padding bottom for the footer * Use user meta to manage woocommerce_launch_your_store_tour_hidden * Adjust tour padding * Fix global types * Exclude the tour on new sites * Fix missing doc comment * Update tour descriptions --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com> Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com> |
||
---|---|---|
.. | ||
bin | ||
changelog | ||
client | ||
docs | ||
.browserslistrc | ||
.distignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.prettierrc.js | ||
.stylelintignore | ||
README.md | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
package.json | ||
stylelint.config.js | ||
tsconfig.json | ||
unminify.js | ||
webpack.config.js |
README.md
WooCommerce Admin
This is a javascript-driven, React-based admin interface for WooCommerce.
Development
Please refer to the WooCommerce Admin Development.
End-to-end tests
Please refer to the WooCommerce End to End Tests.
Common Issues
If you're encountering any issue setting things up, chances are we have been there too. Please have a look at our wiki for a list of common problems.