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/feat 1307 reload config on file change #1325

Merged

Conversation

IsmaelMartinez
Copy link
Owner

@IsmaelMartinez IsmaelMartinez commented Jul 2, 2024

  • Add watchConfigFile option to restart the app if the configuration changes.

    • Notice that the some UI settings would trigger an app restart if this functionality is on.
      image
  • Modify configError message to have an icon and adding the ability to provide warning dialogs (for config deprecation)

    • warning dialog example
      image

    • error dialog example
      image

  • Refactoring around inTune and the config file handling

  • Refactoring events to all be kebab-case instead of a mix of kebab-case and camelCase

Closes #1307 and #1326

…oring the event names to all be kebab-case, instead of a mix of camelCase and kebab-case. adding watchConfigFile option to watch the config file and restart the app if it changes, and other small refactoring
…nto feature/feat-1307-reload-config-on-file-change
Copy link

sonarcloud bot commented Jul 2, 2024

@IsmaelMartinez IsmaelMartinez merged commit 190efc1 into develop Jul 2, 2024
12 checks passed
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.

Reload config data on file change
1 participant