Currently we have an EntityList component that is used by the Home and Collection page. However, we have a lot of places where we have a similar list, for example:
- Alerts
- Users in Collections
- Scope
- Event Based Processes
We should create a reusable component for these cases. This should include the search functionality.
We should also think about having a common component that takes care of entity deletion as the logic for the deletion modal is currently replicated across the different pages.