woocommerce/plugins/woocommerce-admin/client/wc-api/items
Joshua T Flowers 6ff9d0673a Add low product stock indicator (https://github.com/woocommerce/woocommerce-admin/pull/1866)
* Move product low stock count to controller param instead of data store

* Add totalCount to items API

* Extract unread indicators to separate file and add unread stock

* Trim initial search variable in wp_query

* Parse low stock option as an absolute integer

* Fix low stock meta comparison with product specific low stock amount

* Make group by query function static

* Check for empty strings and null values for product low_stock_amount
2019-03-29 10:45:19 +08:00
..
index.js Implement tabular data filtering (https://github.com/woocommerce/woocommerce-admin/pull/1381) 2019-02-01 10:55:19 +01:00
operations.js Add low product stock indicator (https://github.com/woocommerce/woocommerce-admin/pull/1866) 2019-03-29 10:45:19 +08:00
selectors.js Merge getOrders and getItems (https://github.com/woocommerce/woocommerce-admin/pull/1438) 2019-02-01 11:01:42 +01:00
utils.js Display table placeholder instead of empty table when loading search terms (https://github.com/woocommerce/woocommerce-admin/pull/1682) 2019-02-26 10:28:50 +01:00