Commit Graph

1 Commits

Author SHA1 Message Date
MechaCat02
d64ab038ef refactor(admin): focus System tab temperatures on the CPU die
Some checks failed
deploy / test-frontend (pull_request) Waiting to run
deploy / build-and-push (pull_request) Blocked by required conditions
deploy / deploy (pull_request) Blocked by required conditions
deploy / test-backend (pull_request) Has been cancelled
The Temperatures box listed every component sysinfo exposes (per-core,
chipset, NVMe…), dominating the System tab. Surface only the CPU
die/package reading and collapse the rest behind a disclosure.

Add a tested pure helper, pickCpuTemp, that selects the best CPU sensor
(Intel package → AMD Tctl/Tdie → hottest core → any cpu/coretemp → null),
and render it via a shared Temp snippet with the remaining sensors in a
default-closed "N other sensors" details element.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 20:19:14 +02:00