EXXETA / EXXETA/trufos

Persist Application State

Open
#549 2 comments 0 reactions 1 assignee Claimed by @SoulKa View on GitHub
architecture backend
Dominant language
TypeScript
Stars
49
Forks
25
Avg merge
3d 21h
Merged PRs (30d)
4

Description

**Is your feature request related to a problem? Please describe.**
When closing and reopening the application, all state is lost (except the previously opened collection which is currently persisted using the settings manager, though that's not really the correct place for that implementation). When reopening the app, as a user I would expect the state to be the same as before the close (as in e.g. VS Code).

**Describe the solution you'd like**
- When the application closes, the renderer states are sent to the backend
- In the backend, the states are persisted using [electron-store](https://github.com/sindresorhus/electron-store)

**Describe alternatives you've considered**

**Additional context**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.