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

[code-infra] Improve display of bundle size diff #211

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
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
7 changes: 4 additions & 3 deletions tools-public/toolpad/pages/bundleSizes/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
- name: baseRef
value: master
- name: baseCommit
value: 66e13f6e354e2e4e174462c1f839c9bceb772b8b
value: a25a365a4c66738f358ecd745bf3727c0ca9d5b6
- name: circleCIBuildNumber
value: '487681'
value: '759455'
content:
- component: Text
name: text
Expand All @@ -24,6 +24,7 @@ spec:
name: dataGrid
layout:
columnSize: 1
height: 572
props:
rows:
$$jsExpression: |
Expand Down Expand Up @@ -67,7 +68,7 @@ spec:
preset: bytes
headerName: Gzip
height: 534
density: standard
density: compact
queries:
- name: bundleSizes
query:
Expand Down
Loading