feat: implement infinite scrolling for public entity lists

Add cursor-based pagination to backend list queries
Introduce LoadMoreSentinel for intersection-based loading
Replace manual load more buttons with infinite scroll sentinel
This commit is contained in:
2026-05-06 08:33:08 +08:00
parent 91a001e3f9
commit c821e9ebba
16 changed files with 619 additions and 103 deletions

View File

@@ -2946,6 +2946,10 @@ button:disabled,
min-height: 1px;
}
.load-more-sentinel {
min-height: 1px;
}
.life-feed__retry {
display: flex;
justify-content: center;