Skip to content

Add install note after each PerfLab feature plugin in the plugin list table #1265

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

Merged
merged 5 commits into from
Jun 3, 2024

Conversation

westonruter
Copy link
Member

@westonruter westonruter commented May 31, 2024

Fixes #1222

As suggested by @justlevine in #1222 (comment):

Has adopting the design language from the Plugin Dependencies feature already been discussed and discarded?

A standard Note: This plugin was installed by... that's below the plugin meta, similar in style to the new Note: this plugin cannot be activated or deactivated..., would provide a straightforward solve without worrying about prefixes, slug lengths, metadata density, or over/underengineering

Here's what that looks like in WP 6.5+:

Before After
Screenshot 2024-05-31 12 19 31 Screenshot 2024-05-31 12 19 46

The Performance Lab link goes to the Performance settings screen.

Note that I chose to say "This plugin is installed" as opposed to "This plugin was installed" because we don't keep track of whether or not a given feature plugin was indeed installed by the Performance Lab plugin. So it is intended to say that the Performance Lab in general installs a given feature plugin, but that's not to say it couldn't be installed directly.

@westonruter westonruter added [Type] Enhancement A suggestion for improvement of an existing feature [Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only labels May 31, 2024
@westonruter westonruter added this to the performance-lab 3.2.0 milestone May 31, 2024
Copy link

github-actions bot commented May 31, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: westonruter <westonruter@git.wordpress.org>
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: swissspidy <swissspidy@git.wordpress.org>
Co-authored-by: ThierryA <tweetythierry@git.wordpress.org>
Co-authored-by: joemcgill <joemcgill@git.wordpress.org>
Co-authored-by: ashwinparthasarathi <ashwinparthasarathi@git.wordpress.org>
Co-authored-by: justlevine <justlevine@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Co-authored-by: Pascal Birchler <pascalb@google.com>
Co-authored-by: Pascal Birchler <pascalb@google.com>
Copy link
Member

@mukeshpanchal27 mukeshpanchal27 left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. The code shows error so i have push 5019dd5 that fixed the issue.

@westonruter westonruter merged commit 551dfb5 into trunk Jun 3, 2024
16 of 17 checks passed
@westonruter westonruter deleted the add/install-notice branch June 3, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only [Type] Enhancement A suggestion for improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indicate plugins in list table which are installed by Performance Lab
4 participants