Map Filter Bar
Component Detail
User Interface
low complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Horizontal filter bar at the top of the map view allowing coordinators to filter visible pins by availability status (available, paused, all). Provides quick toggle chips so coordinators can focus on available mentors when matching an assignment.
map-filter-bar
Responsibilities
- Render availability filter toggle chips
- Emit filter change events to map view
- Maintain selected filter state
- Reset filters to default state
Interfaces
setFilter(availabilityStatus)
resetFilters()
getActiveFilter()
onFilterChanged(callback)