feat: staggered fade-in for list items across all modules

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas
2026-03-30 17:19:33 +02:00
parent b2327375b8
commit bc6e759b79
7 changed files with 16 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@
import { api } from '/api.js';
import { openModal as openSharedModal, closeModal } from '/components/modal.js';
import { stagger } from '/utils/ux.js';
// --------------------------------------------------------
// Konstanten
@@ -202,6 +203,7 @@ function renderBody() {
`;
if (window.lucide) lucide.createIcons();
stagger(_container.querySelectorAll('.budget-entry'));
_container.querySelector('#budget-list')?.addEventListener('click', async (e) => {
const delBtn = e.target.closest('[data-action="delete"]');