Skip to content

[FEATURE] Add persistent storage. #30

@CupapiOT

Description

@CupapiOT

Is your feature request related to a problem? Please describe.
It's annoying that the matrices I apply to my vectors, and the vectors I made, disappear without a trace once I hit refresh.

Describe the solution you'd like
Save the following data in local storage:

  • All matrices done so far
  • Undone matrices (aka history)
  • Vectors
  • Last typed numbers within matrices/vectors entries (optional).

Describe alternatives you've considered
The last piece of data in the previous prompt is optional, but the rest are non-negotiable.

Additional context
This would also be quite convenient in the development cycle, as you wouldn't need to create new matrices over and over again. Paired with #29, this would make the app very usable for most.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions