mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 01:48:13 +00:00
The "Region Utilization (39 of 1,098 used)" stat already listed the *unused* regions in a collapsed details block, but not which specific ones counted toward the "used" side -- dborup asked to see them too. Added UsedRegions (ScopeStatsResponse) alongside the existing UnusedRegions, computed in the same matched-regions pass so it's a free byproduct, not a second query. Frontend adds a matching "Show N used regions" details block next to the existing unused one.