6946ef384a
* Initial design impl. without the full functionality * Delete unused icons * Add is_installed and plugins_page_skipped * Add plugin-card component to render an installable plugin * Implement plugins page * Add loaders for plugins * Add changelog * Remove unused type * Add changelog * Remove unnecessary return statement * Add obw/core-profiler * Replace extensions with plugins * Temp -- use window.location.href for Woo Home redirection * Minor: code refactor * Refactor isntallAndActivatedPlugins * Skip plugins page when there is no available plugin * Apply mobile styles * Update plugins/woocommerce-admin/client/core-profiler/components/plugin-card/plugin-card.scss Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com> * Update plugins/woocommerce-admin/client/core-profiler/components/plugin-card/plugin-card.scss Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com> * Update plugins/woocommerce-admin/client/core-profiler/style.scss Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com> * Bold errored plugin name * Fix checkbox alignment * Update changelog * Fix object type for formatToParts function * Fix lint issues * Fix CSS lint issues * Fallback to en-US when locale is not available * Fix error with siteLocale --------- Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com> |
||
---|---|---|
.. | ||
bin | ||
client | ||
docs | ||
.browserslistrc | ||
.distignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.prettierrc.js | ||
.stylelintignore | ||
README.md | ||
babel.config.js | ||
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.