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: warning banner for PWA category deprecation #15741

Merged
merged 12 commits into from
Jan 11, 2024
Merged

core: warning banner for PWA category deprecation #15741

merged 12 commits into from
Jan 11, 2024

Conversation

adrianaixba
Copy link
Collaborator

@adrianaixba adrianaixba commented Jan 10, 2024

report/renderer/report-utils.js Outdated Show resolved Hide resolved
@@ -476,6 +476,9 @@ const UIStrings = {
openInANewTabTooltip: 'Open in a new tab',
/** Generic category name for all resources that could not be attributed to a 1st or 3rd party entity. */
unattributable: 'Unattributable',

/** Message communicating the removal of the PWA category. */
pwaRemovalMessage: 'Lighthouse will be deprecating the PWA category with Lighthouse version 12.0. More information about its deprecation [here](https://developer.chrome.com/blog/update-install-criteria?hl=en). For recommended PWA testing, refer to the documentation [here](https://developer.chrome.com/docs/devtools/progressive-web-apps/).',
Copy link
Member

Choose a reason for hiding this comment

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

re https://developer.chrome.com/blog/update-install-criteria?hl=en

@connorjclark @brendankenny can we just leave hl=en in for translators. Will they change this link to use their own locale?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ah this was an artifact of copying/pasting.. i can remove the ?hl=en :)

Copy link
Collaborator

Choose a reason for hiding this comment

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

They will not change that.

Do we cover the same languages? We could add this programatically.

Copy link
Member

Choose a reason for hiding this comment

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

Looks like they don't cover every language we do. Let's just remove the ?hl=en, maybe the site can automatically detect locale.

report/renderer/report-renderer.js Outdated Show resolved Hide resolved
report/renderer/report-utils.js Outdated Show resolved Hide resolved
Co-authored-by: Adam Raine <6752989+adamraine@users.noreply.github.com>
Co-authored-by: Adam Raine <6752989+adamraine@users.noreply.github.com>
@adrianaixba adrianaixba merged commit 004c0c5 into main Jan 11, 2024
29 checks passed
@adrianaixba adrianaixba deleted the pwa-banner branch January 11, 2024 21:03
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.

None yet

3 participants