woocommerce/plugins/woocommerce-admin/client/header/activity-panel
louwie17 022f7a173a Remove depreciated shared settings hook (https://github.com/woocommerce/woocommerce-admin/pull/7480)
* Initial set up for the WCAdminSettingsRegistry

* Make use of filter for admin settings

* Add wc/settings package and remove depreciated dropzone wrapper

* Make use of the getSetting function instead of accessing window directly

* Add comments

* Add changelog

* Remove un needed changes

* Update dropzone provider logic and fix styling

* Remove old css
2021-08-24 08:39:48 -03:00
..
activity-card Allow packages to be built in isolation. (https://github.com/woocommerce/woocommerce-admin/pull/7286) 2021-07-14 16:38:57 -04: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 Fix all links with hash to behind query parameters (https://github.com/woocommerce/woocommerce-admin/pull/7483) 2021-08-09 17:27:54 +08: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 old payment gateway task components (https://github.com/woocommerce/woocommerce-admin/pull/7224) 2021-06-28 14:18:42 -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 Remove depreciated shared settings hook (https://github.com/woocommerce/woocommerce-admin/pull/7480) 2021-08-24 08:39:48 -03: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