Skip to content

Fix broken pagination on tickler list view #2259

@coderabbitai

Description

@coderabbitai

Description

The pagination on the tickler list view is currently broken. The system is loading all entries first and then paginating them client-side, which can cause performance issues with large datasets.

Current Behavior

  • All tickler entries are loaded into memory
  • Pagination is applied on the client-side after loading all data

Expected Behavior

  • Pagination should be handled server-side
  • Only the entries for the current page should be loaded

Context

Reported by @LiamStanziani in #2229

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions