feat(EntityGrid): implement infinite scroll for entity lists #215
Reference in New Issue
Block a user
Delete Branch "entity-selection-list-component-infinite-scroll"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add infinite scroll functionality to EntityGrid component using VueUse's
useInfiniteScroll composable to handle large volumes of entities efficiently.
Changes:
Technical details:
This improves performance and UX when displaying large lists of contacts or
projects by loading content progressively as users scroll.