woocommerce/plugins/woocommerce-admin/client/header/activity-panel
Joshua T Flowers 3382fb7011 Record refunds separate from order entries (https://github.com/woocommerce/woocommerce-admin/pull/2083)
* Sync refunds on order sync

* Separate order and refund class extensions

* Add customer functions to order and refund classes

* Change products store to work with refund amounts

* Return early for refunds in coupon data store

* Allow refund processing in tax data store

* Remove unused refund amounts from tables and data stores

* Change order counts to parse out refund entries

* Include refunded orders in default queried statuses

* Only process order number filter on shop order post types

* Extract shared order and refund methods to trait

* Fix renamed schedule_single_order_import method

* Bump PHP and WP version requirements
2019-05-10 14:39:25 +08:00
..
activity-card Add empty state for the Reviews panels (https://github.com/woocommerce/woocommerce-admin/pull/2124) 2019-04-30 11:40:10 +02:00
activity-header Update `layout/*` file structure (https://github.com/woocommerce/woocommerce-admin/pull/463) 2018-09-21 11:19:05 -04:00
activity-outbound-link Update `layout/*` file structure (https://github.com/woocommerce/woocommerce-admin/pull/463) 2018-09-21 11:19:05 -04:00
panels Record refunds separate from order entries (https://github.com/woocommerce/woocommerce-admin/pull/2083) 2019-05-10 14:39:25 +08:00
README.md Update `layout/*` file structure (https://github.com/woocommerce/woocommerce-admin/pull/463) 2018-09-21 11:19:05 -04:00
index.js Add empty state for the Reviews panels (https://github.com/woocommerce/woocommerce-admin/pull/2124) 2019-04-30 11:40:10 +02:00
style.scss Scroll to top of the table when navigating table pages (https://github.com/woocommerce/woocommerce-admin/pull/2051) 2019-04-30 11:43:55 +02:00
toggle-bubble.js Update `layout/*` file structure (https://github.com/woocommerce/woocommerce-admin/pull/463) 2018-09-21 11:19:05 -04:00
unread-indicators.js Add empty state for the Reviews panels (https://github.com/woocommerce/woocommerce-admin/pull/2124) 2019-04-30 11:40:10 +02:00
wordpress-notices.js Update text domain. (https://github.com/woocommerce/woocommerce-admin/pull/1795) 2019-03-13 11:14:02 -06:00

README.md

Activity Panel

This component contains the Activity Panel. This is shown on every page and is rendered as part of the header. It provides access to the notices system and actionable items like orders, reviews, and stock.

Components

ActivityCard

See activity-card/README.md

Sections

Orders

Shows a timeline of actionable orders.