woocommerce/plugins/woocommerce-admin/client/header/activity-panel
Moon a70d331cdf Present Inbox notes in a panel with header (https://github.com/woocommerce/woocommerce-admin/pull/7864)
* Wrap notes with Card component -- Added header, badge, and cllipsis menu

* CSS changes to adjust padding and margin

* Change buttons to link style

* Render image only when the layout is thumbnail

* Add hover state

* Update text and classname

* Dismiss note immediately without prompting a confirmation (https://github.com/woocommerce/woocommerce-admin/pull/7868)

* use woocommerce-admin-dismiss-notification class to target the dissmiss btn

* Add changelog

* Specify CSS styles so tha they dont get overridden by other plugins

* Update changelog

* Remove message gap

* Remove unwanted changes from package-lock.json

* Update changelog
2021-11-04 20:51:30 -07: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 Present Inbox notes in a panel with header (https://github.com/woocommerce/woocommerce-admin/pull/7864) 2021-11-04 20:51:30 -07: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 Add route and layout for unmatched path (https://github.com/woocommerce/woocommerce-admin/pull/7503) 2021-10-14 10:04:17 -04: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 Add route and layout for unmatched path (https://github.com/woocommerce/woocommerce-admin/pull/7503) 2021-10-14 10:04:17 -04: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