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

Feature (app): save user settings across sessions. #16

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

jojobii-arks
Copy link
Owner

Summary

  • Use tauri-plugin-store-api to persist user data across sessions with a custom writable svelte store that assigns and validates a value to a key given a zod schema.

@jojobii-arks jojobii-arks self-assigned this Apr 21, 2023
@jojobii-arks jojobii-arks linked an issue Apr 21, 2023 that may be closed by this pull request
@jojobii-arks jojobii-arks merged commit 63caf50 into main Apr 21, 2023
@jojobii-arks jojobii-arks deleted the jojobii-arks/7 branch April 29, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Persist user configuration state across sessions.
1 participant