wekan/client/components/sidebar
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
..
sidebar.css Fix copy move card at board and MultiSelect to have numbered target of board, card above or below. Added MultiSelect change color. 2025-12-29 19:09:45 +02:00
sidebar.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
sidebar.js Replace mquandalle:collection-mutations with collection helpers 2026-01-21 19:22:54 +02:00
sidebarArchives.jade Fix New Board Permissions: NormalAssignedOnly, CommentAssignedOnly, ReadOnly, ReadAssignedOnly. Part 1. 2026-01-14 23:43:11 +02:00
sidebarArchives.js Fix swimlanes 2026-01-23 22:28:59 +02:00
sidebarCustomFields.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
sidebarCustomFields.js Move every CustomFields.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/) 2023-07-18 21:25:28 +02:00
sidebarFilters.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
sidebarFilters.js Propagate async/await to List.copy(), Swimlane.copy() and callers 2026-01-31 19:46:22 +02:00
sidebarSearches.css Converted Stylus to CSS. Removed Stylus. This change removed many error messages. 2022-05-17 12:36:10 +03:00
sidebarSearches.jade Fix typos. 2021-10-25 15:39:26 +03:00
sidebarSearches.js Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache 2023-07-18 21:25:28 +02:00