mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
c7d8f1700d
Summary: When the search index got very big the queries we were running during after keypress would cause jank in the UI which was very noticeable on subsequent keypresses. This diff backgrounds these queries and adds a LIMIT to the fts MATCH clauses to avoid having to send too much stuff across the IPC bridge. Test Plan: Run locally, make sure that typing is smooth while searching Reviewers: juan, evan Reviewed By: juan, evan Differential Revision: https://phab.nylas.com/D3757 |
||
---|---|---|
.. | ||
main.es6 | ||
search-actions.es6 | ||
search-mailbox-perspective.es6 | ||
search-query-parser.es6 | ||
search-query-subscription.es6 | ||
search-store.es6 | ||
thread-search-bar.jsx |