Skip to content

LoadMore issue #22

@mberrishdev

Description

@mberrishdev

The loadMore functionality uses the history array length as the offset, but this could cause issues if items are added to the beginning of the history array (via clipboard-update events) while the user is viewing older items. New items would shift the offset, potentially causing duplicate items or skipped items when loading more. Consider using a timestamp-based pagination approach instead.

Originally posted by @Copilot in #19

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions