About layout polish + shading / 30-day audit (#210)
About panel:
- Developer name fixed to Jérôme Crémoux (accent on the second e).
- Every identity row aligned right with a consistent label-left / link-right layout: Version, Developer, X profile, LinkedIn, GitHub Helios, GitHub Helios-Lidar.
- X logo: inline SVG of the post-rebrand glyph (mdi:twitter retired, MDI didn't ship a proper "X" replacement).
- Row padding tightened so the six rows stack densely.
Storage audit + legacy sweep:
- One-time purge of legacy localStorage keys on engine spawn:
helios-shading-map:v2(retired beta.80, sits at 100-500 kB on long-running installs) andhelios:cloud-mode(retired beta.81). Idempotent + cheap. - Active keys confirmed:
helios-camera-pose:<lat,lon>,helios-weather-cache:<lat,lon,prec>,helios-pv-calib-wipe-flag-v1. PV history / calib / trainer caches are in-memory only.
Shading + 30-day reference sweep:
engine.projectShadingDome+ the supporting_projectSpherePointhelper removed entirely (dead code since beta.80).- Trainer 5-min stats window narrowed from 30 days -> 5 days: the only consumer of the wider window was the retired shading map; the unified data source only needs the J-2 .. J+2 slice.
- Inline comments referencing ShadingDome / shading map / 30-day glissement purged across helios-card, init, overlays, loading-tracker, radiation, calibration, helios-config, pv, weatherMode, ws-timeout.
Tracked in #210.