mumble icon indicating copy to clipboard operation
mumble copied to clipboard

Moving multiple users at once

Open derlade opened this issue 4 years ago • 4 comments

I sometimes find myself in need of moving multiple users to another channel. It would be nice if there was a way to do that other than dragging every single user into another channel. I would suggest Shift or Ctrl functionality, where you could highlight some users first before moving all selected users at once.

derlade avatar Nov 15 '19 18:11 derlade

When implementing this there should be a clear approach as to what happens with other actions invoked on a selected user. E.g. what happens if I select multiple users and then trigger an action originally intended for a single user only (e.g. show user status).

I guess there are a few options here:

  1. Disable these options altogether as long as more than one user is selected
  2. Invoke the action on the user selected first
  3. Invoke the action on the user selected last

Krzmbrzl avatar Nov 21 '19 08:11 Krzmbrzl

Disable these options altogether as long as more than one user is selected Invoke the action on the user selected first Invoke the action on the user selected last

as a user, only the first way is acceptable

deluxghost avatar Jan 28 '20 12:01 deluxghost

I tend to agree with you. Unfortunately I think this is also the option that requires the biggest code-changes when introducing this xD Nonetheless I think this feature could bring more harm than use, if implemented sloppily

Krzmbrzl avatar Jan 28 '20 12:01 Krzmbrzl

Huge +1 on this feature request, that would be awesome!

For the selected action, it could apply to all the selected users (eg: mute this person). For the single executable actions as show user info, the last one selected sounds like a good option (since disabling the other actions is too complex).

Thank you for your work <3.

Artusamak avatar Jan 07 '22 11:01 Artusamak