zulip/static
Steve Howell ca17a452fd subscribers: Rename file to stream_edit_subscribers.js.
We are going to move to this code organization for
managing streams:

    stream_create.js
        stream_create_subscribers.js
    stream_edit.js
        stream_edit_subscribers.js

The modules stream_create.js and stream_edit.js historically
manage the entire process of creating and editing stream
data (respectively).

Going forward both will delegate most of the subscriber-specific
pieces to either stream_create_subscribers or stream_edit_subscribers.

The stream_*_subscribers modules will be somewhat similar in
nature, but the way that we manage subscribers at creation time
is a bit different than how we manage subscribers at edit time.
2022-02-22 16:29:36 -08:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images portico: Add a self-hosting page. 2022-02-17 12:43:13 -08:00
js subscribers: Rename file to stream_edit_subscribers.js. 2022-02-22 16:29:36 -08:00
shared js: Avoid _.get. 2022-01-24 15:54:21 -08:00
styles message-editing: Add support for dynamic elements in edit-history. 2022-02-22 15:00:01 -08:00
templates edit subscribers: Generalize pill/button handling. 2022-02-22 16:29:36 -08:00
third typeahead: Ignore mouse position for selection until it's moved. 2022-02-15 17:26:22 -08:00
.gitignore