ycxyc
All checks were successful
Deploy / deploy (push) Successful in 1m8s

This commit is contained in:
2026-07-28 00:50:47 +02:00
parent d0fc8890cf
commit 4095d7edbd
3 changed files with 17 additions and 72 deletions

View File

@@ -306,7 +306,9 @@ $sectionLinks = [
</div>
<p class="muted small">Wähle eine Komponente und passe dein neues Profilbild Schritt für Schritt an. Gespeichert wird erst nach Klick auf den Button unten.</p>
<div class="flex gap-12" style="flex-wrap:wrap; justify-content:center;">
<button class="btn ghost" type="button" data-avatar-reroll>Neue Grundvariante laden</button>
<button class="btn ghost" type="button" data-avatar-random>Random Profilbild</button>
<button class="btn ghost" type="button" data-modal-close>Abbrechen</button>
<button class="btn" type="submit">Profilbild speichern</button>
</div>
<div class="avatar-component-nav" role="tablist" aria-label="Avatar-Komponenten">
<?php foreach (\App\Avatar\Lorelei::componentDefinitions() as $field => $meta): ?>
@@ -359,20 +361,8 @@ $sectionLinks = [
</section>
<?php endforeach; ?>
</div>
<div class="avatar-seed-picker" data-avatar-seed-picker hidden>
<div class="avatar-seed-picker__head">
<strong>Grundvarianten wählen</strong>
<button class="btn ghost" type="button" data-avatar-seed-picker-close>Schließen</button>
</div>
<p class="muted small">Hier siehst du verschiedene Grundvarianten mit deinen aktuell gewählten Augen, Haaren, Bart- und weiteren Einstellungen. Ein Klick übernimmt die Variante oben.</p>
<div class="avatar-seed-picker__grid" data-avatar-seed-picker-grid></div>
</div>
</div>
</div>
<div class="flex gap-12">
<button class="btn ghost" type="button" data-modal-close>Abbrechen</button>
<button class="btn" type="submit">Profilbild speichern</button>
</div>
</form>
</div>
</div>