wekan/client
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
..
components Propagate async/await to List.copy(), Swimlane.copy() and callers 2026-01-31 19:46:22 +02:00
config 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
lib Fix Card copy menu is not displayed. 2026-01-31 09:20:24 +02:00
00-startup.js Added back feature: Toggle Drag Handles. Improved positions of Add List etc buttons. 2026-01-14 19:10:51 +02:00