zulip/templates/zerver/app
YashRE42 b4891a5841 navbar: Rename tab_bar to message_view_header.
Prior to commit eb4a2b9d4e the center
area of the navbar was based on a structure that appended crumbs or
"tabs" as <li>s, forming a tab_bar and a tab_list.

However, in eb4a2b9d4e we apply a new
style and structure to the navbar which lets go of the convention of
tabs. Hence, we'd like to purge the tab_bar and tab_list labels from
our code base.

We purged tab_list in 1267caf5009118875f47fdafe312880af08024e1.

This commit purges tab_bar, it includes:
- A blanket search and replace of tab_bar with message_view_header.
- Splitting a single line comment in
  tab_bar.js / message_view_header.js.
- The renaming of tab_bar.js to message_view_header.js.
- The renaming of tab_bar.hbs to message_view_header.hbs.
- A blanket search and replace of tab_data with
  message_view_header_data.
- Replacing the single occurrence of tabbar with message_view_header
  (it was within a comment.)
2020-07-30 16:23:13 -07:00
..
compose.html compose: Replace hrefs with "tabindex=0" for all buttons. 2020-07-30 15:12:55 -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 logo: Update Zulip logo. 2020-07-16 01:37:08 -07:00
index.html navbar: Rename tab_bar to message_view_header. 2020-07-30 16:23:13 -07:00
invite_user.html invite: Add docs link next to the user-role dropdown label in invite modal. 2020-06-21 09:41:46 -07:00
keyboard_shortcuts.html keyboard_shortcuts: Add hotkeys for recent topics. 2020-06-28 15:03:54 -07:00
left_sidebar.html recent_topics: Move launch button to top left sidebar. 2020-06-29 22:21:23 -07:00
lightbox_overlay.html CVE-2020-14194: Use noopener/noreferrer for external links. 2020-06-16 23:35:39 -07:00
logout.html
markdown_help.html i18n: Tag markdown_help text for translation. 2020-07-24 10:54:34 -07:00
message_history.html
navbar.html navbar: Rename tab_bar to message_view_header. 2020-07-30 16:23:13 -07:00
navbar_alerts.html CVE-2020-14194: Use noopener/noreferrer for external links. 2020-06-16 23:35:39 -07:00
recent_topics.html templates: Show Overlay of Recent Topics. 2020-06-09 22:08:31 -07:00
right_sidebar.html right sidebar: Remove "GROUP PMs" section. 2020-05-27 17:57:50 -07:00
search_operators.html CVE-2020-14194: Use noopener/noreferrer for external links. 2020-06-16 23:35:39 -07:00
settings_overlay.html realm: Allow only owners to configure auth methods for a realm. 2020-06-14 21:23:51 -07:00
settings_sidebar.html HTML validation: Add placeholder text to <h1>, <h3>. 2018-07-12 18:46:31 +05:30
subscriptions.html