From 9b8a7aa8ea128f7e197ff38ca9f86ffa53bbe110 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 4 Feb 2020 16:44:53 +0100 Subject: Improve search typeahead performance and use native events --- .../src/app/header/search-typeahead.component.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'client/src/app/header/search-typeahead.component.html') diff --git a/client/src/app/header/search-typeahead.component.html b/client/src/app/header/search-typeahead.component.html index 2623ba337..428246585 100644 --- a/client/src/app/header/search-typeahead.component.html +++ b/client/src/app/header/search-typeahead.component.html @@ -1,9 +1,13 @@ -
- +
+ +
- +
@@ -11,7 +15,7 @@
- using {{ globalSearchIndex }} + using {{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}
@@ -20,13 +24,14 @@
-
+
- - {URIPolicy, select, only-followed {only followed instances} other {any instance}} - + + any instance + only followed instances +
-- cgit v1.2.3