UX: Add quick search suggestion entries (#175)

This commit is contained in:
Penar Musaraj 2021-07-21 14:00:43 -04:00 committed by GitHub
parent dfb30fc104
commit c572e21493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -415,5 +415,10 @@ export default {
withPluginApi("0.11.0", (api) => initialize(api));
withPluginApi("0.8.28", (api) => registerTopicFooterButtons(api));
withPluginApi("0.11.7", (api) => {
api.addSearchSuggestion("in:assigned");
api.addSearchSuggestion("in:unassigned");
});
},
};