Skip to content

Risk of losing user data (no proper save system) #1

@tmlganesh

Description

@tmlganesh

Hey,

I tried running the project locally and tested the editor.

I noticed a serious problem that can affect users.

The Issue

Right now, when we type in the editor:

  • The changes are only stored in memory (temporary)
  • There is no clear save system

So if:

  • the app is refreshed
  • or the tab is closed

Cause : all the written content can be lost

What I expected

  • A way to save the file (like Ctrl/Cmd + S)
  • Or auto-save in the background
  • Or at least a warning before closing

Suggested fix

  • Add manual save (Ctrl/Cmd + S)
  • Add auto-save (every few seconds)
  • Show warning if user tries to leave without saving

Happy to help implement this if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions