zulip/static
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
..
assets js: Normalize strings to double quotes. 2020-07-17 14:31:24 -07:00
audio notifications: Add a setting for changing the notification sound. 2018-12-09 21:25:30 -08:00
generated
html logo: Update Zulip logo. 2020-07-16 01:37:08 -07:00
images integrations: Re-add Canarytoken integration. 2020-07-20 15:34:40 -07:00
js navbar: Rename tab_bar to message_view_header. 2020-07-30 16:23:13 -07:00
shared emoji: Replace escape_regexp with _.escapeRegExp. 2020-07-29 16:51:24 -07:00
styles navbar: Rename tab_bar to message_view_header. 2020-07-30 16:23:13 -07:00
templates navbar: Rename tab_bar to message_view_header. 2020-07-30 16:23:13 -07:00
third typeahead: Fix binding of event handler to blur event. 2020-07-27 17:52:19 -07:00
.gitignore team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00