From ebafbe599df40c02a0683efc9b424bc8b75af3c3 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 29 Nov 2025 16:31:25 +0000 Subject: feat: autocomplete search terms (#2178) * refactor(web): split search autocomplete logic * some improvements * restructure the code * fix typesafety * add feed suggestions * fix --- apps/web/lib/i18n/locales/en_US/translation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/web/lib/i18n/locales/en_US') diff --git a/apps/web/lib/i18n/locales/en_US/translation.json b/apps/web/lib/i18n/locales/en_US/translation.json index 909941ac..5c4d2b62 100644 --- a/apps/web/lib/i18n/locales/en_US/translation.json +++ b/apps/web/lib/i18n/locales/en_US/translation.json @@ -646,7 +646,11 @@ "is_not_from_feed": "Is not from RSS feed", "and": "And", "or": "Or", - "history": "Recent Searches" + "history": "Recent Searches", + "filters": "Filters", + "tags": "Tags", + "lists": "Lists", + "no_suggestions": "No suggestions" }, "preview": { "view_original": "View Original", -- cgit v1.3-1-g0d28