Skip to content

feat(web/apply): persist application form state in localStorage/sessionStorage #16

@0x4248

Description

@0x4248

While filling out the moderator application form, navigating away from the page (e.g., via the browser back button) results in all entered data being lost.

Currently, the form state appears to be held only in memory until submission, with no persistence mechanism.

Current behaviour

  • Form data is lost if the page is closed, refreshed, or navigated away from
  • No recovery mechanism is available when returning to the form

Proposed behaviour

  • Persist form state periodically (e.g., via localStorage or sessionStorage)
  • Restore previously entered data if the user returns to the form before submission
  • Storage is cleared on application submission

blix :3

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