Content
View differences
Updated by Parimal Satyal 7 months ago
###
### Steps to reproduce
1. Login as a user with permissions to view work package comments
2. Navigate to a work package with a large number of comments E.g. https://qa.openproject-stage.com/projects/cecile-demo-project/work\_packages/3647/activity
3. OR throttle your browser network to slow a slower preset (via browser dev tools)
4. Click on the "Show everything" menu and select a different filter; "Show changes only"
### What is the buggy behavior?
* There is no feedback that the new filter request has been made
* User is still able to switch filters multiple times while waiting on first filter request
### What is the expected behavior?
* 1. Switching the filter state should transition into an intermediate loading state (skeleton loader), state, while the new request is resolved
* 2. It should not be possible to switch to another filter while waiting on the previous one.
* Context: Necessarily only until we manage to move this outside of the bit that gets reloaded.
<br>
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/819912/content">
###
### Steps to reproduce
1. Login as a user with permissions to view work package comments
2. Navigate to a work package with a large number of comments E.g. https://qa.openproject-stage.com/projects/cecile-demo-project/work\_packages/3647/activity
3. OR throttle your browser network to slow a slower preset (via browser dev tools)
4. Click on the "Show everything" menu and select a different filter; "Show changes only"
### What is the buggy behavior?
* There is no feedback that the new filter request has been made
* User is still able to switch filters multiple times while waiting on first filter request
### What is the expected behavior?
*
*
* Context: Necessarily only until we manage to move this outside of the bit that gets reloaded.
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/819912/content">
###