Skip to content

Refactor/app config#260

Open
egalvis27 wants to merge 3 commits intomainfrom
refactor/app-config
Open

Refactor/app config#260
egalvis27 wants to merge 3 commits intomainfrom
refactor/app-config

Conversation

@egalvis27
Copy link

What is Changed / Added


Application settings management has been improved with the addition of reactive language and theme configuration. These settings now update dynamically throughout the application in real-time.

Why

This enhancement will enable us to standardize the onboarding experience to match the Windows implementation, as the two platforms currently differ in this regard.

@egalvis27 egalvis27 requested a review from AlexisMora February 26, 2026 19:35
ConfigStore.set('savedConfigs', {
...savedConfigs,
[uuid]: configToSave,
[uuid]: configToSave as SavedConfig,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would try to find a way around to achieve this without forcing the cast, we should always try to have type-safety

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
64.6% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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.

2 participants