Skip to content

Conversation

@manurgdev
Copy link
Contributor

This pull request introduces a semantic color system to the application's styles, replacing direct usage of palette variables with new semantic CSS custom properties. This makes it easier to manage color themes (like light and dark modes) and improves maintainability and consistency across the UI. The changes affect several SCSS files and add new semantic color definitions to the global stylesheet.

Semantic color system introduction:

  • Added new semantic CSS custom properties (e.g., --c-positive-bg, --c-surface-muted, etc.) for both light and dark modes in styles.scss, mapping them to existing palette variables or color mixes.

Refactoring component styles to use semantic colors:

Other improvements:

  • Updated the SonarQube scanner script to add the -Dsonar.login parameter, ensuring compatibility with older SonarQube versions.
    • For some reason, the current “lts-community” image provides Sonar 9.9.x, which causes an error when using the other parameter.
image

@altaskur altaskur self-requested a review January 22, 2026 22:45
@altaskur altaskur changed the base branch from main to develop January 22, 2026 22:46
Copy link
Owner

@altaskur altaskur left a comment

Choose a reason for hiding this comment

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

LGTM!

@altaskur altaskur merged commit 6cb99e3 into altaskur:develop Jan 23, 2026
1 check 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