diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-10 19:56:40 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-10 19:56:40 +1000 |
| commit | 6f62023574cb74036204ba57044ce8aa21a59b52 (patch) | |
| tree | 345d19ac8f64fd18a770445564fa410e70362683 /src/config/types.ts | |
| parent | news: more sane default categories (diff) | |
| download | caelestia-shell-6f62023574cb74036204ba57044ce8aa21a59b52.tar.gz caelestia-shell-6f62023574cb74036204ba57044ce8aa21a59b52.tar.bz2 caelestia-shell-6f62023574cb74036204ba57044ce8aa21a59b52.zip | |
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)
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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[] }; |