mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
The per-pod listening-time estimate was only visible behind the info icon on the device settings header card. A pod that reaches half its rated listening hours or less now raises a banner on the device settings screen, tapping it opens the same detail sheet. A displayed number needs less backing than one that raises a warning, so a reading is only promoted into the banner when its slot has accumulated at least 8 listening sessions across its qualifying rates and the newest of those rates is at most 60 days old. The banner reads the already-gated state field, so the per-profile battery estimate toggle suppresses it too. The detail sheet's visibility moves out of DeviceInfoCard so both the info icon and the banner can open it.