feat: suppression HUD (redondant avec cockpit), compteur stylé, navbar nettoyée

- Suppression Hud.jsx + HUDON/HUDOFF.svg (cockpit header fait le même job)
- Retrait toggle HUD de la navbar + props isVisible
- Compteur click-zone : glow vert, plus gros, lisible sur fond sombre
- Tooltip sur le bouton bulles navbar
This commit is contained in:
2026-03-20 16:28:47 +01:00
parent c673ae0da5
commit 3839a1e6a2
7 changed files with 20 additions and 99 deletions

View File

@@ -1,4 +0,0 @@
<svg width="55" height="39" viewBox="0 0 55 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="53" height="37" rx="7" stroke="#202020" stroke-width="2" stroke-miterlimit="1.78829" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="20 20"/>
<path d="M8.18 27V13.06H11.32V18.36H16.74V13.06H19.88V27H16.74V21.24H11.32V27H8.18ZM28.0425 27.36C26.2158 27.36 24.8358 26.9133 23.9025 26.02C22.9825 25.1267 22.5225 23.7733 22.5225 21.96V13.06H25.6625V21.6C25.6625 22.24 25.7158 22.7733 25.8225 23.2C25.9425 23.6267 26.1758 23.9467 26.5225 24.16C26.8692 24.3733 27.3758 24.48 28.0425 24.48C28.7092 24.48 29.2092 24.3733 29.5425 24.16C29.8892 23.9467 30.1225 23.6333 30.2425 23.22C30.3625 22.7933 30.4225 22.2667 30.4225 21.64V13.06H33.5625V21.86C33.5625 23.7133 33.0958 25.0933 32.1625 26C31.2425 26.9067 29.8692 27.36 28.0425 27.36ZM36.2066 27V13.06H40.4066C42.7399 13.06 44.5466 13.6733 45.8266 14.9C47.1066 16.1267 47.7466 17.8733 47.7466 20.14C47.7466 22.3533 47.1132 24.0533 45.8466 25.24C44.5932 26.4133 42.7732 27 40.3866 27H36.2066ZM39.3466 24.12H40.0666C41.0132 24.12 41.8199 24.0133 42.4866 23.8C43.1666 23.5867 43.6866 23.1867 44.0466 22.6C44.4066 22 44.5866 21.14 44.5866 20.02C44.5866 18.94 44.4132 18.1067 44.0666 17.52C43.7332 16.92 43.2466 16.5067 42.6066 16.28C41.9799 16.0533 41.2266 15.94 40.3466 15.94H39.3466V24.12Z" fill="#202020"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1,4 +0,0 @@
<svg width="55" height="39" viewBox="0 0 55 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="53" height="37" rx="7" fill="#202020" stroke="#202020" stroke-width="2" stroke-miterlimit="1.78829" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.18 27V13.06H11.32V18.36H16.74V13.06H19.88V27H16.74V21.24H11.32V27H8.18ZM28.0425 27.36C26.2158 27.36 24.8358 26.9133 23.9025 26.02C22.9825 25.1267 22.5225 23.7733 22.5225 21.96V13.06H25.6625V21.6C25.6625 22.24 25.7158 22.7733 25.8225 23.2C25.9425 23.6267 26.1758 23.9467 26.5225 24.16C26.8692 24.3733 27.3758 24.48 28.0425 24.48C28.7092 24.48 29.2092 24.3733 29.5425 24.16C29.8892 23.9467 30.1225 23.6333 30.2425 23.22C30.3625 22.7933 30.4225 22.2667 30.4225 21.64V13.06H33.5625V21.86C33.5625 23.7133 33.0958 25.0933 32.1625 26C31.2425 26.9067 29.8692 27.36 28.0425 27.36ZM36.2066 27V13.06H40.4066C42.7399 13.06 44.5466 13.6733 45.8266 14.9C47.1066 16.1267 47.7466 17.8733 47.7466 20.14C47.7466 22.3533 47.1132 24.0533 45.8466 25.24C44.5932 26.4133 42.7732 27 40.3866 27H36.2066ZM39.3466 24.12H40.0666C41.0132 24.12 41.8199 24.0133 42.4866 23.8C43.1666 23.5867 43.6866 23.1867 44.0466 22.6C44.4066 22 44.5866 21.14 44.5866 20.02C44.5866 18.94 44.4132 18.1067 44.0666 17.52C43.7332 16.92 43.2466 16.5067 42.6066 16.28C41.9799 16.0533 41.2266 15.94 40.3466 15.94H39.3466V24.12Z" fill="#EAEAEA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB