zulip/templates/zerver/app
aryanshridhar 8fb7ff7637 left_sidebar: Migrate to handlebars.
This commit migrates the `left_sidebar.html` Django template
to handlebars by creating a new file as `left_sidebar.hbs`
which is then rendered using `ui_init` module.

These are the minor changes introduced by virtue of template
migration -
 - The `compute_show_invites_and_add_streams` function now
   only concerns with the invite_to_realm_policy.
 - Renamed the `compute_show_invites_and_add_streams` function
   to `compute_show_invites` due to the above change.
 - Fixes relevant `test_home.py` tests due to the above
   changes.

Fixes part of #18792.
2021-07-05 18:49:43 -07:00
..
home.html message_history: Migrate to handlebars. 2021-06-15 11:31:01 -07:00
index.html left_sidebar: Migrate to handlebars. 2021-07-05 18:49:43 -07:00
navbar.html logo: Compute realm-logo url in frontend only. 2021-06-29 13:42:44 -07:00
right_sidebar.html right sidebar: s/Filter users/Search people/. 2021-06-18 16:41:37 -07:00
settings_overlay.html settings: Rename 'Your bots' to 'Bots' in settings sidebar. 2021-07-01 12:14:48 -07:00