ux(setup): shorten Experience step copy to one punchy line per card

The Beginner/Advanced cards on the first setup step had three-sentence
descriptions that read as a wall of operator detail — the opposite of
the friendly first impression the step is meant to give. Trim each to a
single game-intro-style line; the reversibility note and the Advanced
toggle still cover the details for anyone who wants them.

Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-28 13:56:04 +01:00
parent 5b0a445751
commit 5a51c5825d

View File

@ -106,7 +106,7 @@ class SetupWizard {
<div class="setup-level-card-body">
<div class="setup-level-card-icon">🌱</div>
<div class="setup-level-card-title">Beginner</div>
<div class="setup-level-card-desc">A simple, friendly view. Advanced settings and developer fields are hidden until you ask for them. We'll skip the metrics setup.</div>
<div class="setup-level-card-desc">Easy mode. Just the essentials nothing technical.</div>
</div>
</label>
<label class="setup-level-card" data-level="advanced">
@ -114,7 +114,7 @@ class SetupWizard {
<div class="setup-level-card-body">
<div class="setup-level-card-icon">🛠</div>
<div class="setup-level-card-title">Advanced</div>
<div class="setup-level-card-desc">Show everything. Container internals, advanced config fields, and the optional metrics stack (Prometheus + Grafana) all on by default.</div>
<div class="setup-level-card-desc">Full control. Everything unlocked, metrics and all.</div>
</div>
</label>
</div>