woocommerce/plugins/woocommerce-admin/client/activity-panel
Chi-Hsuan Huang dcbfbe2748
Cleanup task list and re-organize file structure (#38271)
* Deprecate onboarding task snooze APIs

* Cleanup task list and organize tasks file structure

* Add changelog

* Fix lint

* Fix tests

* Remove two-columns check logic

* Fix mock path
2023-05-17 09:54:31 +08:00
..
activity-card Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
activity-header Migrate header items to slot fills (https://github.com/woocommerce/woocommerce-admin/pull/7805) 2021-12-14 11:56:42 -05:00
display-options Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
highlight-tooltip Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client 2022-04-01 11:41:32 +08:00
panels Cleanup task list and re-organize file structure (#38271) 2023-05-17 09:54:31 +08:00
tab Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client 2022-04-01 11:41:32 +08:00
tabs Migrate header items to slot fills (https://github.com/woocommerce/woocommerce-admin/pull/7805) 2021-12-14 11:56:42 -05:00
test Fix/37502: Correct spelling errors. (#37887) 2023-05-08 15:55:09 +08:00
README.md Migrate header items to slot fills (https://github.com/woocommerce/woocommerce-admin/pull/7805) 2021-12-14 11:56:42 -05:00
activity-panel.js Cleanup task list and re-organize file structure (#38271) 2023-05-17 09:54:31 +08:00
icon-flag.js Migrate header items to slot fills (https://github.com/woocommerce/woocommerce-admin/pull/7805) 2021-12-14 11:56:42 -05:00
index.js Create @woocommerce/admin-layout package (#37094) 2023-03-10 09:58:02 -05:00
panel.js Migrate header items to slot fills (https://github.com/woocommerce/woocommerce-admin/pull/7805) 2021-12-14 11:56:42 -05:00
setup-progress.js Adding context property to tasklist tracks event, introducing LayoutContext (#33287) 2022-06-14 11:31:50 -07:00
style.scss Adding context property to tasklist tracks event, introducing LayoutContext (#33287) 2022-06-14 11:31:50 -07:00
toggle-bubble.js Migrate header items to slot fills (https://github.com/woocommerce/woocommerce-admin/pull/7805) 2021-12-14 11:56:42 -05:00
unread-indicators.js Fix activity panel not showing unread when closed (#38173) 2023-05-11 16:07:13 -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