aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-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-086-19/+447
|
* SONAR-23202 Update react, react-dom and @types/react to 18.3.1Ismail Cherri2024-10-032-28/+43
|
* 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-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-22301 Fix accessibility issues on project overview page (#11729)Stanislav2024-09-122-40/+40
|
* SONAR-22970 Align dependencies with SonarCloudDavid Cho-Lerat2024-09-122-6/+9
|
* 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-041-1/+5
|
* 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-281-0/+23
|
* 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>
* SONAR-22646 Improve issue indicator render cycle (#11448)Lucas2024-08-132-1/+2
|
* SONAR-22498 CodeSnippet supports issue indicator for jupyter preview (#11414)Lucas2024-08-134-1/+265
|
* SONAR-22494 Create a highlight.js plugin to underline issues in code snippets7PH2024-08-136-0/+448
| | | | | | | | SONAR-22495 Fix tokens not being replaced by underlines in some cases & SONAR-22492 Fix underlining being shifted when the line contains double quotes (#11425) SONAR-22495 Support underlining multiple issues in the same code snippet SONAR-22643 Allow to simultaneously use the HLJS Underline and Issue Indicator plugin
* SONAR-22296 Fix a11y issues on hotspots pageStanislav2024-08-071-0/+1
|
* SONAR-22685 Fix Icon swap issue in admin nav bar (#11474)Grégoire Aubert2024-08-061-1/+5
|
* SONAR-22306 Fix a11y of subnavigation componentsJeremy Davis2024-07-301-1/+5
|
* SONAR-22303 Fix aria-label misuse (Deque issue #1744337)David Cho-Lerat2024-07-302-5/+15
|
* SONAR-22524 Replace InteractiveIcons with ButtonIconJeremy Davis2024-07-242-2/+69
|
* SONAR-22523 Replace old Buttons with Echoes ButtonsGrégoire Aubert2024-07-2415-29/+130
|
* SONAR-22522 Use ButtonGroup from EchoesDavid Cho-Lerat2024-07-242-16/+53
|
* SONAR-22543 Improve SR navigationstanislavh2024-07-241-7/+23
|
* SONAR-22570 Implement the new Flag message component (#11390)Sarath Nair2024-07-225-4/+308
|