1
0
This commit is contained in:
2025-05-23 20:52:25 +02:00
parent 134a3b7f27
commit 20e0c61589
4 changed files with 100 additions and 0 deletions

View File

@@ -179,8 +179,14 @@
</div>
<div id="catSlot" class="absolute bottom-12 right-2"></div>
<!-- Interaction bar am unteren Rand -->
<div class="w-full h-16 flex items-center p-4"
style="background: var(--bg-sidebar); border-top: 1px solid var(--border)">
<button id="commitBtn"
class="ml-auto px-4 py-2 border rounded font-semibold"
style="background: var(--accent); color: #fff; border-color: var(--border)">
Commit
</button>
</div>
<script src="renderer.js"></script>