-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added export/import options for settings #6542
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
Conversation
Translations are pending - need to know if the proposed design is good 👍 |
Can you share a screenshot? |
@d2dyno1 can you change it to say manage settings? |
Co-authored-by: Yair Aichenbaum <39923744+yaichenbaum@users.noreply.github.com>
@d2dyno1 have you tested your changes for accessibility? |
@yaichenbaum No issues! |
@d2dyno1 can you add tooltips to the button? |
Just a thought: do settings (though not really settings) such as |
It looks like the app will crash on startup if the imported settings file is invalid. So for example, if you replace a boolean in the settings file with a string, then import it, it will crash on startup. I think there should be some validation of the settings to avoid a crash. |
@d2dyno1 can you make the changes Winston requested? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
@d2dyno1 I'm going to hold off merging this PR for now as I don't want to introduce new issues. |
Well, it's enough if user restarts the app. It works as expected + this PR fixes an issue with some UI areas not being updated after a setting has changed. |
@d2dyno1 can you elaborate on what the issue with the sidebar actually is? Guess it's okay if it's only when importing settings. Can you open an issue so we don't lose track of this? |
Resolved / Related Issues
Details of Changes
Known issues
Validation
How did you test these changes?