mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This improves the UX of creating a stream for atleast 1000+ users realm by showing the the stream creation form much faster than before. Search, user addition, scrolling worked smoothly on 15k+ users realm as tested on dev setup. Also, simplebar is used to replace the default scrollbar. Fixes #16805
6 lines
279 B
Handlebars
6 lines
279 B
Handlebars
<label class="checkbox add-user-label" id="user_checkbox_{{user_id}}">
|
|
<input type="checkbox" name="user" {{#if checked}}checked="checked"{{#if disabled}} disabled="disabled"{{/if}}{{/if}} data-user-id="{{user_id}}"/>
|
|
<span></span>
|
|
{{full_name}} ({{email}})
|
|
</label>
|