Skip to content

Notes Lose Unsaved Changes on Page Refresh or Route Change #176

@Manu95021

Description

@Manu95021

While editing or creating notes in the application, changes are not consistently preserved if the user refreshes the page or navigates to another section. The current behavior appears to rely primarily on temporary in-memory state, which can result in partial or complete loss of user input when an unexpected refresh or route change occurs.

This is a critical issue because data persistence is a core requirement for any note-taking application. Users expect their content to be reliably saved without requiring constant manual actions. The absence of an autosave confirmation or recovery mechanism increases the risk of accidental data loss and negatively impacts user trust.

Addressing this issue would involve improving state persistence logic, introducing a reliable autosave strategy (such as debounced saving), and ensuring that note data is retained across refreshes and navigation events. Adding clear feedback to indicate save status would further enhance usability and reliability.

Metadata

Metadata

Assignees

Labels

UI-enhancementenhancementNew feature or requestmediumGood for those who knows how things work, mostly includes enhancements of implemented features.under-ECWoC26under-ECWoC26 issue or PR for program tracking and evaluation.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions