mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 09:58:25 +00:00
This commit promotes the new topic bulk action menu introduced in 89883b2f51d2c484a3d8371060171d03d35bc978 to the main method of bulk selecting and performing actions on topics. The site setting flag gating this feature is deleted, and the old bulk select code is deleted as well. The new modal shows a loading spinner while operations are taking place, allows selecting the action from a dropdown instead of having a 2-step modal flow, and also supports additional options for some operations, e.g. allowing Close silently.