You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7PH bc03f0d637 SONAR-21455 Rework software quality breakdown design & Add a tooltip on the total count 4 달 전
..
config/jest NO-JIRA Update license headers to 2024 5 달 전
src SONAR-21455 Rework software quality breakdown design & Add a tooltip on the total count 4 달 전
.eslintrc NO-JIRA Update license headers to 2024 5 달 전
.eslintrc-typescript Temporarily remove @typescript-eslint rules to reduce the # of code smells in overall code 1 년 전
.gitignore SONAR-18491 Set up the build system for the new UI 1 년 전
README.md [NO JIRA] Add documentation to the design-system module 11 달 전
babel.config.js NO-JIRA Update license headers to 2024 5 달 전
build.gradle NO-JIRA Update license headers to 2024 5 달 전
jest.config.js NO-JIRA Update license headers to 2024 5 달 전
package.json NO-JIRA Make prettier fails more verbose and self-explanatory 4 달 전
tsconfig.json NO-JIRA Improve design-system's tsconfig to create source maps 8 달 전
vite.config.js NO-JIRA Update license headers to 2024 5 달 전

README.md

Design System

This module is a Component Library for SonarQube. Despite being an internal module, it should be thought of as an external library.

Components

Components implemented here should be generic components, mostly agnostic of the business domains. There are some grey areas, like the Quality Gate Indicator which is obviously tied to the states a QG can have.

L10n, i18n, translations

Translation helpers (translate/translateWithParameters) cannot be used in the component library. Most text should be expected as a prop anyway. Generic (read “context-independent”) labels will soon be translated using react-intl.

Date/time formatting should use react-intl, to benefit from the user’s locale.

Helpers and utilities

Only helpers necessary for Components should be implemented in this module. Business logic utilities, or application-specific methods (e.g. getComponentUrl), should be kept in the core.