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

Implement preferences for controlling app behaviour #14

Open
5 tasks
Einliterflasche opened this issue Aug 11, 2024 · 1 comment
Open
5 tasks

Implement preferences for controlling app behaviour #14

Einliterflasche opened this issue Aug 11, 2024 · 1 comment
Labels
GUI Related to the Tauri GUI

Comments

@Einliterflasche
Copy link

Einliterflasche commented Aug 11, 2024

There are several things users might want to customize/enable/disable,

  • whether or not to show USD equivalents of BTC/XMR (since this requires connecting to kraken)
  • in the future possibly an option to opt in to anonymous usage statistics
  • override remote monero node
  • override remote electrum server
  • light and really dark mode
  • ...

I thought we might implement this in a PreferenceSlice in the redux state and then sync to/from disk.

@binarybaron binarybaron transferred this issue from another repository Aug 17, 2024
@binarybaron binarybaron added the GUI Related to the Tauri GUI label Aug 17, 2024
@binarybaron
Copy link

We can use redux-persist in combination with the Tauri store plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Related to the Tauri GUI
Projects
None yet
Development

No branches or pull requests

2 participants