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:
@@ -7,6 +7,7 @@
|
||||
import { api } from '/api.js';
|
||||
import { renderRRuleFields, bindRRuleEvents, getRRuleValues } from '/rrule-ui.js';
|
||||
import { openModal as openSharedModal, closeModal } from '/components/modal.js';
|
||||
import { stagger } from '/utils/ux.js';
|
||||
|
||||
// --------------------------------------------------------
|
||||
// Konstanten
|
||||
@@ -597,6 +598,8 @@ function renderAgendaView(container) {
|
||||
</div>
|
||||
`;
|
||||
|
||||
stagger(container.querySelectorAll('.agenda-event'));
|
||||
|
||||
container.querySelector('#agenda-view').addEventListener('click', (e) => {
|
||||
const evEl = e.target.closest('.agenda-event');
|
||||
if (evEl) {
|
||||
|
||||
Reference in New Issue
Block a user