67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Use partial rendering for large user lists #166

Closed galfert closed 5 years ago

galfert commented 5 years ago

Closes #163

To improve the performance when switching to channels with a lot of users, only a subset of the users is rendered at first. More users will be rendered, when scrolling to the bottom of the list.

galfert commented 5 years ago

When reviewers think this works ok, I will replace #162 with a new solution using the scrolling-observer component from this PR.