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:
@@ -2946,6 +2946,10 @@ button:disabled,
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.load-more-sentinel {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.life-feed__retry {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user