-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add BAIPropertyFilter to Endpoint list (#2689)
### TL;DR Added advanced filtering capabilities to the Endpoint List Page. ### What changed? - Added support for filtering endpoints based on name, service endpoint, and owner (for admin/superadmin roles). - Implemented query parameter support for filters using `useQueryParam`. - Updated the layout to accommodate the new filter component. - Added loading state for filter operations. ### How to test? 1. Navigate to the Endpoint List Page. 2. Verify that the new filter component is visible next to the lifecycle stage filter. 3. Test filtering by endpoint name, service endpoint, and owner (if you have admin/superadmin privileges). 4. Confirm that the filter persists in the URL and works correctly when the page is refreshed. 5. Check that the loading indicator appears when applying filters. ### Why make this change? This change enhances the user experience by providing more granular control over endpoint filtering. It allows users to quickly find specific endpoints based on various criteria, improving efficiency in managing and monitoring endpoints, especially in environments with a large number of endpoints.
- Loading branch information
Showing
1 changed file
with
90 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters