aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fixing critical accessibility issueMathieu Suen2021-11-042-6/+4
|
* SONAR-15507 Add a prompt to warn when SonarQube need an updateMathieu Suen2021-10-213-57/+65
|
* [NO-JIRA] use esbuild for sonar-webJeremy Davis2021-09-3020-20/+20
|
* Fix multiple Code SmellsWouter Admiraal2021-09-134-10/+9
|
* SONAR-12019 Fix counter in measure page for Application and PortfolioMathieu Suen2021-08-256-112/+41
|
* SONAR-15297 Remove all sonar-ui-common theming logicWouter Admiraal2021-08-203-22/+17
|
* SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵Wouter Admiraal2021-08-2072-14/+4794
| | | | folders
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-205-14/+14
|
* SONAR-14935 Fix banner display at low widthPhilippe Perrin2021-06-231-1/+0
|
* SONAR-14935 Prompt users for next steps once the first analysis is finishedWouter Admiraal2021-06-174-0/+222
|
* SONAR-12082 Adjust keyboard navigation instruction visibilityWouter Admiraal2021-04-093-0/+413
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-086-6/+6
|
* SONAR-13999 Drop frontend organizations leftoversJeremy Davis2020-12-226-196/+0
|
* Format all headers for 2020Wouter Admiraal2020-01-0710-10/+10
|
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-301-1/+4
|
* SONAR-11601 Fix coverage rating pad angle for coverage of 0% or 100%Grégoire Aubert2019-10-282-1/+15
|
* SONAR-11601 Colorblind-friendly coverage indicators in the project's homepageGrégoire Aubert2019-10-213-6/+90
|
* SONAR-11714 Update all badge definitionsWouter Admiraal2019-08-022-2/+2
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-195-5/+5
|
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-1143-2535/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-704 Extract icons components to sonar-ui-common * Better typings for theme * Use sonar-ui-common in extensions * Extract some helpers * Extract l10n helper to sonar-ui-common * Extract requests helper to sonar-ui-common * Extract part of urls helper * Move buttons, Tooltips and ScreenPositionFixers * Move modal related components * Move IdentityProviderLink * Move GenericAvatar * Move SizeRating * Move charts and move deps to peerDeps * Move nav * Move formatMeasure * Move Rating * Move PageActions * Move the rest of ui components * Move more controls components * Include theme inside extension build * Add missing theme context provider in extensions * Update react to same version everywhere * Update sonar-ui-common * Update eslint configuration
* Update configure analysis screen for GitHub on SonarCloud (#1728)Siegfried Ehret2019-06-281-1/+1
|
* SONAR-11750 Add visible focus state on links for keyboard navigationWouter Admiraal2019-06-281-1/+1
|
* SONAR-12055 Display administration navbar notification when restarting the ↵Grégoire Aubert2019-06-031-1/+1
| | | | server
* Create and use ClearButton componentGrégoire Aubert2019-05-074-24/+32
|
* SONAR-11746 Replace 'x' icon for delete actionsWouter Admiraal2019-04-251-2/+2
|
* SONAR-11887 Inverse issue icons and coverage/duplication information in ↵Wouter Admiraal2019-04-233-14/+73
| | | | | | codeviewer gutter * Display issues type icons instead of severity icons in codeviewer gutter
* SONAR-11886 Highlight Hotspots in issues pageGrégoire Aubert2019-04-235-2/+175
| | | | | | | | | | | | | * Update see rule button style in issues * Update selected and hover styling of concise issues * Update issues selected and hover styling * Issues type facet don't filter out hotspots by default anymore * Update issue box styling for hotspots * Automatically open severity & standard facet based on the issue type * Add security hotspots newsbox on issues page * Update clear icon and close buttons * Allow to dismiss hotspots newsbox on issues page * Display help tooltip on hotspots entry of the types facet
* Update React, Typescript and Eslint dependenciesGrégoire Aubert2019-03-291-1/+1
| | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions
* SONAR-11764 Make Rating components accessibleWouter Admiraal2019-03-265-4/+94
|
* SONARCLOUD-380 Rework modal styling of SC and SQGrégoire Aubert2019-03-066-178/+24
| | | | | | | * Update modal-fields * Update form-fields styling * Update modal-fields usage in extensions * Clean css
* SONARCLOUD-413 Add organizations list in onboarding modalJeremy Davis2019-03-062-1/+36
|
* SONARCLOUD-379 Enable users sync on existing ALM bound organizationsGrégoire Aubert2019-03-064-0/+174
| | | | | | | | | * Display org sync advertisement block * Add membersSync prop to organization type and update mock functions * Extract RadioCard from CardPlan * Allow to customize Modal through ConfirmButton * Add user sync configuration modal * Show help tooltip when user sync is activated
* SONAR-11645 Disable sibling navigation in MeasuresWouter Admiraal2019-02-113-152/+53
|
* SONAR-8697 Enable keyboard file navigation in Code pageWouter Admiraal2019-02-116-0/+391
|
* Fix usage of button-link, replace it with ButtonLink componentGrégoire Aubert2019-01-282-3/+7
|
* SONAR-11651 Display tooltip next to warning quality gate statusGrégoire Aubert2019-01-181-0/+1
|
* Fix license headers for 2019Duarte Meneses2019-01-0231-32/+31
|
* SONAR-11204 use alerts in place of bannersStas Vilchik2018-12-202-22/+27
|
* SONARCLOUD-176 Allow upgrading to paid organization when provisioning projectsGrégoire Aubert2018-12-071-0/+6
| | | | | | | * Update UpgradeOrganizationBox component with new cardPlan component * Display upgrade box only when needed * Introduce isDefined type guard * Update repositories selection workflow
* create global type definitions (#1017)Stas Vilchik2018-12-054-9/+5
|
* Rewrite remaining of the settings page to TSGrégoire Aubert2018-11-301-4/+8
|
* SONAR-10763 display quality gate events for applications (#910)Stas Vilchik2018-11-203-4/+4
|
* SONARCLOUD-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-163-6/+9
| | | | | | permissions in create pages * Use organizations actions instead of permissions flags from api/navigation/organization
* SONAR-11327 Redirect user after organization creation depending on contextGrégoire Aubert2018-11-161-0/+3
| | | | * Correctly handle OnboardingModal for create organization page
* SONAR-11362 apply feedback (#905)Stas Vilchik2018-11-071-7/+7
|
* SONAR-11362 Display duplications in the project headerStas Vilchik2018-11-071-3/+3
|
* rewrite more components from flow to ts (#913)Stas Vilchik2018-11-061-7/+8
|
* SONAR-11204 Colorblind friendly banners (#899)Stas Vilchik2018-10-304-0/+118
|
* SONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch ↵Grégoire Aubert2018-09-191-3/+3
| | | | status
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-031-2/+2
|