Enhancement #906/UX & Usability Improvements - Prevent Data Loss, Persist Preferences #1064

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

Originally created by @Pallavikumarimdb on 8/15/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 several usability issues highlighted in #906 to improve user experience and prevent accidental data loss. It focuses on UX reliability and reducing user frustration.

Issues & Sub-issues addressed:

  • 3.1 — Tab Switching = Lost Changes
    Switching between tabs on a resource configuration currently causes unsaved changes to be lost if the user hasn’t clicked “Save” first.

  • 3.2 — Leave Warning
    No warning is shown when navigating away or closing the browser with unsaved changes.

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

How to test?

*Originally created by @Pallavikumarimdb on 8/15/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 several usability issues highlighted in #906 to improve user experience and prevent accidental data loss. It focuses on UX reliability and reducing user frustration. **Issues & Sub-issues addressed:** * **3.1 — Tab Switching = Lost Changes** Switching between tabs on a resource configuration currently causes unsaved changes to be lost if the user hasn’t clicked “Save” first. * **3.2 — Leave Warning** No warning is shown when navigating away or closing the browser with unsaved changes. * **4.4 — Does Not Save Amount of Entries** The “entries per page” setting is not remembered and resets after every page refresh. ## 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#1064