woocommerce/plugins/woocommerce-admin/client/activity-panel
Leif Singer 8ee74ede0e
Update Woo.com references to WooCommerce.com (#46259)
* replace capitalized Woo.com with WooCommerce.com

* replace http URLs

* replace https URLs

* replace developer.woo.com

* add missing version in `@since` tag

* unslash the HTTP_REFERER

* WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

* add changelog file

* add more changelog files

* address linter errors

* address more linter errors

* fix test

* more linter errors
2024-04-09 09:50:15 +01:00
..
activity-card Stylelint: Update config to double quotes (#45607) 2024-03-26 10:41:34 -03:00
activity-header Stylelint: Update config to double quotes (#45607) 2024-03-26 10:41:34 -03:00
display-options Update WC Admin Homescreen header icons (#46353) 2024-04-09 15:46:33 +08:00
highlight-tooltip Stylelint: Update config to double quotes (#45607) 2024-03-26 10:41:34 -03:00
panels Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
tab Update WC Admin Homescreen header icons (#46353) 2024-04-09 15:46:33 +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 Update WC Admin Homescreen header icons (#46353) 2024-04-09 15:46:33 +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 Update WC Admin Homescreen header icons (#46353) 2024-04-09 15:46:33 +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 fix: fixed all instances of no-use-before-define lint rule violations 2023-11-16 19:21:30 +08:00
setup-progress.js Adding context property to tasklist tracks event, introducing LayoutContext (#33287) 2022-06-14 11:31:50 -07:00
style.scss Update WC Admin Homescreen header icons (#46353) 2024-04-09 15:46:33 +08: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