Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist config more often #13

Closed
j5v opened this issue Jun 17, 2023 · 1 comment · Fixed by #19
Closed

Persist config more often #13

j5v opened this issue Jun 17, 2023 · 1 comment · Fixed by #19
Assignees
Labels
enhancement New feature or request

Comments

@j5v
Copy link
Owner

j5v commented Jun 17, 2023

Currently, the configuration does not persist in localStorage unless the user selects Configure from the toolbar, then Save (without necessarily making changes to the configuration).

As a user, I want configuration to persist with major changes of UI state or data, particularly when:

  • I add, remove, or duplicate a tuning.
  • I change any note data.
  • I close the app.
  • I change any configurable profiles (future feature).

Perhaps selection of notes can be exempt, or on a debounced timer, so that selections and limits save infrequently.

@j5v j5v added the enhancement New feature or request label Jun 17, 2023
@j5v j5v self-assigned this Jun 18, 2023
@j5v j5v linked a pull request Jun 18, 2023 that will close this issue
@j5v
Copy link
Owner Author

j5v commented Jun 18, 2023

Perhaps selection of notes can be exempt, or on a debounced timer, so that selections and limits save infrequently.

Not done. Suggest splitting to new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant