I'll build this tenant management user list page with the certification badge filter. Let me first check the existing project structure and components.
Now let me read the existing page, layout, and other UI components I'll need:
Now I have all the context I need. Let me create the tenant management user list page with the filter sidebar. I'll build the components:
Now let me update the layout to add background color and update the main page to redirect to the users page:
I've built the tenant management user list page with the certification badge filter as specified. The implementation includes:
FilterSidebar - Right slide-in sheet (600px width) with:
The filter logic properly combines all conditions with AND, updates URL parameters including certificationId, and resets to page 1 on search. Dark mode is fully supported with the specified color scheme.