]> source.dussan.org Git - sonarqube.git/commit
SONAR-17416 Improve Source code viewer perfomance and allow to load more line each...
authorMathieu Suen <mathieu.suen@sonarsource.com>
Tue, 27 Sep 2022 09:11:45 +0000 (11:11 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 29 Sep 2022 20:03:14 +0000 (20:03 +0000)
commit27a59988437611958e553e0028f5aab949d53e9c
treed1bd54bf86a6ad3c6f8cf0082777152bbbeec143
parent516a97f0bae4ae30ccdf6db3d328cbd1939d3ffc
SONAR-17416 Improve Source code viewer perfomance and allow to load more line each time
server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewer-it.tsx
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewer-test.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/LineCode.tsx
server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/loadIssues-test.ts
server/sonar-web/src/main/js/components/SourceViewer/helpers/highlight.ts
server/sonar-web/src/main/js/components/SourceViewer/helpers/indexing.ts
server/sonar-web/src/main/js/components/SourceViewer/helpers/lines.ts
server/sonar-web/src/main/js/components/SourceViewer/helpers/loadIssues.ts