-
Notifications
You must be signed in to change notification settings - Fork 632
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitynotifications-view
Milestone
Description
When paging the notification view we are currently getting each page in parallel. This is done as the existing pages might have changed if there are any new unread notifications. Instead we should use the should use the before
query string parameter to ensure that existing pages do not change, and only fetch the next page.
When clicking on the "Refresh" action, we should reset the before
query string parameter and the page number.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitynotifications-view