woocommerce/plugins/woocommerce-admin/client/inbox-panel
Moon 765697f5e0 Implement inbox note read state (https://github.com/woocommerce/woocommerce-admin/pull/7896)
* Wrap notes with Card component -- Added header, badge, and cllipsis menu

* Add hover state

* 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

* Add is_read column

* Do not update activity_panel_inbox_last_read upon viewing the homepage

* Remove use of last_read variable

* Return is_read field from the note api

* Use is_read field and remove last_read from the test

* Set is_read to true when an action is triggered

* CSS changes for the read state

* Apply padding and border if there are multiple actions

* Remove unread indicator

* Add changelog

* Update changelog

* Revert package-lock.json

* Fix onDismiss not being called after rebasing

* Check is_read before setting it to the obj -- this prevents uninteded error messages piling up in case is_read col is missing for some reason

* Revert changs added by mistake during rebasing

* Revert changes to package-lock.json

* Remove incorrect changelog

* Commit to triger Github workflows
2021-11-17 12:15:48 -08:00
..
test Refactor and extract inbox panel components (https://github.com/woocommerce/woocommerce-admin/pull/7006) 2021-06-02 15:25:41 -03:00
dissmiss-all-modal.js Add dismiss all button for Inbox 2.0 (https://github.com/woocommerce/woocommerce-admin/pull/7871) 2021-11-16 21:56:05 -08:00
index.js Implement inbox note read state (https://github.com/woocommerce/woocommerce-admin/pull/7896) 2021-11-17 12:15:48 -08:00
index.scss Add dismiss all button for Inbox 2.0 (https://github.com/woocommerce/woocommerce-admin/pull/7871) 2021-11-16 21:56:05 -08:00
utils.js Moved Inbox Panel component (https://github.com/woocommerce/woocommerce-admin/pull/5252) 2020-10-06 10:13:32 -03:00