From 6f62023574cb74036204ba57044ce8aa21a59b52 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:56:40 +1000 Subject: sidebar: better headlines No tooltip, instead show title when expand Sort articles by source priority Also allow excluding domains and exclude google news by default (its just an aggregator so it causes lots of duplicates) --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/types.ts') diff --git a/src/config/types.ts b/src/config/types.ts index 66e0cfe..6127e6f 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -86,6 +86,7 @@ export default { "news.categories": ARR(NEWS_CATEGORIES), "news.languages": ARR(NEWS_LANGUAGES), "news.domains": ARR(STR), + "news.excludeDomains": ARR(STR), "news.timezone": STR, "news.pages": NUM, } as { [k: string]: string | string[] | number[] }; -- cgit v1.2.3-freya