Fernando
b74600593e
Change the reviews empty state panels logic ( https://github.com/woocommerce/woocommerce-admin/pull/8147 )
...
* Add unapproved reviews check
* Add tests
* Add changelog
* Create a review e2e test
* Fix lint
* Rename some constants (https://github.com/woocommerce/woocommerce-admin/pull/8178 )
* Renamed `countUnapprovedReviews`
* Renamed `lowStockProductsCount`
* Renamed `unreadOrdersCount`
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2022-01-19 13:45:17 -03:00
Joel Thiessen
1d00a09ec3
Add show/hide behavior for task list API ( https://github.com/woocommerce/woocommerce-admin/pull/7733 )
...
Co-authored-by: Joshua Flowers <joshuatf@gmail.com>
2021-10-04 10:02:01 -07:00
Fernando
1f368b73f8
Fixed panels check ( https://github.com/woocommerce/woocommerce-admin/pull/6220 )
...
This commit fixes the home screen panels check
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2021-01-29 11:23:02 -03:00
Fernando
7bf63fae05
Hide Inventory and Reviews panels if store setup task list is visible ( https://github.com/woocommerce/woocommerce-admin/pull/6182 )
...
* Fixed reviews and inventory panels visibility
This commit fixes the reviews and inventory panels visibility when setup task list is enabled
* Fixed tests
* Fixed control and small refactor
* Fixed useSelect
* Fixed multiple useSelect
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2021-01-27 18:40:27 -03:00
Jeff Stieler
4184392d33
Don't show Stock or Reviews panels before there are Products and/or Orders. ( https://github.com/woocommerce/woocommerce-admin/pull/5973 )
...
* Hide Stock and Reviews panels until there are products and/or orders.
* Add tests.
* Add to changelog.
2020-12-29 11:19:13 -05:00
Jeff Stieler
479eb2c850
Don't show the Orders panel on the homescreen with the Task List ( https://github.com/woocommerce/woocommerce-admin/pull/5552 )
...
* Add order count to shared component settings.
* Hide the Orders panel when the store has no orders.
* Check for all order statuses except drafts from the checkout block.
2020-11-23 10:06:55 -05:00