A desktop notification whenever a pull request update is detected would be really nice!
If we can have the notification say what changed as well then even better.
This could likely be achieved by adding a componentDidUpdate lifecycle hook, and getting that to dispatch an action to send a notification whose content is derived from the difference in current props and new props.
This would be added to the PullRequestInfo component.
We'd also want the ability to enable/disable this, so another option in the sidebar (like the live data toggle) would work.
A desktop notification whenever a pull request update is detected would be really nice! If we can have the notification say what changed as well then even better.
This could likely be achieved by adding a componentDidUpdate lifecycle hook, and getting that to dispatch an action to send a notification whose content is derived from the difference in current props and new props. This would be added to the PullRequestInfo component.
We'd also want the ability to enable/disable this, so another option in the sidebar (like the live data toggle) would work.
https://www.npmjs.com/package/react-desktop-notification