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

report: make denser. changes to typography, group descriptions, more #13249

Merged
merged 35 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
96fc6bb
report: move group descriptions to footer of group
paulirish Oct 1, 2021
df9a1cf
fixup chevrons
paulirish Oct 18, 2021
72c9831
chevrons pretty good.
paulirish Oct 18, 2021
35f6d3e
jiwoongs fixes. pass 1
paulirish Oct 19, 2021
f496873
fixups
paulirish Oct 19, 2021
47e3fe0
fixups
paulirish Oct 19, 2021
5a63931
Merge remote-tracking branch 'origin/master' into report-polish-and-g…
paulirish Oct 21, 2021
df51078
jiwoong oct 19 fixes. half of them
paulirish Oct 21, 2021
8d60a1a
Merge remote-tracking branch 'origin/master' into report-polish-and-g…
paulirish Oct 21, 2021
6f1dcf1
last of jiwoong suggestions
paulirish Oct 21, 2021
ddc73a7
paul small cleanup
paulirish Oct 21, 2021
54c554f
more cleanup. filmstrip uses grid instead of flex now
paulirish Oct 21, 2021
4b50cfa
scorescale and meta items style cleanup
paulirish Oct 21, 2021
59eea83
faux psi desktop aspect ratio
paulirish Oct 25, 2021
60374e4
small fixes
paulirish Oct 25, 2021
c588451
categorypadding comment
paulirish Oct 25, 2021
94ce632
latest from jiwoong
paulirish Oct 27, 2021
77a6fed
drop pill, replace with expand/collapse text toggle
paulirish Oct 26, 2021
e33600e
content-visibility. style recalc from 80ms to 38ms
paulirish Oct 28, 2021
1205f22
fix tests
paulirish Oct 28, 2021
eec6966
fix fraction background
paulirish Oct 28, 2021
7263ed9
fix typo
paulirish Oct 28, 2021
129f1d5
Merge remote-tracking branch 'origin/master' into report-polish-and-g…
paulirish Oct 28, 2021
2c77b37
test fixes
paulirish Oct 28, 2021
194c640
lint
paulirish Oct 28, 2021
2b7d334
drop fullbleed thumbnails now that we use lh-node for most image audi…
paulirish Oct 28, 2021
d59df98
drop .only
paulirish Nov 1, 2021
5cab500
Merge remote-tracking branch 'origin/master' into report-polish-and-g…
paulirish Nov 2, 2021
0e10709
orange in dark mode and other fixes
paulirish Nov 2, 2021
296c527
report-max-width to report-content-width
paulirish Nov 2, 2021
377c559
Merge remote-tracking branch 'origin/master' into report-polish-and-g…
paulirish Nov 2, 2021
ef9acd6
link color in dark/light
paulirish Nov 2, 2021
e57ff60
translate button
paulirish Nov 2, 2021
099de03
warning and env block width fixes
paulirish Nov 2, 2021
a7c7ca0
Merge branch 'master' into report-polish-and-group-desc-move
paulirish Nov 2, 2021
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
2 changes: 1 addition & 1 deletion flow-report/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@

.SummaryFlow {
display: grid;
max-width: var(--report-width);
max-width: var(--report-content-width);
grid-auto-rows: min-content;
grid-template-columns: min-content min-content minmax(var(--min-text-width), max-content) 1fr 1fr 1fr 1fr;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build-smokehouse-bundle": "node ./build/build-smokehouse-bundle.js",
"build-lr": "yarn reset-link && node ./build/build-lightrider-bundles.js",
"build-pack": "bash build/build-pack.sh",
"build-report": "node build/build-report-components.js && yarn eslint --fix report/renderer/components.js && node build/build-report.js && bash lighthouse-core/scripts/copy-util-commonjs.sh",
"build-report": "node build/build-report-components.js && yarn eslint --fix report/renderer/components.js && bash lighthouse-core/scripts/copy-util-commonjs.sh && node build/build-report.js",
"build-sample-reports": "yarn build-report && node build/build-sample-reports.js",
"build-treemap": "node ./build/build-treemap.js",
"build-viewer": "node ./build/build-viewer.js",
Expand Down
Loading