woocommerce/plugins/woocommerce-admin/client/header/activity-panel
Joshua T Flowers 7d464a514c Remove task status endpoint (https://github.com/woocommerce/woocommerce-admin/pull/7841)
* Add extra status properties to tasks

* Convert extra properties to camelcase

* Replace task status usage in client

* Remove task status data store

* Remove task status endpoint

* Remove remaining task status references

* Add has products to appearance task data

* Handle PR feedback

* Fix up additional data for Avalara task

* Add changelog entry
2021-11-09 07:42:33 -05:00
..
activity-card Fix/7812 activity panel styling (https://github.com/woocommerce/woocommerce-admin/pull/7813) 2021-10-21 22:18:11 -03:00
activity-header Update analytics card header text styles (https://github.com/woocommerce/woocommerce-admin/pull/6506) 2021-08-13 15:06:32 -04:00
display-options Analytics Flag: Remove performance indicators when disabled (https://github.com/woocommerce/woocommerce-admin/pull/7234) 2021-07-01 11:16:11 +12:00
highlight-tooltip Update help tooltip styling (https://github.com/woocommerce/woocommerce-admin/pull/7414) 2021-07-26 10:26:58 -03:00
panels Remove task status endpoint (https://github.com/woocommerce/woocommerce-admin/pull/7841) 2021-11-09 07:42:33 -05:00
tab Add help tab to the home screen (https://github.com/woocommerce/woocommerce-admin/pull/5538) 2020-11-10 09:36:04 -04:00
tabs Update panel icon order - moving help tab far right (https://github.com/woocommerce/woocommerce-admin/pull/5624) 2020-11-16 09:48:50 -04:00
test Remove task status endpoint (https://github.com/woocommerce/woocommerce-admin/pull/7841) 2021-11-09 07:42:33 -05:00
README.md Migrate reviews panel to home screen (https://github.com/woocommerce/woocommerce-admin/pull/5706) 2020-12-02 09:30:39 -04:00
index.js Remove task status endpoint (https://github.com/woocommerce/woocommerce-admin/pull/7841) 2021-11-09 07:42:33 -05:00
panel.js Fix the activity panel toggle not closing on click (https://github.com/woocommerce/woocommerce-admin/pull/6679) 2021-03-25 19:42:01 -04:00
setup-progress.js Add Homescreen layout control (https://github.com/woocommerce/woocommerce-admin/pull/5429) 2020-10-22 18:13:14 -04:00
style.scss Show task and activity notifications in the Inbox panel (https://github.com/woocommerce/woocommerce-admin/pull/7017) 2021-06-09 10:56:45 -03:00
toggle-bubble.js Align WooCommerce javascript code standards/linting/styles with WordPress core. (https://github.com/woocommerce/woocommerce-admin/pull/3674) 2020-02-14 15:23:21 +13:00
unread-indicators.js Show task and activity notifications in the Inbox panel (https://github.com/woocommerce/woocommerce-admin/pull/7017) 2021-06-09 10:56:45 -03: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 stock.

Components

ActivityCard

See activity-card/README.md