mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Temporarily remove user-visible "time travel" UI.
I'd like to think about how to polish aspects of this a bit more, but would like us to be able to deploy master at some point today. This is basically the philosophical equivalent of reverting the user-visible UI changes introduced in b7b6794ad635ec63269a2043cd48b02749fbffda (imported from commit edfaadf26741c47120c3acf6c410d33025c0a260)
This commit is contained in:
parent
776a947f75
commit
807113fa70
@ -58,7 +58,7 @@
|
||||
<span class="sender_email invisible">{{sender_email}}</span>
|
||||
</span>
|
||||
{{/include_sender}}
|
||||
<span class="message_time user_info_hover"
|
||||
<span class="message_time"
|
||||
title="{{full_date_str}}">{{{timestr}}}</span>
|
||||
<div class="message_content">{{{content}}}</div>
|
||||
</td>
|
||||
|
||||
@ -12,9 +12,4 @@
|
||||
</a>
|
||||
</li>
|
||||
{{/unless}}
|
||||
<li>
|
||||
<a onclick="ui.hide_userinfo_popover(); narrow.target({{id}}); narrow.time_travel();">
|
||||
<i class="icon-time"></i> Jump to this time and view all messages
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user