mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-15 18:23:18 -05:00
* Refactor: Improve IAQ display and add ranges Adds IAQ ranges to the `Iaq` enum and updates the display to show the ranges alongside the descriptions, improving clarity for users. This change enhances the indoor air quality information by providing context for the different IAQ levels. * Refactor: Improve IAQ color scheme and add range to description This commit refactors the Indoor Air Quality (IAQ) component by: - Updating the color scheme to better reflect air quality levels, using a more standardized and recognizable color palette. - Adding the IAQ range to the description, providing more context and clarity to the user. - Adding a preview for the IAQ scale. - Minor code cleanup and improvements.