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

Release new experimental Carbon Footprint metric and surrounding features #2867

Merged
merged 38 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
72fdcb6
new site header updates
scottjehl Apr 3, 2023
34333bd
merge fix for icon color
scottjehl Apr 3, 2023
5544e32
update credit line
scottjehl Apr 3, 2023
8e34bce
add carbon badge
scottjehl Apr 3, 2023
eb82ee9
badge and type updates
scottjehl Apr 5, 2023
80858ae
fix up pie
scottjehl Apr 5, 2023
fc07c52
link metric up
scottjehl Apr 5, 2023
8976634
redirect tests from the carbon control start url to the cc landing
scottjehl Apr 19, 2023
04fafeb
merge master
scottjehl Apr 24, 2023
a23707e
add clearer call to action about experiments
scottjehl Apr 24, 2023
1f33b2b
wording
scottjehl Apr 25, 2023
685e83e
experiment flag in result table
scottjehl Apr 25, 2023
0fab43e
metric descs
scottjehl Apr 25, 2023
8684e98
new single custom metric
scottjehl Apr 27, 2023
f884604
separate metrics again
scottjehl Apr 27, 2023
313a2f6
add green hosts metric
scottjehl Apr 27, 2023
4570a34
use est and add abbr
scottjehl Apr 27, 2023
138b2c3
trailing slash
scottjehl Apr 27, 2023
48a87fa
fix url
scottjehl Apr 27, 2023
7c38752
update homepage slide style
scottjehl Apr 27, 2023
4542bf4
back to a single metric for footprint. Grams now factor in green host…
scottjehl Apr 27, 2023
1c3ba5c
3rd party menu
scottjehl Apr 27, 2023
5fd465f
fix empties
scottjehl Apr 27, 2023
f32c2fe
self host experiment and id check to == to match 100+
scottjehl Apr 27, 2023
54eee78
exp loading alignment
scottjehl Apr 27, 2023
53c8ec1
cc stabilization for non-supporting browsers and also CSP blocking
scottjehl Apr 28, 2023
a6fed89
content refinement
scottjehl Apr 28, 2023
9dc7276
chore:format
scottjehl May 1, 2023
3e06d6c
not in use
scottjehl May 1, 2023
cf9d7c6
change tree artwork for release
scottjehl May 1, 2023
d0815a4
class change
scottjehl May 1, 2023
f87876a
class updates
scottjehl May 1, 2023
a702762
Merge branch 'master-upstream' into carboncontrol
scottjehl May 2, 2023
5705251
chore:format
scottjehl May 2, 2023
ec147c4
lint and fix display rule
scottjehl May 2, 2023
92bf214
failure checks to not show metric if necessary
scottjehl May 2, 2023
aa1723c
keeping up with latest
scottjehl May 2, 2023
6f53fcb
check for empty array
scottjehl May 2, 2023
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
8 changes: 6 additions & 2 deletions www/assets/css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,13 @@ a.button {
/*
* End signup step 2
*/
.signup-flow-layout wpt-header,
.signup-flow-layout header {
.signup-flow-layout wpt-header,
.signup-flow-layout header {
background: #141e33;
}
.signup-flow-layout header {
padding-left: 0;
margin-bottom: 0;
}
.signup-flow-layout header {
padding-left: 0;
Expand Down
Loading