]> source.dussan.org Git - sonarqube.git/commit
SONAR-20496 Make smooth ecperience of security hotspots header when scroll
authorstanislavh <stanislav.honcharov@sonarsource.com>
Tue, 19 Sep 2023 09:40:30 +0000 (11:40 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 20 Sep 2023 20:02:50 +0000 (20:02 +0000)
commit34634622b2061350fd56bd59f75d0e3a7d20dd3d
tree47aac424c4f9179db33283cf6a4f459e833f791a
parent074d2a6a86dcc5111105669d4ad666597df0e6e2
SONAR-20496 Make smooth ecperience of security hotspots header when scroll
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/SecurityHotspotsApp-it.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotHeader.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerTabs.tsx
server/sonar-web/src/main/js/apps/security-hotspots/hooks/__tests__/useScrollDownCompress-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/hooks/__tests__/useStickyDetection-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/hooks/useScrollDownCompress.ts [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/hooks/useStickyDetection.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/testUtils.ts