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
@@ -6,6 +6,7 @@
import { api } from '/api.js';
import { openModal as openSharedModal, closeModal } from '/components/modal.js';
import { stagger } from '/utils/ux.js';
// --------------------------------------------------------
// Konstanten
@@ -99,6 +100,7 @@ function renderGrid() {
grid.innerHTML = state.notes.map((n) => renderNoteCard(n)).join('');
if (window.lucide) lucide.createIcons();
stagger(grid.querySelectorAll('.note-card'));
grid.addEventListener('click', async (e) => {
// Pin