Enhancement #906/Persist User Preference for Entries Amount #975

Closed
opened 2026-04-05 18:04:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Pallavikumarimdb on 9/1/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This PR addresses usability issues highlighted in #906 .

4.4 — Does Not Save Amount of Entries
The “entries per page” setting is not remembered and resets after every page refresh.

Fix

  • Persist user preference for the number of entries displayed.
  • Ensure the setting is retained across sessions.

Extracted from PR : #1283

How to test?

*Originally created by @Pallavikumarimdb on 9/1/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This PR addresses usability issues highlighted in #906 . **4.4 — Does Not Save Amount of Entries** The “entries per page” setting is not remembered and resets after every page refresh. **Fix** - Persist user preference for the number of entries displayed. - Ensure the setting is retained across sessions. Extracted from PR : #1283 ## How to test?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#975