feat: Sammlung mit Favoriten, Verlauf, Schemata, Export und Import

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-02 10:35:10 +02:00
parent 026e0c0e75
commit 3c9f5b183b
3 changed files with 256 additions and 5 deletions

View File

@@ -77,8 +77,22 @@
<div id="harmonien-grid" style="display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem"></div>
</section>
<section id="tab-sammlung" class="tab-content">
<p>Sammlung kommt hier</p>
</section>
<h2>Sammlung</h2>
<div style="display:flex;gap:0.5rem;margin-bottom:1.5rem">
<button class="action-btn" id="sammlung-export-btn">Exportieren</button>
<button class="action-btn" id="sammlung-import-btn">Importieren</button>
</div>
<h3 style="margin-bottom:0.5rem">Favoriten</h3>
<div id="sammlung-favoriten" style="display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem"></div>
<h3 style="margin-bottom:0.5rem">Verlauf (letzte 20)</h3>
<div id="sammlung-history" style="display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem"></div>
<h3 style="margin-bottom:0.5rem">Farbschemata</h3>
<div id="sammlung-schemata"></div>
</section>
</main>
<script type="module" src="js/app.js"></script>