cedaro / satispress

Expose installed WordPress plugins and themes as Composer packages.
500 stars 48 forks source link

Added a search field in package-selector.js #163

Closed DavidSingh3 closed 2 years ago

DavidSingh3 commented 2 years ago

A faster way to filter the plugins or themes list on the "settings > SatisPress" page.

When searching on this page using the browser's search function, plugin and theme names will be found multiple times on the page. This is a bit cumbersome when you have a long list of plugins.

This PR adds a search field in the "manage packages" sidebar, in order to efficiently filter the list of plugins and themes.

The new search field:

DavidSingh3 commented 2 years ago

an unused "element.Component" import was also removed.

bradyvercher commented 2 years ago

@DavidSingh3 This is pretty cool. Thanks for submitting the PR!