aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23205 Remove legacy CSS custom propertiesJeremy Davis2024-10-222-14/+1
|
* SONAR-23098 Introduce Project Dependencies tabLucas2024-10-212-5/+30
|
* SONAR-23261 Custom software quality severitiesViktor Vorona2024-10-161-2/+5
|
* SONAR-23189 SONAR-23190 MQR mode for issues and rules listViktor Vorona2024-10-161-2/+5
|
* SONAR-22298 Fix clipboard a11yJeremy Davis2024-10-114-403/+405
|
* SONAR-23136 Replace 'tab' color usage in TabsDavid Cho-Lerat2024-10-111-1/+3
|
* SONAR-23136 Replace usage of secondary.dark with echoes design tokensGrégoire Aubert2024-10-1127-78/+46
|
* SONAR-23136 Accessibility - Replace old blueGrey[400] color code by new ↵David Cho-Lerat2024-10-1111-37/+22
| | | | Echoes tokens
* SONAR-23136 Accessibility - Replace old blueGrey[300] color code by new ↵David Cho-Lerat2024-10-1123-68/+77
| | | | Echoes tokens
* SONAR-23296 Fixing icon dimension based on designRevanshu Paliwal2024-10-111-3/+3
|
* [No Jira] Fix Facet alignment bugJeremy Davis2024-10-103-13/+33
|
* Revert "SONAR-23137 Remove success status around legacy input"Jeremy Davis2024-10-102-5/+16
| | | | This reverts commit bba5ffa2fe6afe5c4eed1e4709db9f52710b0a7c.
* SONAR-23136 Use new Echoes color tokensDavid Cho-Lerat2024-10-103-4/+8
|
* SONAR-23332 Adopt updated Link components from EchoesDavid Cho-Lerat2024-10-091-1/+2
|
* SONAR-23138 Fix counter contrastJeremy Davis2024-10-091-1/+9
|
* SONAR-22290 Fix focus indicator in legacy componentsJeremy Davis2024-10-0816-132/+124
|
* SONAR-23137 Remove success status around legacy inputJeremy Davis2024-10-082-16/+5
|
* SONAR-23249 Fix SSF-656 & SSF-657David Cho-Lerat2024-10-088-19/+470
|
* SONAR-23202 Update react, react-dom and @types/react to 18.3.1Ismail Cherri2024-10-033-31/+46
|
* SONAR-23202 Dependency updates - major - design-system/David Cho-Lerat2024-10-021-1/+1
| | | | | + "vite-plugin-dts": "4.2.3", + "turbo": "2.1.3",
* SONAR-23202 Dependency updates - minor - design-system/ + sonar-web/David Cho-Lerat2024-10-021-1/+1
| | | | | | | | + "@types/validator": "13.12.2", + "dd-trace": "5.23.0", + "eslint-plugin-react": "7.37.1", + "jest-fail-on-console": "3.3.1", + "turbo": "1.13.4",
* SONAR-23202 Dependency updates - minor - typescript 5.6.2David Cho-Lerat2024-10-011-1/+1
|
* SONAR-23202 Dependency updates - minorDavid Cho-Lerat2024-09-301-3/+3
| | | | | | | | | | | | + "@babel/plugin-transform-react-jsx": "7.25.2", + "@emotion/babel-plugin-jsx-pragmatic": "0.3.0", + "@swc/core": "1.7.28", + "@tanstack/react-query": "5.56.2", + "esbuild": "0.24.0", + "eslint-plugin-react": "7.37.0", + "markdownlint-cli": "^0.42.0" + "prettier-plugin-organize-imports": "4.1.0", + "react-intl": "6.7.0",
* SONAR-23202 Update dd-traceJeremy Davis2024-09-301-1/+1
|
* SONAR-23202 Update date-fnsJeremy Davis2024-09-301-1/+1
|
* SONAR-23202 Dependency updates - patchesDavid Cho-Lerat2024-09-301-5/+5
| | | | | | | | | | | | | | | + "@types/jest": "29.5.13", + "@types/lodash": "4.17.9", + "@types/node": "20.16.10", + "@types/validator": "13.12.2", + "axios": "1.7.7", + "dompurify": "3.1.7", + "esbuild": "0.20.2", + "eslint": "8.57.1", + "jsdom": "24.1.3", + "postcss": "8.4.47", + "react-router-dom": "6.26.2", + "tailwindcss": "3.4.13",
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-2458-166/+103
|
* SONAR-23030 Use Label from EchoesDavid Cho-Lerat2024-09-241-2/+4
|
* SONAR-23030 Add deprecation noticesDavid Cho-Lerat2024-09-242-6/+36
|
* SONAR-23030 Update to Echoes v0.8.0David Cho-Lerat2024-09-241-1/+1
|
* SONAR-23034 Pill hover, focus stateViktor Vorona2024-09-202-0/+24
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-1814-128/+186
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22315 Fix a11y issues on Branches & PRs page (#11651)Sarath Nair2024-09-174-55/+41
|
* SONAR-22325 Fix a11y issues on project setting page (#11737)Sarath Nair2024-09-173-6/+17
|
* SONAR-23036 Upgrade Echoes and adapt to the new SelectJeremy Davis2024-09-131-1/+1
|
* SONAR-22301 Fix accessibility issues on project overview page (#11729)Stanislav2024-09-122-40/+40
|
* SONAR-22970 Align dependencies with SonarCloudDavid Cho-Lerat2024-09-123-34/+37
|
* SONAR-22323 Fix a11y issues on PR overview pageIsmail Cherri2024-09-107-223/+306
|
* CODEFIX-12 Show new suggestion feature in issues pageRevanshu Paliwal2024-09-0413-15/+382
|
* SONAR-22941 Update RTL and related depsJeremy Davis2024-09-042-3/+7
|
* SONAR-22666 Adding oauth email support (#11653)Shane Findley2024-08-301-0/+2
|
* SONAR-22813 and SONAR-22814 Use the new Modal and ModalAlertJeremy Davis2024-08-282-1/+24
|
* SONAR-19710 fix implicit task dependencies. skip java plugin tasks for ↵Steve Marion2024-08-271-0/+4
| | | | frontend builds
* SONAR-22728 Portfolio overviewViktor Vorona2024-08-262-2/+50
|
* SONAR-22710 Projects facetViktor Vorona2024-08-263-5/+22
|
* SONAR-22719 Some fixes to measuresViktor Vorona2024-08-261-1/+1
|
* SONAR-22719 Measures page reflects new ratingsstanislavh2024-08-263-17/+40
|
* SONAR-22717 Change in calculation badge in projects listViktor Vorona2024-08-261-15/+41
|
* SONAR-22287 Fix a11y issues on Background Tasks page7PH2024-08-202-5/+8
|
* NO-JIRA Validation fixes7PH2024-08-136-11/+37
| | | | Co-authored-by: Lucas <97296331+lucas-paulger-sonarsource@users.noreply.github.com>