gae-angular-material-starter icon indicating copy to clipboard operation
gae-angular-material-starter copied to clipboard

User list on big screens

Open TBxy opened this issue 10 years ago • 1 comments

Hi, thanks for this great project.

Issue:

If you have a big screen the user list cannot be expanded. The reason for this is that you need to scroll down to do so. On a big screen I need to minimize the browser window to be able to do it.

user_list_too_short

Possible Solutions:

  • Load more as long as the list does not reach the bottom
  • Add a button to load more if the browser window is too high (my preferred method)

TBxy avatar Jun 17 '15 07:06 TBxy

The first possible solution is implemented in ngInfiniteScroll with the infinite-scroll-immediate-check which is by default true.

Another infinite scroll directive: uiScroll. This has more features like: dynamically destroying elements as they become invisible.

TBxy avatar Jun 18 '15 11:06 TBxy