zulip/templates/zerver/app
Steve Howell 43e5b2d28b right sidebar: Remove "GROUP PMs" section.
We remove the "GROUP PMs" section that used
to be in the lower right sidebar.

Most of this is straightforward code removal.

A couple quick notes:

    - The message fetching code now just
      calls `huddle_data.process_loaded_messages`,
      which we still need for search suggestions.
      We removed `activity.process_loaded_messages`.

    - The `huddle_data.process_loaded_messages`
      function no longer needs to return `need_resize`.

    - In `resize.js` we now just calculate
      `res.buddy_list_wrapper_max_height` directly
      from `usable_height`.
2020-05-27 17:57:50 -07:00
..
compose.html home/page_params: Add suffix `_mib` to clarify the size units. 2020-05-08 14:54:54 -07:00
delete_message.html messages: Add loading spinner for deleting messages. 2019-01-25 11:07:02 -08:00
deprecation_notice.html hotkey: Close deprecation notice on Enter keypress. 2018-06-03 09:33:16 -07:00
drafts.html
home.html message view: Show indicator while fetching new messages. 2020-05-26 15:21:42 -07:00
index.html messages: Allow moving a topic to another stream. 2020-05-04 10:03:03 -07:00
invite_user.html invite_user: Left-aligned the elements in invite users screen. 2020-01-27 15:37:00 -08:00
keyboard_shortcuts.html templates: Use `<hr>` and `<br>` consistently. 2020-04-28 17:05:48 -07:00
left_sidebar.html sidebar: Rename classes for menu icons in sidebars. 2020-04-30 10:56:09 -07:00
lightbox_overlay.html css: Cleanup lightbox.scss for download and open buttons. 2019-06-12 17:07:41 -07:00
logout.html
markdown_help.html templates: Use `<hr>` and `<br>` consistently. 2020-04-28 17:05:48 -07:00
message_history.html
navbar.html navbar: Refactor `#searchbox`. 2020-05-26 22:04:36 -07:00
navbar_alerts.html bankruptcy: Migrate from modal view to top-of-page panel. 2020-03-31 15:30:37 -07:00
right_sidebar.html right sidebar: Remove "GROUP PMs" section. 2020-05-27 17:57:50 -07:00
search_operators.html templates: Use `<hr>` and `<br>` consistently. 2020-04-28 17:05:48 -07:00
settings_overlay.html home/page_params: Add suffix `_mib` to clarify the size units. 2020-05-08 14:54:54 -07:00
settings_sidebar.html HTML validation: Add placeholder text to <h1>, <h3>. 2018-07-12 18:46:31 +05:30
subscriptions.html