navbar: Add recent topics button.

This commit is kept separate so that we can easily move the
place where the recent topic button should be finally kept.
This commit is contained in:
Aman Agrawal 2020-04-07 20:58:56 +05:30 committed by Tim Abbott
parent 04919528e7
commit 56b1b6c067
2 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,8 @@ li.show-more-topics {
}
#streams_inline_cog,
#streams_filter_icon {
#streams_filter_icon,
#recent_topics_icon {
float: right;
opacity: 0.50;
font-size: 13px;

View File

@ -60,6 +60,7 @@
<div id="streams_list" class="zoom-out">
<div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Filter streams') }}">{{ _('STREAMS') }}</h4>
<i id="streams_inline_cog" class='fa fa-cog' aria-hidden="true" data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i>
<i id="recent_topics_icon" class='fa fa-clock-o' aria-hidden="true" data-toggle="tooltip" title="{{ _('Recent topics') }} (t)"></i>
<i id="streams_filter_icon" class='fa fa-search' aria-hidden="true" data-toggle="tooltip" title="{{ _('Filter streams') }} (q)"></i>
<div class="input-append notdisplayed stream_search_section">
<input class="stream-list-filter" type="text" autocomplete="off" placeholder="{{ _('Search streams') }}" />