Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(extension): HTML Report Card Change, View menu, CSS and fonts, Filter addition, and include Hidden #2056

Merged
merged 37 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3d68dd8
added icons,changed css and bg color
nam-singh Aug 30, 2024
ebdc304
corrected import and images
nam-singh Sep 4, 2024
b678c89
changes
nam-singh Sep 4, 2024
5b82a22
correction in filter sort
nam-singh Sep 5, 2024
76e402a
seprating images
nam-singh Sep 5, 2024
9ca8a13
changes in utilimages
nam-singh Sep 5, 2024
fa3ef88
correction in expression of elements
nam-singh Sep 5, 2024
8ef1235
commenting hidden filter
nam-singh Sep 5, 2024
023a651
Merge branch 'master' into htmlReport-2019-nam
nam-singh Sep 5, 2024
de9ef8d
Update common/module/src/report/ACReporterHTML.tsx
tombrunet Sep 5, 2024
f16b80d
Rename ACReporterHTML.tsx to ACReporterHTML.ts
tombrunet Sep 5, 2024
cd24253
changes for hidden filter
nam-singh Sep 9, 2024
805a52e
Merge branch 'master' into htmlReport-2019-nam
ErickRenteria Sep 9, 2024
b4d1cee
changes for hidden icon
nam-singh Sep 10, 2024
826f984
correction in total issue
nam-singh Sep 10, 2024
2d45614
change in link text and css
nam-singh Sep 11, 2024
38f2452
css changes
nam-singh Sep 11, 2024
ae7128d
css changes
nam-singh Sep 11, 2024
e0f9216
css change
nam-singh Sep 11, 2024
90da546
Merge pull request #2027 from IBMa/htmlReport-2019-nam
ErickRenteria Sep 12, 2024
c3448a1
css changes
nam-singh Sep 12, 2024
7145590
set initial expand true and change filter order
nam-singh Sep 12, 2024
443b744
css changes
nam-singh Sep 12, 2024
cfcd21c
Merge branch 'master' into htmlReportRelease
tombrunet Sep 12, 2024
3accf0d
Merge branch 'htmlReportRelease' into htmlReport-2026-nam
tombrunet Sep 12, 2024
b20057d
Merge pull request #2034 from IBMa/htmlReport-2026-nam
ErickRenteria Sep 13, 2024
274165d
css changes
nam-singh Sep 13, 2024
033b150
css changes
nam-singh Sep 13, 2024
e376c8d
score css change
nam-singh Sep 17, 2024
e53ff56
font weight of score
nam-singh Sep 17, 2024
99f7906
change in icon order and summary card border
nam-singh Sep 18, 2024
ef87616
color change for summary card
nam-singh Sep 18, 2024
e54b485
bg color of extenstion summ & border in html report
nam-singh Sep 18, 2024
ef801b9
Merge pull request #2049 from IBMa/htmlReport-2035-nam
ErickRenteria Sep 19, 2024
150a6d8
Merge branch 'master' into htmlReportRelease
philljenkins Sep 24, 2024
b9535bd
Update guides and screenshots for new interactive HTML reports
philljenkins Sep 25, 2024
f602cf8
add single quote
philljenkins Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
font weight of score
  • Loading branch information
nam-singh committed Sep 17, 2024
commit e53ff56e37fcbc9e023d363069d5189183d989b4
1 change: 1 addition & 0 deletions report-react/src/SummScoreCard.scss
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@
.score {
// @include type.type-style('display-03');
font-size: 54px;
font-weight: 400;
margin: 1rem 0rem;
}
@media (min-width: 42rem) {