style(weekly-report): Update colors#117877
Merged
Merged
Conversation
59db218 to
3332f68
Compare
amy-chen23
commented
Jun 17, 2026
| unique_enum_count = len(enum_values) | ||
| assert len(group_status_to_color) == unique_enum_count | ||
|
|
||
| def test_key_errors_and_performance_issues_share_substatus_badges(self) -> None: |
Contributor
Author
There was a problem hiding this comment.
For clarification on why the test exists: We want the "ongoing" label color to be consistent for both key errors and performance issues. It used to be gray for key errors and yellow for performance issues.
roggenkemper
approved these changes
Jun 17, 2026
cvxluo
approved these changes
Jun 17, 2026
scttcper
reviewed
Jun 17, 2026
| </style> | ||
|
|
||
| <style type="text/css" inline="false"> | ||
| @import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap); |
Member
There was a problem hiding this comment.
i think we typically avoid using google fonts
Member
There was a problem hiding this comment.
its not really even worth doing usually https://www.caniemail.com/features/css-at-font-face/
Contributor
Author
There was a problem hiding this comment.
thanks for the heads up, i won't make changes to the font then 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal: update weekly report styling
Changes
To test:
debug/mail/weekly-reports/?seed=90Before:

After:
