What problem does this address?
Currently notifications are only fetched on the initial page load, new notifications are not displayed until the next page transition.
What is your proposed solution?
Poll the REST API for new notifications on set interval.
Questions
- A what interval should we poll for new notifications?
Please confirm that you have searched existing issues in the repo.
Yes