mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
This is a major change to the /#subscriptions page, converting it to by a side-by-side list of streams and their settings in an overlay. There are no new features added/removed, but it's a huge changeset, because it replaces the old navigation logic and moves the stream creation modal to appear in the right side of this overlay.
6 lines
124 B
HTML
6 lines
124 B
HTML
{# Subscriptions management tab of the app. #}
|
|
<div class="subscriptions">
|
|
<div id="subscriptions_table">
|
|
</div>
|
|
</div>
|