feat(life): add infinite scroll pagination to feed
Implement cursor-based pagination in backend API Add IntersectionObserver to frontend for automatic loading on scroll
This commit is contained in:
@@ -1219,6 +1219,10 @@ button:disabled,
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.life-feed__sentinel {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.life-form__counter {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user