• Fatih Acet's avatar
    Merge branch 'issue-boards-large-height-load' into 'master' · a4176e7f
    Fatih Acet authored
    Fixed issue boards loading issues on large screens
    
    ## What does this MR do?
    
    On larger screens it is possible for 20 issues to load (this is the amount per page) & there still to be room underneath the last issue which means the list can't scroll stopping the infinite scrolling working.
    
    This MR checks if there are more issues to load, if there are & the height of the scroll area is less than or the same as scroll height then more issues are loaded. This will keep happening until it is possible to scroll, once it is possible to scroll it goes back to the default behaviour of the infinite scrolling.
    
    ## What are the relevant issue numbers?
    
    Closes #22092
    
    See merge request !6319
    a4176e7f
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 120 KB