mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
In the new stream creation modal, added checkboxes for each stream and a toggle to see or hide the checkboxes. Altered filtering to filter streams and users. Added corresponding casper tests. When a stream is checked/unchecked, it does not affect the state of any user checkbox. This may be visually unclear as users can be added even if their checkboxes are empty. Fixes #2448