]> source.dussan.org Git - sonarqube.git/commit
SONAR-17169 Improve scrolling architecture in issues page
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Wed, 10 Aug 2022 17:06:16 +0000 (19:06 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 17 Aug 2022 20:03:09 +0000 (20:03 +0000)
commit94d62ab2f0a8aa66770ed6373481b4bf2574e6e9
treedc3d619c06cde026a31accce52f5c5ebe399d121
parent42145471c0db5b7ec917adf8fd68e7b519b724fe
SONAR-17169 Improve scrolling architecture in issues page
13 files changed:
server/sonar-web/src/main/js/apps/issues/components/IssueSourceViewerScrollContext.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/components/IssuesApp.tsx
server/sonar-web/src/main/js/apps/issues/components/IssuesSourceViewer.tsx
server/sonar-web/src/main/js/apps/issues/components/__tests__/__snapshots__/IssuesSourceViewer-test.tsx.snap
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetGroupViewer.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/ComponentSourceSnippetGroupViewer-test.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/CrossComponentSourceViewer-test.tsx
server/sonar-web/src/main/js/apps/issues/utils.ts
server/sonar-web/src/main/js/components/SourceViewer/components/LineCode.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/__tests__/__snapshots__/LineCode-test.tsx.snap
server/sonar-web/src/main/js/components/issue/IssueMessageBox.tsx
server/sonar-web/src/main/js/components/rules/RuleTabViewer.tsx