woocommerce/plugins/woocommerce-admin/client/header/activity-panel
louwie17 98a55aaeb9 Migrate reviews panel to home screen (https://github.com/woocommerce/woocommerce-admin/pull/5706)
* Create initial reviews panel and displaying it on the home screen

* Update reviews package to support updating and deleting reviews

* Allow custom icons to be defined for rating component

* Add approve, spam, and delete actions to home screen review panel

* Show entire list as updating when items are still in the store

* Update rating to only import the required icons, and allow icons to be passed in instead of strings

* Prune out reviews header panel, as we are not using it anymore

* Showing just a header if collapsible is false for activity panel

* Add tests for reviews panel and accordion changes

* Fix undoing a deleted item by using status - untrash

* Several styling changes to match wireframe as mentioned in PR review

* Moved review rating into the subtitle in relation to new design

* Update clear cache logic for last item

* Remove activity panel unused css

* Use invalideResolution instead of invalidateResolutionForStoreSelector
2020-12-02 09:30:39 -04:00
..
activity-card Migrate reviews panel to home screen (https://github.com/woocommerce/woocommerce-admin/pull/5706) 2020-12-02 09:30:39 -04:00
activity-header Home Screen - migrated orders panel (https://github.com/woocommerce/woocommerce-admin/pull/5455) 2020-11-06 14:21:05 +13:00
display-options Fix column scroll collision after layout change. (https://github.com/woocommerce/woocommerce-admin/pull/5586) 2020-11-11 12:19:24 -05:00
panels Migrate reviews panel to home screen (https://github.com/woocommerce/woocommerce-admin/pull/5706) 2020-12-02 09:30:39 -04: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 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
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 Migrate reviews panel to home screen (https://github.com/woocommerce/woocommerce-admin/pull/5706) 2020-12-02 09:30:39 -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 Add help tab to the home screen (https://github.com/woocommerce/woocommerce-admin/pull/5538) 2020-11-10 09:36:04 -04: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 Migrate reviews panel to home screen (https://github.com/woocommerce/woocommerce-admin/pull/5706) 2020-12-02 09:30:39 -04: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