a498cc8280
* Add initial product form action buttons to form * Add new edit page and allow for updating and creating products * Move crud functions to helper hook to keep things seperated better * Add changelog * ADd package changelogs * Add isPending selector to products store * Fix trash screen showing up when deleting product and add loading indicators * Add extra types to Product type * Update track names and add product data to tracks * Update track logic when product is published * Remove the Image section for now, to prevent confusion as it is not ready yet * Add tests for the product form actions * Update copy for publish & duplicate * Remove unused code * Set window.location correctly with href * Reset changes in pnpm lock * Moved pending action variables to product helper and updated buttons to reflect new suggestions * Fix backwards compabitibility issue with Form changes * Add switch to draft button |
||
---|---|---|
.. | ||
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.