feat: Sammlung mit Favoriten, Verlauf, Schemata, Export und Import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
18
index.html
18
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user