You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add tech stack and country filtering to talents admin page
- Add embedded Form schema with tech_stack and countries fields
- Implement comma-separated input transformation to arrays
- Add real-time filter form with visual feedback (tech badges, country flags)
- Add filtering logic that matches user tech_stack and country fields
- Maintain filter state in URL parameters for bookmarkable URLs
- Add update_filters and clear_filters event handlers
- Preserve existing sorting and pagination functionality
Mirrors the filtering implementation from candidates_live.ex exactly
0 commit comments