An extension to Directus which provides a panel to apply filtering upon all surrounding panels within the same dashboard.
The filter panel provides us with a form which changes the filter option of the panels within the same dashboard, i.e.
Axis.-.Google.Chrome.2022-04-19.18-02-28.mp4
This is achieved by looking up the relevant panels and changing the database if those panels contain a filter which matches the collection and the field provided by the filter panel.
To add this panel to your own Directus instance, you should be able to download the artifact from the release, and copy the index.js
inside the extensions/panels/filter
directory, as is suggested by the documentation.