wekan/client/components/lists
Harry Adel 35715ef2a3 Propagate async/await to List.copy(), Swimlane.copy() and callers
Since Card.copy() is now async, all callers in the copy chain need to
be updated to properly await the async operations:

- Make List.copy() async and await card.copy() in loop
- Make Swimlane.copy() async and await list.copy() in loop
- Fix mutateSelectedCards() to support async callbacks and method calls
- Make template copy event handler async in listBody.js

This also fixes the copySelection feature which was passing a callback
to mutateSelectedCards() but the function only supported method names.
2026-01-31 19:46:22 +02:00
..
list.css Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men. 2026-01-28 13:02:02 +02:00
list.jade Collapse Swimlane, List, Opened Card. Opened Card window X and Y position can be moved freely from drag handle. Fix some dragging not possible. Fix iPhone Safari. 2025-12-23 06:47:02 +02:00
list.js Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men. 2026-01-28 13:02:02 +02:00
listBody.jade Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men. 2026-01-28 13:02:02 +02:00
listBody.js Propagate async/await to List.copy(), Swimlane.copy() and callers 2026-01-31 19:46:22 +02:00
listHeader.jade Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men. 2026-01-28 13:02:02 +02:00
listHeader.js Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men. 2026-01-28 13:02:02 +02:00
minilist.jade Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men. 2026-01-28 13:02:02 +02:00