wp-plugin-dependencies icon indicating copy to clipboard operation
wp-plugin-dependencies copied to clipboard

Design: Showing dependencies in a plugin's row.

Open costdev opened this issue 2 years ago • 0 comments

On the plugins.php screen that shows installed plugins, each plugin "row" needs to show:

  • Action links to manage its dependencies and indicate whether it can be activated.
    • Note: The plugin may have been installed via FTP without its dependencies, for example.
  • The plugins it requires.
  • The plugins that require it.

Here is a screenshot of how this is currently displayed:

screenshot-1.png

  • Manage Dependencies currently links to a Dependencies tab containing a plugin card for each dependency.
  • Each dependency/dependent listed under the plugin description currently links to a View details modal if one is available.

costdev avatar Jul 03 '23 18:07 costdev