Browse Source

Added multi search to changelog

master
Igor Zhukov 10 years ago
parent
commit
ad3ffb47ce
  1. 3
      app/partials/desktop/changelog_modal.html
  2. 3
      app/partials/mobile/changelog_modal.html

3
app/partials/desktop/changelog_modal.html

@ -36,9 +36,10 @@ @@ -36,9 +36,10 @@
<div class="md_modal_section_description changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Full stickers support</li>
<li>Multisearch box: instantly find chats, usernames and messages</li>
<li>Emoji autocomplete: type e.g. <strong>:kiss</strong> in message field to see the list. <a href="http://www.emoji-cheat-sheet.com/" target="_blank">Full cheat sheet &raquo;</a></li>
<li>Added 'typing' notification in conversations list</li>
<li>Group online participants count in head</li>
<li>Emoji autocomplete: type <strong>:</strong> (colon) in message field to see the list. <a href="http://www.emoji-cheat-sheet.com/" target="_blank">Full cheat sheet</a></li>
</ul>
</div>
</div>

3
app/partials/mobile/changelog_modal.html

@ -27,9 +27,10 @@ @@ -27,9 +27,10 @@
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Full stickers support</li>
<li>Multisearch box: instantly find chats, usernames and messages</li>
<li>Emoji autocomplete: type e.g. <strong>:kiss</strong> in message field to see the list. <a href="http://www.emoji-cheat-sheet.com/" target="_blank">Full cheat sheet &raquo;</a></li>
<li>Added 'typing' notification in conversations list</li>
<li>Group online participants count in head</li>
<li>Emoji autocomplete: type <strong>:</strong> (colon) in message field to see the list. <a href="http://www.emoji-cheat-sheet.com/" target="_blank">Full cheat sheet</a></li>
</ul>
</div>
</div>

Loading…
Cancel
Save