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

core(cls-culprits-insight): implement #16357

Merged
merged 5 commits into from
Feb 26, 2025
Merged

core(cls-culprits-insight): implement #16357

merged 5 commits into from
Feb 26, 2025

Conversation

connorjclark
Copy link
Collaborator

ref #16323

Had to add a TextValue for rendering a text value (overriding the table header defn).

@connorjclark connorjclark requested a review from a team as a code owner February 25, 2025 22:56
@connorjclark connorjclark requested review from adamraine and removed request for a team February 25, 2025 22:56
@@ -67,6 +67,8 @@ const UIStrings = {
columnFailingElem: 'Failing Elements',
/** Label for a column in a data table; entries will be a description of the table item. */
columnDescription: 'Description',
/** Label for a row in a data table; the row represents the total number of something. */
total: 'Total',
/** Label for a row in a data table; entries will be the total number and byte size of all resources loaded by a web page. */
totalResourceType: 'Total',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we just remove totalResourceType now?

Copy link
Collaborator Author

@connorjclark connorjclark Feb 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know for sure. maybe the contexts encourage different translations.

@connorjclark connorjclark merged commit 29d065b into main Feb 26, 2025
27 checks passed
@connorjclark connorjclark deleted the cls-culprit-insight branch February 26, 2025 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants