Looks great! How do you bulk add? (Checkboxes then ‘add’ button appears?)
More B2B design - this time a modal where a user can add and remove devices in a group. The challenge here was that the system needed to have capacity for 5000 devices. How do we help users find the device(s) they want to add to their group?
Good question, this is an area I'm are still working on but currently there are two ways. 1) As you said, check one box, a section appears where you can "Select all" and "Add" - 2) When you apply a filter, an option appears allowing the user to add the filtered list. Have a look
Smart, I like it! You could try making the ‘add selected’ text the same size as the ‘1 selected’ text so they feel more balanced and cohesive :)
Why did you decide to use a modal for such a use case (possible heavy data)? Did you consider the performance implications? (idk what's behind the modal) Additionally, as a user, I can't see the group that I selected to edit.
The main reason it’s modal is that it’s a self contained task that appears on multiple pages, not just the page currently in the background. Performance isn’t an issue, it’s running on a high performance on-prem server. Good point, will include the group name in the title.