llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Multiple loading notifications #1606

Closed VishnuVardhanBR closed 5 months ago

VishnuVardhanBR commented 5 months ago

Multiple notifications even when all the list items have been loaded.

https://github.com/llaske/sugarizer/assets/64434937/78ee7008-4fe4-4722-852d-7e5359fa1d43

llaske commented 5 months ago

It's related to lazy loading of items. Each scroll launch a load of a set of 10 items. We can't consider it's a bug or even a problem for users.

VishnuVardhanBR commented 5 months ago

Understood.