Feature Summary
Add a small AQI badge or colored indicator to each saved-location chip so users can see the current air-quality status of their saved cities at a glance without switching between locations.
Problem Statement
The AppControls saved-location chips currently display only the location name.
Users who have multiple saved locations cannot quickly compare their current air-quality conditions without selecting each location individually.
This makes it less convenient to identify which saved location currently has poorer air quality.
Proposed Solution
Fetch the current AQI for each saved location using the existing fetchAirQualityByCoords functionality from:
src/services/airQualityService.js
Feature Summary
Add a small AQI badge or colored indicator to each saved-location chip so users can see the current air-quality status of their saved cities at a glance without switching between locations.
Problem Statement
The
AppControlssaved-location chips currently display only the location name.Users who have multiple saved locations cannot quickly compare their current air-quality conditions without selecting each location individually.
This makes it less convenient to identify which saved location currently has poorer air quality.
Proposed Solution
Fetch the current AQI for each saved location using the existing
fetchAirQualityByCoordsfunctionality from: