feat: Add global message search (#1385)

* feat: Search messages by content

* Fix search UI

* Add specs

* chore: Filter search results

* Update highlight logic

* Rename query to searchTerm

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S 2020-11-08 01:46:45 +05:30 committed by GitHub
parent 22683cae66
commit 7718cf7d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 399 additions and 30 deletions

View file

@ -1,5 +1,6 @@
<template>
<div class="conversations-sidebar medium-4 columns">
<slot></slot>
<div class="chat-list__top">
<h1 class="page-title">
<woot-sidemenu-icon />
@ -54,9 +55,6 @@
</template>
<script>
/* eslint-env browser */
/* eslint no-console: 0 */
/* global bus */
import { mapGetters } from 'vuex';
import ChatFilter from './widgets/conversation/ChatFilter';