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:
2026-05-01 23:29:05 +08:00
parent 71b7e838ed
commit c03d4271e1
6 changed files with 240 additions and 27 deletions

View File

@@ -1219,6 +1219,10 @@ button:disabled,
gap: 14px;
}
.life-feed__sentinel {
min-height: 1px;
}
.life-form__counter {
justify-self: end;
}