From e0ed1afc72619baef3597195bf73ededa35d0f29 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 11 Jul 2022 16:54:32 +0530 Subject: issues: Implement search suggestions. * issues/search-suggestions.gmi: New file. --- issues/search-suggestions.gmi | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 issues/search-suggestions.gmi diff --git a/issues/search-suggestions.gmi b/issues/search-suggestions.gmi new file mode 100644 index 0000000..c38ad3b --- /dev/null +++ b/issues/search-suggestions.gmi @@ -0,0 +1,5 @@ +# Search suggestions + +* tags: enhancement, web ui + +Implement search suggestions, just like on Google. As the user types into the search box, a list of search suggestions should pop down. For good user experience, it is important that this be asynchronous and not block the UI. -- cgit v1.2.3