reduce default number of entries in post/media sidebar to 200 and add auto-loading #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
the sidebars for posts and media should only load 200 entries but when scrolling down, it should load more entries in the background when we come close to the end of the sidebar if there are more entries. There is already a "load more" that is manual, it should just be automatic.
Implemented in
df71f1d. Post, page, and media sidebars now fetch 200 items initially and automatically request the next 200-item batch at 90% scroll depth. Append requests are single-flight to prevent duplicate offsets; the manual Load More controls and unused translations were removed. Updated README and sidebar Allium contract. Verified with allium check/analyse, targeted sidebar tests, cargo build --workspace, and a complete cargo test --workspace run.