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

User Settings #17

Closed
6 tasks done
petargyurov opened this issue Jan 21, 2021 · 0 comments · Fixed by #18
Closed
6 tasks done

User Settings #17

petargyurov opened this issue Jan 21, 2021 · 0 comments · Fixed by #18
Assignees
Labels
enhancement New feature or request

Comments

@petargyurov
Copy link
Owner

petargyurov commented Jan 21, 2021

Feature
Introduce a settings panel which users can use to set UI preferrences.

Additional Detail
There is a number of things in the UI which some users may prefer to change the default behaviour of. For instance:

  • toggling the image transition animation
  • default confidence level
  • displaying the image name or the entire path (in the review panel)
  • toggling various warning modals (will just remove modals for now)
  • zoom level (re: zoom & pan feature) (this library is quite finicky and there isn't much styling we can do without breaking things)
  • other things, as the app grows (using electron-store we can easily expand this from now on)

Proposed Mechanism
I think a simpe .json file saved in the root directory will be enough to preserve the state of the settings. The UI can read from the file to display the settings. Each change could overwrite the file, or perhaps a Save button?

@petargyurov petargyurov added the enhancement New feature or request label Jan 21, 2021
@petargyurov petargyurov self-assigned this Jan 21, 2021
@petargyurov petargyurov added this to To do in 0.0.1 Release via automation Jan 21, 2021
@petargyurov petargyurov moved this from To do to In progress in 0.0.1 Release Jan 21, 2021
@petargyurov petargyurov moved this from In progress to Done in 0.0.1 Release Jan 25, 2021
@petargyurov petargyurov moved this from Done to In progress in 0.0.1 Release Jan 25, 2021
@petargyurov petargyurov reopened this Jan 25, 2021
0.0.1 Release automation moved this from In progress to Done Jan 26, 2021
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
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant