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:
parent
5b0a445751
commit
5a51c5825d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user