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 i18n, optimize property initialization, and fix focus loss in InfoCenterView #158

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

leewyatt
Copy link
Contributor

Focus Loss on Notification Group Collapse:
Collapsing a notification group within the InfoCenterView results in a loss of focus, causing incorrect scrolling behavior in the notification list.

Lack of Internationalization:
The InfoCenterView contains a significant amount of text that has not been internationalized, potentially limiting its usability in multi-lingual environments.
Unnecessary Immediate Property Initialization:

Many properties in InfoCenterView are currently initialized immediately but are only used for getting values. These properties do not need to be bound and can be initialized lazily on demand to optimize performance and resource usage.
#155

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@dlemmermann dlemmermann merged commit 5b17b4c into master Apr 17, 2024
2 of 4 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.

2 participants