CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Lazy-loading sortable lists #184

Open CodeWringer opened 1 year ago

CodeWringer commented 1 year ago

A new component named something like LazySortableList should be introduced, which can lazily load its content.

This component is expected to work much like the LazyLoad component, but with the notable difference of working with a list (= array) of elements.